public class ExampleReader extends org.xml.sax.helpers.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 org.xml.sax.helpers.DefaultHandlerpublic void startElement(String uri, String local, String qname, Attributes at)
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerCopyright © 2016 Oracle Corporation. All Rights Reserved.