|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.jdom.XPathNamespace
Wrapper for JDOM namespace nodes to give them a parent, as required by the XPath data model.
Constructor Summary | |
XPathNamespace(org.jdom.Element jdomElement,
org.jdom.Namespace jdomNamespace)
Creates a namespace-node wrapper for a namespace node that is assigned to the given JDOM element. |
|
XPathNamespace(org.jdom.Namespace jdomNamespace)
Creates a namespace-node wrapper for a namespace node that hasn't been assigned to an element yet. |
Method Summary | |
org.jdom.Element |
getJDOMElement()
Returns the JDOM element from which this namespace node has been retrieved. |
org.jdom.Namespace |
getJDOMNamespace()
Returns the JDOM namespace object of this namespace node; the JDOM namespace object contains the prefix and URI of the namespace. |
void |
setJDOMElement(org.jdom.Element jdomElement)
Sets or changes the element to which this namespace node is assigned. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XPathNamespace(org.jdom.Namespace jdomNamespace)
public XPathNamespace(org.jdom.Element jdomElement, org.jdom.Namespace jdomNamespace)
Method Detail |
public org.jdom.Element getJDOMElement()
public void setJDOMElement(org.jdom.Element jdomElement)
public org.jdom.Namespace getJDOMNamespace()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |