public interface DomElement extends com.bc.ceres.core.runtime.ConfigurationElementBase<DomElement>
Modifier and Type | Method and Description |
---|---|
void |
addChild(DomElement childElement) |
DomElement |
createChild(String name) |
DomElement |
getChild(int index) |
int |
getChildCount() |
void |
setAttribute(String name,
String value) |
void |
setParent(DomElement parent) |
void |
setValue(String value) |
String |
toXml() |
void setParent(DomElement parent)
int getChildCount()
DomElement getChild(int index)
DomElement createChild(String name)
void addChild(DomElement childElement)
void setValue(String value)
String toXml()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.