Package

eu.cdevreeze.yaidom.java8

saxonelem

Permalink

package saxonelem

The streaming element query API that can be used in Java 8, implemented for Saxon wrapper elements.

This API is experimental!

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. saxonelem
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class CanBeDocumentChild extends SaxonNode

    Permalink
  2. final class SaxonComment extends CanBeDocumentChild

    Permalink
  3. final class SaxonDocument extends StreamingDocumentApi[SaxonElem]

    Permalink

    Wrapper around Saxon wrapper document.

  4. final class SaxonElem extends CanBeDocumentChild with StreamingBackingElemApi[SaxonElem] with StreamingScopedElemLike[SaxonElem]

    Permalink

    Wrapper around Saxon element, offering the streaming element query API.

  5. sealed abstract class SaxonNode extends AnyRef

    Permalink

    Wrapper around Saxon wrapper node.

  6. final class SaxonProcessingInstruction extends CanBeDocumentChild

    Permalink
  7. final class SaxonText extends SaxonNode

    Permalink

Value Members

  1. object SaxonElem

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped