org.deegree.commons.xml
Class XPath

java.lang.Object
  extended by org.deegree.commons.xml.XPath

public class XPath
extends Object

TODO add documentation here

Version:
$Revision:$, $Date:$
Author:
Markus Schneider , last edited by: $Author:$

Constructor Summary
XPath(String xpath)
           
XPath(String xpath, NamespaceBindings nsContext)
           
 
Method Summary
 NamespaceBindings getNamespaceContext()
           
 String getXPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPath

public XPath(String xpath,
             NamespaceBindings nsContext)

XPath

public XPath(String xpath)
Method Detail

getXPath

public String getXPath()

getNamespaceContext

public NamespaceBindings getNamespaceContext()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.