public class XMLToGraphDelegatorHandler extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
XMLToGraphDelegatorHandler(XMLToGraphHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
endElement(String uri,
String localName,
String qualifiedName) |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String qualifiedName,
Attributes attribs) |
characters, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic XMLToGraphDelegatorHandler(XMLToGraphHandler handler)
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String uri, String localName, String qualifiedName, Attributes attribs)
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerpublic void endElement(String uri, String localName, String qualifiedName)
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerCopyright © 2019 JULIE Lab, Germany. All rights reserved.