portal.xml.jxpath
Class PortalJXPathDocumentContainer

java.lang.Object
  extended byportal.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

Constructor Summary
PortalJXPathDocumentContainer(org.w3c.dom.Document document)
           
 
Method Summary
 org.w3c.dom.Document getDocument()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalJXPathDocumentContainer

public PortalJXPathDocumentContainer(org.w3c.dom.Document document)
Method Detail

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()