org.deegree.metadata.xpath
Class ElementNode

java.lang.Object
  extended by 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 $

Constructor Summary
ElementNode(javax.xml.namespace.QName name, XPathNode parentNode)
           
 
Method Summary
 java.lang.String getLocalName()
           
 java.lang.String getNamespaceUri()
           
 XPathNode getParent()
          Returns the parent node.
 java.lang.String getPrefixedName()
           
 boolean isElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementNode

public ElementNode(javax.xml.namespace.QName name,
                   XPathNode parentNode)
Method Detail

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.