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 GPFOperatorimplementations.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 classDefaultDomElementclassXppDomElementMethods in com.bc.ceres.binding.dom that return DomElement Modifier and Type Method Description DomElementDefaultDomElement. createChild(String name)DomElementDomElement. createChild(String name)DomElementXppDomElement. createChild(String name)DomElementDefaultDomElement. getChild(int index)DomElementDefaultDomElement. getChild(String elementName)DomElementDomElement. getChild(int index)DomElementXppDomElement. getChild(int index)DomElementXppDomElement. getChild(String elementName)DomElement[]DefaultDomElement. getChildren()DomElement[]DefaultDomElement. getChildren(String elementName)DomElement[]XppDomElement. getChildren()DomElement[]XppDomElement. getChildren(String elementName)DomElementDefaultDomElement. getParent()DomElementXppDomElement. getParent()Methods in com.bc.ceres.binding.dom with parameters of type DomElement Modifier and Type Method Description voidDefaultDomElement. addChild(DomElement child)voidDomElement. addChild(DomElement childElement)voidXppDomElement. addChild(DomElement child)ObjectDefaultDomConverter. convertDomToValue(DomElement parentElement, Object value)Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType().ObjectDomConverter. convertDomToValue(DomElement parentElement, Object value)Converts a DOM to a (complex) value of the type returned byDomConverter.getValueType().ObjectXStreamDomConverter. convertDomToValue(DomElement parentElement, Object value)voidDefaultDomConverter. 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.voidDomConverter. 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.voidXStreamDomConverter. convertValueToDom(Object value, DomElement parentElement)voidDefaultDomElement. setParent(DomElement parent)voidDomElement. setParent(DomElement parent)voidXppDomElement. 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 DomElementParameterBlockConverter. 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)voidBandDescriptorDomConverter. 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 DomElementNode. getConfiguration()Methods in org.esa.snap.core.gpf.graph with parameters of type DomElement Modifier and Type Method Description voidNode. setConfiguration(DomElement configuration)Sets the configuration for the node'sOperatorthat computes the target Product.
-