Package net.sf.joost.stx

Contains the kernel classes of Joost implementing the transformation process.

See:
          Description

Interface Summary
FunctionTable.Instance Type for all functions
ParserListener Callback interface that can be used to receive information about the STX instructions created by a Parser object.
 

Class Summary
BufferReader An XMLReader object that uses the events from a buffer.
Context Instances of this class provide context information while processing an input document.
Emitter Emitter acts as a filter between the Processor and the real SAX output handler.
ErrorHandlerImpl Class for receiving notifications of warnings and errors and for passing them to a registered ErrorListener object.
FunctionTable Wrapper class for all STXPath function implementations.
FunctionTable.Avg The avg function.
FunctionTable.BooleanConv The boolean function.
FunctionTable.Ceiling The ceiling function.
FunctionTable.Concat The concat function.
FunctionTable.Contains The contains function.
FunctionTable.Count The count function.
FunctionTable.Empty The empty function.
FunctionTable.EndsWith The ends-with function.
FunctionTable.EscapeUri The escape-uri function.
FunctionTable.Exists The exists function.
FunctionTable.ExtensionFunction An instance of this class represents a Java extension function.
FunctionTable.ExtSequence The sequence extension function.
FunctionTable.False The false function.
FunctionTable.FilterAvailable The filter-available function.
FunctionTable.Floor The floor function.
FunctionTable.GetInScopePrefixes The get-in-scope-prefixes function.
FunctionTable.GetNamespaceUriForPrefix The get-namespace-uri-for-prefix function.
FunctionTable.HasChildNodes The has-child-nodes function.
FunctionTable.IndexOf The index-of function.
FunctionTable.InsertBefore The insert-before function.
FunctionTable.ItemAt The item-at function.
FunctionTable.LocalName The local-name function.
FunctionTable.Max The max function.
FunctionTable.Min The min function.
FunctionTable.Name The name function.
FunctionTable.NamespaceURI The namespace-uri function.
FunctionTable.NodeKind The node-kind function.
FunctionTable.NormalizeSpace The normalize-space function.
FunctionTable.Not The not function.
FunctionTable.NumberConv The number function.
FunctionTable.Position The position function.
FunctionTable.RegexGroup The regex-group function.
FunctionTable.Remove The remove function.
FunctionTable.Round The round function.
FunctionTable.StartsWith The starts-with function.
FunctionTable.StringConv The string function.
FunctionTable.StringJoin The string-join function.
FunctionTable.StringLength The string-length function.
FunctionTable.StringPad The string-pad function.
FunctionTable.Subsequence The subsequence function.
FunctionTable.Substring The substring function.
FunctionTable.SubstringAfter The substring-after function.
FunctionTable.SubstringBefore The substring-before function.
FunctionTable.Sum The sum function.
FunctionTable.Translate The translate function.
FunctionTable.True The true function.
HttpPostHandler Implements an HTTP POST connection with a TransformerHandler interface.
ParseContext Instances of this class provide context information while parsing an STX document.
Parser Creates the tree representation of an STX transformation sheet.
Processor Processes an XML document as SAX XMLFilter.
SAXEvent SAXEvent stores all information attached to an incoming SAX event, it is the representation of a node in STX.
SAXEvent.DoubleString This class acts as a wrapper for a pair of String objects.
SAXWrapperHandler Wraps a SAX parser (XMLReader) in a TransformerHandler object.
TransformerHandlerResolverImpl The default implementation of an TransformerHandlerResolver.
Value Container class for concrete values (of XPath types)
 

Package net.sf.joost.stx Description

Contains the kernel classes of Joost implementing the transformation process.