org.apache.commons.jxpath
Interface Container
- DocumentContainer, XMLDocumentContainer
public interface Container
A Container is an object implementing an indirection
mechanism transparent to JXPath. For example, if property
"foo" of the context node has a Container as its value,
the XPath "foo" will produce the contents of that Container,
rather than the container itself.
$Revision: 1.6 $ $Date: 2004/02/29 14:17:42 $ Object | getValue() - Returns the contained value.
|
void | setValue(Object value) - Modifies the value contained by this container.
|
getValue
public Object getValue()
Returns the contained value.
setValue
public void setValue(Object value)
Modifies the value contained by this container. May throw
UnsupportedOperationException.