Uses of Interface
org.deegree.commons.tom.ElementNode

Packages that use ElementNode
org.deegree.commons.tom.genericxml   
org.deegree.feature.property   
org.deegree.feature.xpath   
 

Uses of ElementNode in org.deegree.commons.tom.genericxml
 

Classes in org.deegree.commons.tom.genericxml that implement ElementNode
 class GenericXMLElement
          TypedObjectNode that represents a generic XML element with associated XML schema type information.
 

Uses of ElementNode in org.deegree.feature.property
 

Subinterfaces of ElementNode in org.deegree.feature.property
 interface Property
          A spatial or non-spatial property of a Feature.
 

Classes in org.deegree.feature.property that implement ElementNode
 class GenericProperty
          Allows the representation of arbitrary Propertys.
 class SimpleProperty
          TODO add documentation here
 

Uses of ElementNode in org.deegree.feature.xpath
 

Methods in org.deegree.feature.xpath that return ElementNode
 ElementNode XMLElementNode.getValue()
           
 

Methods in org.deegree.feature.xpath with parameters of type ElementNode
 TypedObjectNode[] FeatureXPathEvaluator.eval(ElementNode element, ValueReference propName)
           
 

Constructors in org.deegree.feature.xpath with parameters of type ElementNode
XMLElementNode(XPathNode<P> parentNode, ElementNode element)
           
 



Copyright © 2011. All Rights Reserved.