Class Element
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.serialization.Element
Represents an XML element
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetBody()intThe number of sub-elements in this elementgetName()booleanvoidsetAttribute(String attrName, boolean attrVal) voidsetAttribute(String attrName, int attrVal) voidsetAttribute(String attrName, AttributeEncoder attrVal) voidsetAttribute(String attrName, String value) voidsetAttribute(String attrName, String value, boolean escape) voidvoidsetSkipRefTracking(boolean skipRefTracking) 
- 
Constructor Details- 
Element
- 
Element
- 
Element
 
- 
- 
Method Details- 
setAttribute
- 
setAttribute
- 
setAttribute
- 
setAttribute
- 
setAttribute
- 
addChild
- 
getObject
- 
getAttributes
- 
getChildren
- 
isSkipRefTrackingpublic boolean isSkipRefTracking()
- 
setSkipRefTrackingpublic void setSkipRefTracking(boolean skipRefTracking) 
- 
getBody
- 
setBody
- 
getName
- 
getSubName
- 
getChildCountpublic int getChildCount()The number of sub-elements in this element
 
-