Package

scales.xml

trax

Permalink

package trax

Visibility
  1. Public
  2. All

Type Members

  1. trait PullTypeConversionImplicits extends AnyRef

    Permalink

    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

    Permalink

    A TrAX Result

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

    Permalink

    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

    Permalink

    Provides a stream reader interface for StAX.

  5. trait TNC extends NamespaceContext

    Permalink
  6. trait TraxConversionImplicits extends AnyRef

    Permalink
  7. trait TraxSourceConversions extends AnyRef

    Permalink
  8. class TreeIterable extends AbstractPathIterator[XmlItem, Elem, xml.XCC, xml.PullType]

    Permalink

Value Members

  1. object EmptyNamespaceContext extends TNC

    Permalink
  2. object EmptyStreamLocation extends Location

    Permalink
  3. object NamespaceContextFunctions

    Permalink

    Provides a namespace context, needs pushing / popping etc

Ungrouped