package trax
- Alphabetic
- Public
- All
Type Members
-
trait
PullTypeConversionImplicits extends AnyRef
All safe conversions from T to Iterator[PullType].
-
case class
ScalesResult[Token <: OptimisationToken](strategy: PathOptimisationStrategy[Token] = scales.xml.defaultPathOptimisation) extends SAXResult with Product with Serializable
A TrAX Result
-
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
-
trait
ScalesStreamReader extends XMLStreamReader
Provides a stream reader interface for StAX.
- trait TNC extends NamespaceContext
- trait TraxConversionImplicits extends AnyRef
- trait TraxSourceConversions extends AnyRef
- class TreeIterable extends AbstractPathIterator[XmlItem, Elem, xml.XCC, xml.PullType]
Value Members
- object EmptyNamespaceContext extends TNC
- object EmptyStreamLocation extends Location
-
object
NamespaceContextFunctions
Provides a namespace context, needs pushing / popping etc