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
FieldsModifier and TypeFieldDescriptionprotected XMLGraphWriter.Filterprotected final GraphManagerstatic final MimeTypeprotected final PersistenceOutputListenerprotected Nodeprotected final booleanFields inherited from class de.grogra.pf.io.SAXSourceBase
provideNamespaces, providePrefixesFields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URLFields inherited from interface de.grogra.pf.io.SAXSource
NAMESPACE_PREFIXES, NAMESPACES -
Constructor Summary
ConstructorsConstructorDescriptionGraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol) GraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol, boolean writeOnlyReferences) GraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol, boolean writeOnlyReferences, XMLGraphWriter.Filter f) GraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol, Node root) GraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol, Node root, XMLGraphWriter.Filter f) -
Method Summary
Modifier and TypeMethodDescriptionReturns a system id which identifies this source.voidparse(ContentHandler ch, ErrorHandler eh, LexicalHandler lh, DTDHandler dh, EntityResolver er) Methods inherited from class de.grogra.pf.io.SAXSourceBase
getFeature, setFeatureMethods inherited from class de.grogra.pf.io.FilterSourceBase
getFilter, getFlavor, getMetaData, getRegistry, initProgressMonitor, setMetaData, setProgress, setProgress0, setProgressImpl, toString, useAutoProgressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, initProgressMonitor, setMetaData, setProgressMethods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Field Details
-
MIME_TYPE
-
graph
-
ol
-
writeOnlyReferences
protected final boolean writeOnlyReferences -
root
-
filter
-
-
Constructor Details
-
GraphXMLSource
-
GraphXMLSource
-
GraphXMLSource
public GraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol, Node root, XMLGraphWriter.Filter f) -
GraphXMLSource
public GraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol, boolean writeOnlyReferences) -
GraphXMLSource
public GraphXMLSource(GraphManager graph, Registry reg, PersistenceOutputListener ol, boolean writeOnlyReferences, XMLGraphWriter.Filter f)
-
-
Method Details
-
getSystemId
Description copied from interface:FilterSourceReturns 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
-