Uses of Interface
com.bc.ceres.binding.dom.DomElement
Packages that use DomElement
Package
Description
Provides a very basic DOM abstraction and a converter for it.
Provides annotations for GPF
Operator
implementations.-
Uses of DomElement in com.bc.ceres.binding.dom
Classes in com.bc.ceres.binding.dom that implement DomElementMethods in com.bc.ceres.binding.dom that return DomElementModifier and TypeMethodDescriptionDefaultDomElement.createChild
(String name) DomElement.createChild
(String name) XppDomElement.createChild
(String name) DefaultDomElement.getChild
(int index) DomElement.getChild
(int index) XppDomElement.getChild
(int index) DefaultDomElement.getChildren()
DefaultDomElement.getChildren
(String elementName) XppDomElement.getChildren()
XppDomElement.getChildren
(String elementName) DefaultDomElement.getParent()
XppDomElement.getParent()
Methods in com.bc.ceres.binding.dom with parameters of type DomElementModifier and TypeMethodDescriptionvoid
DefaultDomElement.addChild
(DomElement child) void
DomElement.addChild
(DomElement childElement) void
XppDomElement.addChild
(DomElement child) DefaultDomConverter.convertDomToValue
(DomElement parentElement, Object value) Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType()
.DomConverter.convertDomToValue
(DomElement parentElement, Object value) Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType()
.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 DomElementModifierConstructorDescriptionXStreamDomElementReader
(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer) 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 -
Uses of DomElement in org.esa.snap.core.gpf.common.support
Methods in org.esa.snap.core.gpf.common.support with parameters of type DomElementModifier and TypeMethodDescriptionBandDescriptorDomConverter.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 DomElementMethods in org.esa.snap.core.gpf.graph with parameters of type DomElementModifier and TypeMethodDescriptionvoid
Node.setConfiguration
(DomElement configuration) Sets the configuration for the node'sOperator
that computes the target Product.