Class TagXMLImporter.TagXMLReader
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReader<Map<String,List<Tag>>>
com.inductiveautomation.ignition.common.sqltags.importexport.TagXMLImporter.TagXMLReader
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- TagXMLImporter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
protected class
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.log4j.Logger
protected void
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.simple.SimpleXMLReader
characters, endElement, error, fatalError, getCurrentElement, getElementStack, getLogger, getParsedValue, 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
-
TagXMLReader
protected TagXMLReader()
-
-
Method Details
-
createLogger
protected org.apache.log4j.Logger createLogger()- Overrides:
createLogger
in classSimpleXMLReader<Map<String,
List<Tag>>>
-
initializeMappings
protected void initializeMappings()- Overrides:
initializeMappings
in classSimpleXMLReader<Map<String,
List<Tag>>>
-