From 7916c117627db0411b35f202f88b2ab6e115361a Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Fri, 28 Jan 2005 14:10:50 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'MOA-ID-1_20d09'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/MOA-ID-1_20d09@264 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 @@ - - - -
- -
-
-
|
-- - | -|||||||||
- PREV - NEXT | -- FRAMES - NO FRAMES | -
-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. |
-
-
-
-
|
-- - | -|||||||||
- PREV - NEXT | -- FRAMES - NO FRAMES | -