java.lang.Object
de.grogra.pf.io.FilterSourceBase
de.grogra.pf.io.SAXSourceBase
de.grogra.pf.registry.XMLSerializer
- All Implemented Interfaces:
FilterSource,ObjectSource,SAXSource,RegistryContext
-
Nested Class Summary
Nested ClassesNested 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, 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 -
Method Summary
Modifier and TypeMethodDescriptionReturns the data as an object of a class which is compatible which the flavor.Returns 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
-
Method Details
-
getSystemId
Description copied from interface:FilterSourceReturns a system id which identifies this source.- Specified by:
getSystemIdin interfaceFilterSource- Returns:
- system id
-
getObject
Description copied from interface:ObjectSourceReturns the data as an object of a class which is compatible which the flavor.- Specified by:
getObjectin interfaceObjectSource- Returns:
- the data
-
parse
public void parse(ContentHandler ch, ErrorHandler eh, LexicalHandler lh, DTDHandler dh, EntityResolver er) throws SAXException - Specified by:
parsein interfaceSAXSource- Throws:
SAXException
-