From da5f70c20ef4bfea21c9d228e1d6891616887958 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 28 Jun 2004 20:46:16 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'MOA-ID1_2d05'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/MOA-ID1_2d05@145 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/util/class-use/XPathException.html | 222 --------------------- 1 file changed, 222 deletions(-) delete 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 deleted file mode 100644 index 2729ebf8d..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - -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