org.deegree.metadata.xpath
Class ElementNode
java.lang.Object
org.deegree.metadata.xpath.ElementNode
- All Implemented Interfaces:
- XPathNode
public class ElementNode
- extends java.lang.Object
- implements XPathNode
TODO add class documentation here
- Version:
- $Revision: 27235 $, $Date: 2010-10-14 17:57:32 +0200 (Do, 14. Okt 2010) $
- Author:
- Steffen Thomas, last edited by: $Author: sthomas $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementNode
public ElementNode(javax.xml.namespace.QName name,
XPathNode parentNode)
isElement
public boolean isElement()
getLocalName
public java.lang.String getLocalName()
getPrefixedName
public java.lang.String getPrefixedName()
getNamespaceUri
public java.lang.String getNamespaceUri()
getParent
public XPathNode getParent()
- Description copied from interface:
XPathNode
- Returns the parent node.
- Specified by:
getParent
in interface XPathNode
- Returns:
- the parent node or
null
if this is the root node
Copyright © 2011. All Rights Reserved.