Package com.bc.ceres.binding.dom
Interface DomElement
- All Superinterfaces:
ConfigurationElementBase<DomElement>
- All Known Implementing Classes:
DefaultDomElement,XppDomElement
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(DomElement childElement) createChild(String name) getChild(int index) intvoidsetAttribute(String name, String value) voidsetParent(DomElement parent) voidtoXml()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()
-