yext.graphml.reader
Class GraphMLEntityResolver
java.lang.Object
yext.graphml.reader.GraphMLEntityResolver
- All Implemented Interfaces:
- EntityResolver
- public class GraphMLEntityResolver
- extends Object
- implements EntityResolver
Specialized EntityResolver implementation for GraphML.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OLD_GRAPHML_DTD_URI
public static final String OLD_GRAPHML_DTD_URI
- See Also:
- Constant Field Values
GRAPHML_DTD_URI
public static final String GRAPHML_DTD_URI
- See Also:
- Constant Field Values
GRAPHML_DTD
public static final String GRAPHML_DTD
- See Also:
- Constant Field Values
GraphMLEntityResolver
public GraphMLEntityResolver()
resolveEntity
public InputSource resolveEntity(String pid,
String sid)
throws SAXException
- Takes GraphML DTD from memory.
- Specified by:
resolveEntity in interface EntityResolver
- Throws:
SAXException
Copyright ©2000-2008, yWorks GmbH. All rights reserved.