|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.deegree.feature.xpath |
Uses of Node in org.deegree.feature.xpath |
---|
Classes in org.deegree.feature.xpath that implement Node | |
---|---|
class |
AttributeNode
TODO add documentation here |
class |
CustomElementNode
TODO add documentation here |
(package private) class |
DocumentNode
TODO add documentation here |
class |
ElementNode
TODO add documentation here |
class |
FeatureNode
TODO add documentation here |
class |
PropertyNode
TODO add documentation here |
class |
TextNode
TODO add documentation here |
Methods in org.deegree.feature.xpath that return Node | |
---|---|
Node |
PropertyNode.getParent()
|
Node |
Node.getParent()
|
Node |
TextNode.getParent()
|
Node |
DocumentNode.getParent()
|
Node |
FeatureNode.getParent()
|
Node |
AttributeNode.getParent()
|
Node |
CustomElementNode.getParent()
|
Methods in org.deegree.feature.xpath that return types with arguments of type Node | |
---|---|
Iterator<Node> |
FeatureNavigator.getParentAxisIterator(Object contextNode)
Returns a (single-member) iterator over this node's parent. |
Constructors in org.deegree.feature.xpath with parameters of type Node | |
---|---|
AttributeNode(Node parentNode,
QName attrName,
String value)
|
|
CustomElementNode(Node parentNode,
GenericCustomPropertyValue element)
|
|
FeatureNode(Node parentNode,
Feature feature)
|
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |