Class HistoricalDataXmlReader
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReader<HistoricalData>
com.inductiveautomation.ignition.gateway.history.HistoricalDataXmlReader
- All Implemented Interfaces:
- ContentHandler,- DTDHandler,- EntityResolver,- ErrorHandler
- Direct Known Subclasses:
- BasicHistoricalRecord.HistoricalRecordXmlReader,- HistoryFlavor.Base64XmlReader,- TagHistoryFlavor.TagXmlImportReader
An extension of SimpleXMLReader that creates a virtual base element of a DataTransaction.
 Due to the way that we export data, we often end up with a list of elements
 under the system controlled "data" element.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static class
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReaderelemTypeDictionary
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReadercharacters, createLogger, endElement, error, fatalError, getCurrentElement, getElementStack, getLogger, getParsedValue, initializeMappings, parseFile, parseString, setDocumentLocator, startElement, warningMethods inherited from class org.xml.sax.helpers.DefaultHandlerendDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDeclMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandlerdeclaration
- 
Constructor Details- 
HistoricalDataXmlReaderpublic HistoricalDataXmlReader()
 
-