Saxon.Api

Class DocumentBuilder

Class DomDestination

Class DynamicContext

Class DynamicError

Class EmptyEnumerator

Class ExtensionFunctionCall

Class ExtensionFunctionDefinition

Class NullDestination

Class Processor

Class QName

Class SchemaManager

Class SchemaValidator

Class Serializer

Class StaticContext

Class StaticError

Class TextWriterDestination

Class XPathCompiler

Class XPathExecutable

Class XPathSelector

Class XQueryCompiler

Class XQueryEvaluator

Class XQueryExecutable

Class XdmAnyFunctionType

Class XdmAnyItemType

Class XdmAnyNodeType

Class XdmAtomicType

Class XdmAtomicValue

Class XdmDestination

Class XdmEmptySequence

Class XdmItem

Class XdmItemType

Class XdmNode

Class XdmNodeKind

Class XdmSequenceType

Class XdmValue

Class XmlDestination

Class XsltCompiler

Class XsltExecutable

Class XsltTransformer

Enum RecoveryPolicy

Enum SchemaValidationMode

Enum TreeModel

Enum WhitespacePolicy

Enum XdmAxis

Interface IMessageListener

Interface IQueryResolver

Interface IResultDocumentHandler

Interface IXdmEnumerator

Interface IXmlLocation

Interface SchemaResolver

 

Saxon.Api
Enum TreeModel


public enum TreeModel
implements object

Enumeration identifying the different tree model implementations


Field Summary
  TinyTree

Saxon TinyTree

  TinyTreeCondensed

Saxon Condensed TinyTree (shares storage for duplicated text and attribute nodes)

  LinkedTree

Saxon LinkedTree

  Unspecified

Unspecified tree model

 
Field Detail

TinyTree

public  TinyTree

Saxon TinyTree


TinyTreeCondensed

public  TinyTreeCondensed

Saxon Condensed TinyTree (shares storage for duplicated text and attribute nodes)


LinkedTree

public  LinkedTree

Saxon LinkedTree


Unspecified

public  Unspecified

Unspecified tree model