From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/util/class-use/XPathException.html | 222 +++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html new file mode 100644 index 000000000..2729ebf8d --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html @@ -0,0 +1,222 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.XPathException + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+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.NodeIteratorXPathUtils.selectNodeIterator(org.w3c.dom.Node contextNode, + String exp) + +
+          Return a NodeIterator over the nodes matching the XPath + expression. + +
+static org.w3c.dom.traversal.NodeIteratorXPathUtils.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.NodeIteratorXPathUtils.selectNodeIterator(org.w3c.dom.Node contextNode, + Map namespaceMapping, + String exp) + +
+          Return a NodeIterator over the nodes matching the XPath + expression.
+static org.w3c.dom.NodeListXPathUtils.selectNodeList(org.w3c.dom.Node contextNode, + String exp) + +
+          Return a NodeList of all the nodes matching the XPath + expression. + +
+static org.w3c.dom.NodeListXPathUtils.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.NodeListXPathUtils.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.NodeXPathUtils.selectSingleNode(org.w3c.dom.Node contextNode, + String exp) + +
+          Select the first node matching an XPath expression. + +
+static org.w3c.dom.NodeXPathUtils.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.NodeXPathUtils.selectSingleNode(org.w3c.dom.Node contextNode, + Map namespaceMapping, + String exp) + +
+          Select the first node matching an XPath expression.
+  +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3