electric.xml
Interface IXPath
- All Known Implementing Classes:
- JaxenXPath, TMEXPath, XPath
- public interface IXPath
IXPath.
- Author:
- webMethods
getNodes
public Nodes getNodes(Node node)
throws XPathException
- Parameters:
node
-
- Throws:
XPathException
getNode
public Node getNode(Node node)
throws XPathException
- Parameters:
node
-
- Throws:
XPathException
getAttributes
public Attributes getAttributes(Element element)
throws XPathException
- Parameters:
element
-
- Throws:
XPathException
getAttribute
public Attribute getAttribute(Element element)
throws XPathException
- Parameters:
element
-
- Throws:
XPathException
getElements
public Elements getElements(Parent parent)
throws XPathException
- Parameters:
parent
-
- Throws:
XPathException
getElement
public Element getElement(Parent parent)
throws XPathException
- Parameters:
parent
-
- Throws:
XPathException
setNamespace
public void setNamespace(java.lang.String prefix,
java.lang.String namespace)
throws XPathException
- Parameters:
prefix
- namespace
-
- Throws:
XPathException
getBoolean
public boolean getBoolean(Node node)
- Parameters:
node
-
copyright© 2001-2004 by webMethods All Rights Reserved.