public interface ExtendedContentHandler
extends org.xml.sax.ContentHandler
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length,
boolean index)
Receive notification of character data.
|
void characters(char[] ch,
int start,
int length,
boolean index)
throws org.xml.sax.SAXException
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.org.xml.sax.SAXException - any SAX exception, possibly
wrapping another exceptionContentHandler.characters(char[], int, int)