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 TypeMethodDescriptionvoid
getBody()
int
The number of sub-elements in this elementgetName()
boolean
void
setAttribute
(String attrName, boolean attrVal) void
setAttribute
(String attrName, int attrVal) void
setAttribute
(String attrName, AttributeEncoder attrVal) void
setAttribute
(String attrName, String value) void
setAttribute
(String attrName, String value, boolean escape) void
void
setSkipRefTracking
(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
-