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, warning
public ExampleReader(Set s)
public void characters(char[] buf, int start, int len)
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
public void startElement(String uri, String local, String qname, Attributes at)
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
Copyright © 2016 Oracle Corporation. All rights reserved.