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 Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReader
elemTypeDictionary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReader
characters, createLogger, endElement, error, fatalError, getCurrentElement, getElementStack, getLogger, getParsedValue, initializeMappings, parseFile, parseString, setDocumentLocator, startElement, warning
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
HistoricalDataXmlReader
public HistoricalDataXmlReader()
-