public class ExampleReader extends DefaultHandler
| Constructor and Description |
|---|
ExampleReader(Set s) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] buf,
int start,
int len) |
void |
startElement(String uri,
String local,
String qname,
Attributes at) |
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic ExampleReader(Set s)
public void characters(char[] buf,
int start,
int len)
characters in interface ContentHandlercharacters in class DefaultHandlerpublic void startElement(String uri, String local, String qname, Attributes at)
startElement in interface ContentHandlerstartElement in class DefaultHandlerCopyright © 2024 Oracle Corporation. All rights reserved.