de.grogra.pf.io
Class GraphXMLSource
java.lang.Object
de.grogra.pf.io.FilterSourceBase
de.grogra.pf.io.SAXSourceBase
de.grogra.pf.io.GraphXMLSource
- All Implemented Interfaces:
- FilterSource, SAXSource, RegistryContext
public class GraphXMLSource
- extends SAXSourceBase
Method Summary |
java.lang.String |
getSystemId()
Returns a system id which identifies this source. |
void |
parse(org.xml.sax.ContentHandler ch,
org.xml.sax.ErrorHandler eh,
org.xml.sax.ext.LexicalHandler lh,
org.xml.sax.DTDHandler dh,
org.xml.sax.EntityResolver er)
|
Methods inherited from class de.grogra.pf.io.FilterSourceBase |
getFilter, getFlavor, getMetaData, getRegistry, initProgressMonitor, setMetaData, setProgress, setProgress0, setProgressImpl, toString, useAutoProgress |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MIME_TYPE
public static final MimeType MIME_TYPE
GraphXMLSource
public GraphXMLSource(GraphManager graph,
Registry reg,
PersistenceOutputListener ol)
GraphXMLSource
public GraphXMLSource(GraphManager graph,
Registry reg,
PersistenceOutputListener ol,
boolean writeOnlyReferences)
GraphXMLSource
public GraphXMLSource(GraphManager graph,
Registry reg,
PersistenceOutputListener ol,
Node root)
getSystemId
public java.lang.String getSystemId()
- Description copied from interface:
FilterSource
- Returns a system id which identifies this source.
- Returns:
- system id
parse
public void parse(org.xml.sax.ContentHandler ch,
org.xml.sax.ErrorHandler eh,
org.xml.sax.ext.LexicalHandler lh,
org.xml.sax.DTDHandler dh,
org.xml.sax.EntityResolver er)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException