Class TagXMLImporter.TagXMLReader
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReader<java.util.Map<java.lang.String,java.util.List<Tag>>>
-
- com.inductiveautomation.ignition.common.sqltags.importexport.TagXMLImporter.TagXMLReader
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
- Enclosing class:
- TagXMLImporter
protected class TagXMLImporter.TagXMLReader extends SimpleXMLReader<java.util.Map<java.lang.String,java.util.List<Tag>>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
TagXMLImporter.TagXMLReader.AlarmConfigElement
protected class
TagXMLImporter.TagXMLReader.AlarmDefElement
protected class
TagXMLImporter.TagXMLReader.EntryElement
protected class
TagXMLImporter.TagXMLReader.EventElement
protected class
TagXMLImporter.TagXMLReader.EventScriptsElement
protected class
TagXMLImporter.TagXMLReader.ParametersElement
protected class
TagXMLImporter.TagXMLReader.PermissionModelElement
protected class
TagXMLImporter.TagXMLReader.PropertyBasedElement
protected class
TagXMLImporter.TagXMLReader.PropertyElement
protected class
TagXMLImporter.TagXMLReader.QueryParametersElement
protected class
TagXMLImporter.TagXMLReader.TagElement
protected class
TagXMLImporter.TagXMLReader.TagsElement
This element is for simple lists that have no attributes.
-
Field Summary
-
Fields inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReader
elemTypeDictionary
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TagXMLReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.log4j.Logger
createLogger()
protected void
initializeMappings()
-
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReader
characters, endElement, error, fatalError, getCurrentElement, getElementStack, getLogger, getParsedValue, parseFile, parseString, setDocumentLocator, startElement, warning
-
-
-
-
Method Detail
-
createLogger
protected org.apache.log4j.Logger createLogger()
- Overrides:
createLogger
in classSimpleXMLReader<java.util.Map<java.lang.String,java.util.List<Tag>>>
-
initializeMappings
protected void initializeMappings()
- Overrides:
initializeMappings
in classSimpleXMLReader<java.util.Map<java.lang.String,java.util.List<Tag>>>
-
-