Package

eu.cdevreeze.yaidom.java8

scalaxmlelem

Permalink

package scalaxmlelem

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

DO NOT USE THIS PACKAGE WHEN RUNNING ON JAVA BEFORE VERSION 8!

This API is experimental!

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalaxmlelem
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class CanBeScalaXmlDocumentChild extends ScalaXmlNode

    Permalink
  2. final class ScalaXmlComment extends CanBeScalaXmlDocumentChild

    Permalink
  3. final class ScalaXmlDocument extends StreamingDocumentApi[ScalaXmlElem]

    Permalink

    Wrapper around a scala.xml.Document.

  4. final class ScalaXmlElem extends CanBeScalaXmlDocumentChild with StreamingScopedElemLike[ScalaXmlElem]

    Permalink

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

  5. final class ScalaXmlEntityRef extends ScalaXmlNode

    Permalink
  6. sealed abstract class ScalaXmlNode extends AnyRef

    Permalink

    Wrapper around Scala XML node.

  7. final class ScalaXmlProcessingInstruction extends CanBeScalaXmlDocumentChild

    Permalink
  8. final class ScalaXmlText extends ScalaXmlNode

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped