java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.pf.io.XMLReaderBase
de.grogra.imp.io.XMLTableReader
- All Implemented Interfaces:
Filter,FilterSource,ObjectSource,RegistryContext,Map,ContentHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IOFlavorstatic final MimeTypestatic final IOFlavorFields inherited from class de.grogra.pf.io.FilterBase
item, sourceFields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URLFields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) voidendElement(String uri, String localName, String qName) protected ObjectvoidvoidstartElement(String uri, String localName, String qName, Attributes atts) Methods inherited from class de.grogra.pf.io.XMLReaderBase
endDocument, endPrefixMapping, getObject, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMappingMethods inherited from class de.grogra.pf.io.FilterBase
get, getFilter, getFlavor, getImpl, getMetaData, getRegistry, getSource, getSystemId, initProgressMonitor, setFlavor, setMetaData, setMetaData, setProgress, setSystemId, toString, toURLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declarationMethods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgressMethods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Field Details
-
MIME_TYPE
-
DOUBLE_FLAVOR
-
STRING_FLAVOR
-
-
Constructor Details
-
XMLTableReader
-
-
Method Details
-
getObjectImpl
- Specified by:
getObjectImplin classXMLReaderBase- Throws:
IOException
-
startDocument
public void startDocument()- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin classXMLReaderBase
-
startElement
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException - Throws:
SAXException
-
endElement
- Throws:
SAXException
-
characters
- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classXMLReaderBase- Throws:
SAXException
-