org.deegree.feature.xpath
Class ElementNode<V extends TypedObjectNode>
java.lang.Object
org.deegree.feature.xpath.ElementNode<V>
- All Implemented Interfaces:
- XPathNode<V>
- Direct Known Subclasses:
- GMLObjectNode, PropertyNode, XMLElementNode
public abstract class ElementNode<V extends TypedObjectNode>
- extends Object
- implements XPathNode<V>
XPathNode
that represents an XML element node.
- Version:
- $Revision:$, $Date:$
- Author:
- Markus Schneider , last edited by: $Author:$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementNode
protected ElementNode(QName name)
isElement
public boolean isElement()
- Specified by:
isElement
in interface XPathNode<V extends TypedObjectNode>
getLocalName
public String getLocalName()
getPrefixedName
public String getPrefixedName()
getNamespaceUri
public String getNamespaceUri()
Copyright © 2011. All Rights Reserved.