Class/Object

eu.cdevreeze.yaidom.saxon

SaxonNode

Related Docs: object SaxonNode | package saxon

Permalink

sealed abstract class SaxonNode extends Node

Saxon yaidom BackingElemNodeApi wrapper around Saxon (9.7+) NodeInfo backends. Saxon-HE is the minimal requirement, but Saxon-EE can be used instead, of course.

Typically the wrapped NodeInfo uses the tiny tree model, in which case these yaidom wrapper nodes for Saxon are quite fast in query processing and especially quite memory-efficient.

Be careful to cautiously manage the underlying Saxon Processor (or Configuration) objects in the application using these Saxon node wrappers. Do not shared them naively, and also do not use new instances of them naively.

Yaidom EName and QName instances are created from Saxon NodeInfo objects using the global ENameProvider.globalENameProvider and QNameProvider.globalQNameProvider, respectively. Consider using efficient implementations for those name providers that use name pooling (at least for commonly used names).

Linear Supertypes
Node, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SaxonNode
  2. Node
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def children: IndexedSeq[SaxonNode]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. final def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    SaxonNode → AnyRef → Any
  9. final def filterElemsByAxisAndPredicate(axisNumber: Byte, p: (SaxonElem) ⇒ Boolean): IndexedSeq[SaxonElem]

    Permalink
    Attributes
    protected
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def findElemByAxisAndPredicate(axisNumber: Byte, p: (SaxonElem) ⇒ Boolean): Option[SaxonElem]

    Permalink
    Attributes
    protected
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def hashCode(): Int

    Permalink
    Definition Classes
    SaxonNode → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def nodeInfo2EName(nodeInfo: NodeInfo): EName

    Permalink
    Attributes
    protected
  17. def nodeInfo2QName(nodeInfo: NodeInfo): QName

    Permalink
    Attributes
    protected
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. final def toString(): String

    Permalink
    Definition Classes
    SaxonNode → AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. val wrappedNode: NodeInfo

    Permalink

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped