Class AdaptiveEmitter

    • Constructor Detail

    • Method Detail

      • setOutputProperties

        public void setOutputProperties​(java.util.Properties props)
      • setNormalizer

        public void setNormalizer​(Normalizer normalizer)
        Set the Unicode normalizer to be used for normalizing strings.
        Parameters:
        normalizer - the normalizer to be used
      • setCharacterMap

        public void setCharacterMap​(CharacterMap map)
        Set the CharacterMap to be used, if any
        Parameters:
        map - the character map
      • write

        public void write​(Item item)
                   throws XPathException
        Abstract method to be supplied by subclasses: output one item in the sequence.
        Specified by:
        write in class SequenceWriter
        Parameters:
        item - the item to be written to the sequence
        Throws:
        XPathException - if any failure occurs while writing the item