org.apache.commons.jxpath
Interface Container
- All Known Implementing Classes:
- XMLDocumentContainer, DocumentContainer
- 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.
- Version:
- $Revision: 1.4 $ $Date: 2003/03/11 00:59:11 $
- Author:
- Dmitri Plotnikov
Method Summary |
java.lang.Object |
getValue()
Returns the contained value. |
void |
setValue(java.lang.Object value)
Modifies the value contained by this container. |
getValue
public java.lang.Object getValue()
- Returns the contained value.
setValue
public void setValue(java.lang.Object value)
- Modifies the value contained by this container. May throw
UnsupportedOperationException.
Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.