public class XMLLoader extends DefaultHandler
| Constructor and Description |
|---|
XMLLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String namespaceURI,
String localName,
String qName)
endElement() is called by the parser when the /> or is encountered
|
void |
load(String fileName,
Object root) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
Call back methods used by SaxLoader.
|
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.