|
||||||||||
| 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 IXPathnode -
XPathException
public Node getNode(Node node)
throws XPathException
getNode in interface IXPathnode -
XPathException
public Attributes getAttributes(Element element)
throws XPathException
getAttributes in interface IXPathelement -
XPathException
public Attribute getAttribute(Element element)
throws XPathException
getAttribute in interface IXPathelement -
XPathException
public Elements getElements(Parent parent)
throws XPathException
getElements in interface IXPathparent -
XPathException
public Element getElement(Parent parent)
throws XPathException
getElement in interface IXPathparent -
XPathException
public void setNamespace(java.lang.String prefix,
java.lang.String namespace)
throws XPathException
setNamespace in interface IXPathprefix - namespace -
XPathExceptionpublic boolean getBoolean(Node node)
getBoolean in interface IXPathnode -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||