Packages

package trax

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait PullTypeConversionImplicits extends AnyRef

    All safe conversions from T to Iterator[PullType].

  2. case class ScalesResult[Token <: OptimisationToken](strategy: PathOptimisationStrategy[Token] = scales.xml.defaultPathOptimisation) extends SAXResult with Product with Serializable

    A TrAX Result

  3. case class ScalesSource(stream: Iterator[xml.PullType], documentLike: DocLike = EmptyDoc()) extends StAXSource with Product with Serializable

    Use as a basis for TrAX or javax.xml.validation and some other services.

    Use as a basis for TrAX or javax.xml.validation and some other services. Unfortunately XPath isn't one of them, fortunately ScalesXml comes with similar...

    To add to the joy, at time of writing Xalan (2.7.1) uses SAXSource.toInputSource to convert this into a stream, problem is the JVM version (1.6.0_24) doesn't support StAXSource transformation, which is nice. So until this is fixed users should serialize themselves into a stream and then use for trax if they are using Xalan directly.

    Only the prolog and endMisc are taken from the document, the rest comes from the stream

  4. trait ScalesStreamReader extends XMLStreamReader

    Provides a stream reader interface for StAX.

  5. trait TNC extends NamespaceContext
  6. trait TraxConversionImplicits extends AnyRef
  7. trait TraxSourceConversions extends AnyRef
  8. class TreeIterable extends AbstractPathIterator[XmlItem, Elem, xml.XCC, xml.PullType]

Value Members

  1. object EmptyNamespaceContext extends TNC
  2. object EmptyStreamLocation extends Location
  3. object NamespaceContextFunctions

    Provides a namespace context, needs pushing / popping etc

Ungrouped