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 TypeMethodDescriptionvoidDefaultDomElement.addChild(DomElement child) voidDomElement.addChild(DomElement childElement) voidXppDomElement.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) 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 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) 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 DomElementMethods in org.esa.snap.core.gpf.graph with parameters of type DomElementModifier and TypeMethodDescriptionvoidNode.setConfiguration(DomElement configuration) Sets the configuration for the node'sOperatorthat computes the target Product.