Interface Document

All Known Subinterfaces:
Scalar, Value
All Known Implementing Classes:
Node, Scalar.BooleanScalar, Scalar.DateScalar, Scalar.DateTimeScalar, Scalar.IntegerScalar, Scalar.NumberScalar, Scalar.StringScalar, Scalar.TimeScalar, Value.NullValue

public sealed interface Document permits Node, Value
Root interface representing an Omnist Document (omnist-spec ยง2.2).
 Document = node | value
 
A bare Document can be either a Node or a Value (a scalar or null).