Package org.jvnet.fastinfoset.sax
Interface ExtendedContentHandler
- All Superinterfaces:
ContentHandler
- All Known Subinterfaces:
FastInfosetWriter
- All Known Implementing Classes:
SAXDocumentSerializer
,SAXDocumentSerializerWithPrefixMapping
-
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(char[] ch, int start, int length, boolean index) Receive notification of character data.Methods inherited from interface org.xml.sax.ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Method Details
-
characters
Receive notification of character data.- Parameters:
ch
- the characters from the XML documentstart
- the start position in the arraylength
- the number of characters to read from the arrayindex
- true if the characters are indexed, otherwise false.- Throws:
SAXException
- any SAX exception, possibly wrapping another exception- See Also:
-