Package com.bc.ceres.binding.dom
Interface DomElement
- All Superinterfaces:
ConfigurationElementBase<DomElement>
- All Known Implementing Classes:
DefaultDomElement
,XppDomElement
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(DomElement childElement) createChild
(String name) getChild
(int index) int
void
setAttribute
(String name, String value) void
setParent
(DomElement parent) void
toXml()
Methods inherited from interface com.bc.ceres.core.runtime.ConfigurationElementBase
getAttribute, getAttributeNames, getChild, getChildren, getChildren, getName, getParent, getValue
-
Method Details
-
setParent
-
getChildCount
int getChildCount() -
getChild
-
setAttribute
-
createChild
-
addChild
-
setValue
-
toXml
String toXml()
-