yext.graphml.reader
Class GraphMLEntityResolver

java.lang.Object
  extended byyext.graphml.reader.GraphMLEntityResolver
All Implemented Interfaces:
EntityResolver

public class GraphMLEntityResolver
extends Object
implements EntityResolver

Specialized EntityResolver implementation for GraphML.


Field Summary
static String GRAPHML_DTD
           
static String GRAPHML_DTD_URI
           
static String OLD_GRAPHML_DTD_URI
           
 
Constructor Summary
GraphMLEntityResolver()
           
 
Method Summary
 InputSource resolveEntity(String pid, String sid)
          Takes GraphML DTD from memory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

GraphMLEntityResolver

public GraphMLEntityResolver()
Method Detail

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.