public class OWLAtomTypeMappingHandler extends DefaultHandler
OWLAtomTypeMappingReader.| Constructor and Description |
|---|
OWLAtomTypeMappingHandler()
Constructs a new OWLAtomTypeMappingHandler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] chars,
int start,
int length) |
void |
endElement(String uri,
String local,
String raw) |
Map<String,String> |
getAtomTypeMappings()
Returns a
Map with atom type mappings. |
void |
startDocument() |
void |
startElement(String uri,
String local,
String raw,
Attributes atts) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic OWLAtomTypeMappingHandler()
public Map<String,String> getAtomTypeMappings()
Map with atom type mappings.Map with the atom type name of the source schema as key, and the atom type name of
the target schema as values.public void startDocument()
startDocument in interface ContentHandlerstartDocument in class DefaultHandlerpublic void endElement(String uri, String local, String raw)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void startElement(String uri, String local, String raw, Attributes atts)
startElement in interface ContentHandlerstartElement in class DefaultHandlerpublic void characters(char[] chars,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerCopyright © 2021. All rights reserved.