portal.xml.jxpath
Class PortalJXPathDocumentContainer
java.lang.Object
portal.xml.jxpath.PortalJXPathDocumentContainer
- All Implemented Interfaces:
- org.apache.commons.jxpath.Container
- public class PortalJXPathDocumentContainer
- extends java.lang.Object
- implements org.apache.commons.jxpath.Container
A wrapper for W3C documents to make the accessible in a JXPath evaluator.
- Version:
- $Revision: 1.1 $
- Author:
- Thomas Weckert
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalJXPathDocumentContainer
public PortalJXPathDocumentContainer(org.w3c.dom.Document document)
getValue
public java.lang.Object getValue()
- Specified by:
getValue in interface org.apache.commons.jxpath.Container
- See Also:
Container.getValue()
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue in interface org.apache.commons.jxpath.Container
- See Also:
Container.setValue(java.lang.Object)
getDocument
public org.w3c.dom.Document getDocument()