Class DocumentBuilder
Class DomDestination
Class DynamicContext
Class DynamicError
Class EmptyEnumerator
Class ExtensionFunctionCall
Class InvalidityHandlerWrapper
Class NamespaceConstant
Class NullDestination
Class Processor
Class QName
Class SchemaManager
Class SchemaValidator
Class Serializer
Class StandardLogger
Class StaticContext
Class StaticError
Class TextWriterDestination
Class WhitespacePolicy
Class XPathCompiler
Class XPathExecutable
Class XPathSelector
Class XQueryCompiler
Class XQueryEvaluator
Class XQueryExecutable
Class XdmAnyFunctionType
Class XdmAnyItemType
Class XdmAnyNodeType
Class XdmArray
Class XdmAtomicType
Class XdmAtomicValue
Class XdmDestination
- Class TreeProtector
Class XdmEmptySequence
Class XdmExternalObjectValue
Class XdmFunctionItem
Class XdmItem
Class XdmItemType
Class XdmMap
Class XdmNode
Class XdmNodeKind
Class XdmSequenceType
Class XdmValue
Class XmlDestination
Class Xslt30Transformer
Class XsltCompiler
Class XsltExecutable
- Class ParameterDetails
Class XsltPackage
Class XsltTransformer
Enum RecoveryPolicy
Enum SchemaValidationMode
Enum TreeModel
Enum XdmAxis
Interface IInvalidityHandler
Interface IMessageListener
Interface IQueryResolver
Interface IResultDocumentHandler
Interface IXdmEnumerator
Interface IXmlLocation
Interface SchemaResolver
public enum TreeModel
Enumeration identifying the different tree model implementations
Field Summary | |
---|---|
|
TinyTree Saxon TinyTree. This is the default model and is suitable for most purposes. |
|
TinyTreeCondensed Saxon Condensed TinyTree. This is a variant of the TinyTree that shares storage for duplicated text and attribute nodes. It gives a further saving in space occupied, at the cost of some increase in the time taken for tree construction. |
|
LinkedTree Saxon LinkedTree. This tree model is primarily useful when using XQuery Update, since it is the only standard tree model to support updates. |
|
Unspecified Unspecified tree model. This value is used to indicate that there is no preference for any specific tree model, which allows the choice to fall back to other interfaces. |
Field Detail |
---|
public TinyTree
Saxon TinyTree. This is the default model and is suitable for most purposes.
public TinyTreeCondensed
Saxon Condensed TinyTree. This is a variant of the TinyTree that shares storage for duplicated text and attribute nodes. It gives a further saving in space occupied, at the cost of some increase in the time taken for tree construction.
public LinkedTree
Saxon LinkedTree. This tree model is primarily useful when using XQuery Update, since it is the only standard tree model to support updates.
public Unspecified
Unspecified tree model. This value is used to indicate that there is no preference for any specific tree model, which allows the choice to fall back to other interfaces.