- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DocumentContainer, XMLDocumentContainer
public interface Container
extends Serializable
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: 652925 $ $Date: 2008-05-03 00:05:41 +0200 (Sa, 03 Mai 2008) $
- Author:
- Dmitri Plotnikov