Package

eu.cdevreeze.yaidom.java8

simpleelem

Permalink

package simpleelem

The streaming element query API that can be used in Java 8, implemented for native yaidom simple elements.

This API is experimental!

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

Type Members

  1. sealed abstract class CanBeDocumentChild extends SimpleNode

    Permalink
  2. final class SimpleComment extends CanBeDocumentChild

    Permalink
  3. final class SimpleDocument extends StreamingDocumentApi[SimpleElem]

    Permalink

    Wrapper around native yaidom simple document.

  4. final class SimpleElem extends CanBeDocumentChild with StreamingScopedElemLike[SimpleElem]

    Permalink

    Wrapper around native yaidom simple element, offering the streaming element query API.

  5. final class SimpleEntityRef extends SimpleNode

    Permalink
  6. sealed abstract class SimpleNode extends AnyRef

    Permalink

    Wrapper around native yaidom simple node.

  7. final class SimpleProcessingInstruction extends CanBeDocumentChild

    Permalink
  8. final class SimpleText extends SimpleNode

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped