|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedContentHandler
| Method Summary | |
|---|---|
void |
characters(char[] ch,
int start,
int length,
boolean index)
Receive notification of character data. |
| Methods inherited from interface org.xml.sax.ContentHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
| Method Detail |
|---|
void characters(char[] ch,
int start,
int length,
boolean index)
throws 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.
SAXException - any SAX exception, possibly
wrapping another exceptionContentHandler.characters(char[], int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||