java.lang.Object
de.grogra.pf.io.FilterSourceBase
de.grogra.pf.io.SAXSourceBase
de.grogra.pf.io.GraphXMLSource
- All Implemented Interfaces:
FilterSource
,SAXSource
,RegistryContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V>
-
Field Summary
Fields inherited from class de.grogra.pf.io.SAXSourceBase
provideNamespaces, providePrefixes
Fields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL
Fields inherited from interface de.grogra.pf.io.SAXSource
NAMESPACE_PREFIXES, NAMESPACES
-
Constructor Summary
ConstructorDescriptionGraphXMLSource
(GraphManager graph, Registry reg, PersistenceOutputListener ol) GraphXMLSource
(GraphManager graph, Registry reg, PersistenceOutputListener ol, boolean writeOnlyReferences) GraphXMLSource
(GraphManager graph, Registry reg, PersistenceOutputListener ol, Node root) -
Method Summary
Modifier and TypeMethodDescriptionReturns a system id which identifies this source.void
parse
(ContentHandler ch, ErrorHandler eh, LexicalHandler lh, DTDHandler dh, EntityResolver er) Methods inherited from class de.grogra.pf.io.SAXSourceBase
getFeature, setFeature
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
Methods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, initProgressMonitor, setMetaData, setProgress
Methods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Field Details
-
MIME_TYPE
-
-
Constructor Details
-
GraphXMLSource
-
GraphXMLSource
-
GraphXMLSource
public GraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol, boolean writeOnlyReferences)
-
-
Method Details
-
getSystemId
Description copied from interface:FilterSource
Returns a system id which identifies this source.- Returns:
- system id
-
parse
public void parse(ContentHandler ch, ErrorHandler eh, LexicalHandler lh, DTDHandler dh, EntityResolver er) throws SAXException - Throws:
SAXException
-