Uses of Class
at.gv.egovernment.moa.util.XPathException

Packages that use XPathException
at.gv.egovernment.moa.util   
 

Uses of XPathException in at.gv.egovernment.moa.util
 

Methods in at.gv.egovernment.moa.util that throw XPathException
static org.w3c.dom.traversal.NodeIterator XPathUtils.selectNodeIterator(org.w3c.dom.Node contextNode, String exp)
          Return a NodeIterator over the nodes matching the XPath expression.
static org.w3c.dom.traversal.NodeIterator XPathUtils.selectNodeIterator(org.w3c.dom.Node contextNode, org.w3c.dom.Element namespaceElement, String exp)
          Return a NodeIterator over the nodes matching the XPath expression.
static org.w3c.dom.traversal.NodeIterator XPathUtils.selectNodeIterator(org.w3c.dom.Node contextNode, Map namespaceMapping, String exp)
          Return a NodeIterator over the nodes matching the XPath expression.
static org.w3c.dom.NodeList XPathUtils.selectNodeList(org.w3c.dom.Node contextNode, String exp)
          Return a NodeList of all the nodes matching the XPath expression.
static org.w3c.dom.NodeList XPathUtils.selectNodeList(org.w3c.dom.Node contextNode, org.w3c.dom.Element namespaceElement, String exp)
          Return a NodeList of all the nodes matching the XPath expression.
static org.w3c.dom.NodeList XPathUtils.selectNodeList(org.w3c.dom.Node contextNode, Map namespaceMapping, String exp)
          Return a NodeList of all the nodes matching the XPath expression.
static org.w3c.dom.Node XPathUtils.selectSingleNode(org.w3c.dom.Node contextNode, String exp)
          Select the first node matching an XPath expression.
static org.w3c.dom.Node XPathUtils.selectSingleNode(org.w3c.dom.Node contextNode, org.w3c.dom.Element namespaceElement, String exp)
          Select the first node matching an XPath expression.
static org.w3c.dom.Node XPathUtils.selectSingleNode(org.w3c.dom.Node contextNode, Map namespaceMapping, String exp)
          Select the first node matching an XPath expression.