Uses of Interface
com.bc.ceres.binding.dom.DomElement
-
Packages that use DomElement Package Description com.bc.ceres.binding.dom Provides a very basic DOM abstraction and a converter for it.org.esa.snap.core.gpf.annotations Provides annotations for GPFOperator
implementations.org.esa.snap.core.gpf.common.support org.esa.snap.core.gpf.graph -
-
Uses of DomElement in com.bc.ceres.binding.dom
Classes in com.bc.ceres.binding.dom that implement DomElement Modifier and Type Class Description class
DefaultDomElement
class
XppDomElement
Methods in com.bc.ceres.binding.dom that return DomElement Modifier and Type Method Description DomElement
DefaultDomElement. createChild(String name)
DomElement
DomElement. createChild(String name)
DomElement
XppDomElement. createChild(String name)
DomElement
DefaultDomElement. getChild(int index)
DomElement
DefaultDomElement. getChild(String elementName)
DomElement
DomElement. getChild(int index)
DomElement
XppDomElement. getChild(int index)
DomElement
XppDomElement. getChild(String elementName)
DomElement[]
DefaultDomElement. getChildren()
DomElement[]
DefaultDomElement. getChildren(String elementName)
DomElement[]
XppDomElement. getChildren()
DomElement[]
XppDomElement. getChildren(String elementName)
DomElement
DefaultDomElement. getParent()
DomElement
XppDomElement. getParent()
Methods in com.bc.ceres.binding.dom with parameters of type DomElement Modifier and Type Method Description void
DefaultDomElement. addChild(DomElement child)
void
DomElement. addChild(DomElement childElement)
void
XppDomElement. addChild(DomElement child)
Object
DefaultDomConverter. convertDomToValue(DomElement parentElement, Object value)
Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType()
.Object
DomConverter. convertDomToValue(DomElement parentElement, Object value)
Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType()
.Object
XStreamDomConverter. convertDomToValue(DomElement parentElement, Object value)
void
DefaultDomConverter. convertValueToDom(Object value, DomElement parentElement)
Converts a (complex) value of the type returned byDomConverter.getValueType()
to its DOM representation which may be further converted to XML.void
DomConverter. convertValueToDom(Object value, DomElement parentElement)
Converts a (complex) value of the type returned byDomConverter.getValueType()
to its DOM representation which may be further converted to XML.void
XStreamDomConverter. convertValueToDom(Object value, DomElement parentElement)
void
DefaultDomElement. setParent(DomElement parent)
void
DomElement. setParent(DomElement parent)
void
XppDomElement. setParent(DomElement parent)
Constructors in com.bc.ceres.binding.dom with parameters of type DomElement Constructor Description XStreamDomElementReader(DomElement child)
XStreamDomElementReader(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer)
XStreamDomElementWriter(DomElement child)
XStreamDomElementWriter(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer)
-
Uses of DomElement in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that return DomElement Modifier and Type Method Description DomElement
ParameterBlockConverter. convertXmlToDomElement(String xml)
-
Uses of DomElement in org.esa.snap.core.gpf.common.support
Methods in org.esa.snap.core.gpf.common.support with parameters of type DomElement Modifier and Type Method Description BandMathsOp.BandDescriptor[]
BandDescriptorDomConverter. convertDomToValue(DomElement parentElement, Object value)
void
BandDescriptorDomConverter. convertValueToDom(Object value, DomElement parentElement)
-
Uses of DomElement in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return DomElement Modifier and Type Method Description DomElement
Node. getConfiguration()
Methods in org.esa.snap.core.gpf.graph with parameters of type DomElement Modifier and Type Method Description void
Node. setConfiguration(DomElement configuration)
Sets the configuration for the node'sOperator
that computes the target Product.
-