electric.xml
Interface IXPath

All Known Implementing Classes:
JaxenXPath, TMEXPath, XPath

public interface IXPath

IXPath.

Author:
webMethods

Method Summary
 Attribute getAttribute(Element element)
           
 Attributes getAttributes(Element element)
           
 boolean getBoolean(Node node)
           
 Element getElement(Parent parent)
           
 Elements getElements(Parent parent)
           
 Node getNode(Node node)
           
 Nodes getNodes(Node node)
           
 void setNamespace(java.lang.String prefix, java.lang.String namespace)
           
 

Method Detail

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.