public class OAEIMappingParser extends 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 DefaultHandlerSAXExceptionpublic void endElement(String s, String s1, String element) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ac,
int i,
int j)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerSAXExceptionCopyright © 2020. All rights reserved.