net.sf.saxon.om
Interface ValueRepresentation

All Known Subinterfaces:
DocumentInfo, Item, NodeInfo, SiblingCountingNode, VirtualNode
All Known Implementing Classes:
AtomicValue, DocumentImpl, DocumentWrapper, DocumentWrapper, DocumentWrapper, NamespaceIterator.NamespaceNodeImpl, NodeImpl, NodeWrapper, NodeWrapper, NodeWrapper, Orphan, StrippedDocument, StrippedNode, TextFragmentValue, TinyDocumentImpl, TinyNodeImpl, Value, VirtualCopy, VirtualDocumentCopy

public interface ValueRepresentation

A ValueRepresentation is a representation of a Value. This is a marker interface used as to represent the union of two classes: Value, and NodeInfo. Either of these two classes can be used to represent a value. The class is used primarily to represent the value of a variable.