Class Element
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.serialization.Element
Represents an XML element
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
isSkipRefTracking
public boolean isSkipRefTracking() -
setSkipRefTracking
public void setSkipRefTracking(boolean skipRefTracking) -
getBody
-
setBody
-
getName
-
getSubName
-
getChildCount
public int getChildCount()The number of sub-elements in this element
-