Interface ExtendedContentHandler

All Superinterfaces:
ContentHandler
All Known Subinterfaces:
FastInfosetWriter
All Known Implementing Classes:
SAXDocumentSerializer, SAXDocumentSerializerWithPrefixMapping

public interface ExtendedContentHandler extends ContentHandler
  • Method Details

    • characters

      void characters(char[] ch, int start, int length, boolean index) throws SAXException
      Receive notification of character data.
      Parameters:
      ch - the characters from the XML document
      start - the start position in the array
      length - the number of characters to read from the array
      index - true if the characters are indexed, otherwise false.
      Throws:
      SAXException - any SAX exception, possibly wrapping another exception
      See Also: