|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.BaseXPath
electric.xml.jaxen.JaxenXPath
JaxenXPath
Constructor Summary | |
JaxenXPath(java.lang.String xpathExpr)
|
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)
|
Methods inherited from class org.jaxen.BaseXPath |
addNamespace, booleanValueOf, createFunctionContext, createNamespaceContext, createVariableContext, debug, evaluate, getContext, getContextSupport, getFunctionContext, getNamespaceContext, getNavigator, getRootExpr, getVariableContext, numberValueOf, selectNodes, selectNodesForContext, selectSingleNode, selectSingleNodeForContext, setFunctionContext, setNamespaceContext, setVariableContext, stringValueOf, toString, valueOf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JaxenXPath(java.lang.String xpathExpr) throws org.jaxen.JaxenException
xpathExpr
-
org.jaxen.JaxenException
Method Detail |
public Nodes getNodes(Node node) throws XPathException
getNodes
in interface IXPath
node
-
XPathException
public Node getNode(Node node) throws XPathException
getNode
in interface IXPath
node
-
XPathException
public Attributes getAttributes(Element element) throws XPathException
getAttributes
in interface IXPath
element
-
XPathException
public Attribute getAttribute(Element element) throws XPathException
getAttribute
in interface IXPath
element
-
XPathException
public Elements getElements(Parent parent) throws XPathException
getElements
in interface IXPath
parent
-
XPathException
public Element getElement(Parent parent) throws XPathException
getElement
in interface IXPath
parent
-
XPathException
public void setNamespace(java.lang.String prefix, java.lang.String namespace) throws XPathException
setNamespace
in interface IXPath
prefix
- namespace
-
XPathException
public boolean getBoolean(Node node)
getBoolean
in interface IXPath
node
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |