Interface RawCharacterHandler


  • public interface RawCharacterHandler
    An interface that a Serializer/ContentHandler/ContentHandler must implement in order for disable-output-escaping to work.
    • Method Detail

      • charactersRaw

        void charactersRaw​(char[] ch,
                           int start,
                           int length)
                    throws javax.xml.transform.TransformerException
        Serialize the characters without escaping.
        Parameters:
        ch - Array of characters
        start - Start index of characters in the array
        length - Number of characters in the array
        Throws:
        javax.xml.transform.TransformerException