public class OAEIMappingParser extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
OAEIMappingParser(String file) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ac,
int i,
int j) |
void |
endElement(String s,
String s1,
String element) |
AMapping |
parseDocument() |
void |
startElement(String s,
String s1,
String elementName,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic OAEIMappingParser(String file)
public AMapping parseDocument()
public void startElement(String s, String s1, String elementName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String s, String s1, String element) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ac,
int i,
int j)
throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2018. All rights reserved.