A B C E F G H I L M N O P S T W X

A

AbstractLexer - class au.com.Langdale.parse.AbstractLexer.
Basis for a lexer.
AbstractLexer.EndToken - class au.com.Langdale.parse.AbstractLexer.EndToken.
The end of file.
AbstractLexer.EndToken() - Constructor for class au.com.Langdale.parse.AbstractLexer.EndToken
 
AbstractLexer.ParseError - exception au.com.Langdale.parse.AbstractLexer.ParseError.
 
AbstractLexer.ParseError(String) - Constructor for class au.com.Langdale.parse.AbstractLexer.ParseError
 
AbstractLexer.SymbolToken - class au.com.Langdale.parse.AbstractLexer.SymbolToken.
Symbols are tokens that have no information except their identity.
AbstractLexer.SymbolToken() - Constructor for class au.com.Langdale.parse.AbstractLexer.SymbolToken
 
AbstractLexer.Token - class au.com.Langdale.parse.AbstractLexer.Token.
A token that was extracted from the input character stream.
AbstractLexer.Token() - Constructor for class au.com.Langdale.parse.AbstractLexer.Token
 
AbstractLexer.Token(String) - Constructor for class au.com.Langdale.parse.AbstractLexer.Token
 
AbstractLexer() - Constructor for class au.com.Langdale.parse.AbstractLexer
Construct without input.
AbstractLexer(Reader) - Constructor for class au.com.Langdale.parse.AbstractLexer
Construct with given input.
AbstractParser - class au.com.Langdale.parse.AbstractParser.
Basis for a parser.
AbstractParser.Element - class au.com.Langdale.parse.AbstractParser.Element.
Convenience class to generate an element from a given word or the current token.
AbstractParser.Element() - Constructor for class au.com.Langdale.parse.AbstractParser.Element
 
AbstractParser.Element(String) - Constructor for class au.com.Langdale.parse.AbstractParser.Element
 
AbstractParser.Element(String, String) - Constructor for class au.com.Langdale.parse.AbstractParser.Element
 
AbstractParser(Class) - Constructor for class au.com.Langdale.parse.AbstractParser
Create a reader.
add(XMLTemplate) - Method in class au.com.Langdale.styler.CompoundTemplate
Add a template to the stack.
addInput(Reader, String) - Method in class au.com.Langdale.styler.Pipe
Specify a input with explicit type.
addInput(String) - Method in class au.com.Langdale.styler.Pipe
Specify a filename for the input.
addOutput(String) - Method in class au.com.Langdale.styler.Pipe
Specify a file for output.
addOutput(Writer, String) - Method in class au.com.Langdale.styler.Pipe
Set the output format to XML and send it to the given stream.
addTransform(File) - Method in class au.com.Langdale.styler.Pipe
Specify a transform as a file.
addTransform(String) - Method in class au.com.Langdale.styler.Pipe
Specify a transform as a filename or resource name.
AntDriver - class au.com.Langdale.tools.AntDriver.
 
AntDriver() - Constructor for class au.com.Langdale.tools.AntDriver
 
append() - Method in class au.com.Langdale.parse.AbstractLexer.Token
 
append(char) - Method in class au.com.Langdale.parse.AbstractLexer.Token
 
append(String) - Method in class au.com.Langdale.parse.AbstractParser.Element
 
append(String) - Method in class au.com.Langdale.parse.AbstractLexer.Token
 
append(StringBuffer) - Method in class au.com.Langdale.parse.AbstractParser.Element
 
au.com.Langdale.outline - package au.com.Langdale.outline
 
au.com.Langdale.parse - package au.com.Langdale.parse
 
au.com.Langdale.sax - package au.com.Langdale.sax
 
au.com.Langdale.styler - package au.com.Langdale.styler
 
au.com.Langdale.tools - package au.com.Langdale.tools
 
au.com.Langdale.xpetal - package au.com.Langdale.xpetal
 

B

baseDir - Variable in class au.com.Langdale.styler.StylerTask.FileSpec
The base directory for mapped files.

C

characters(char[], int, int) - Method in class au.com.Langdale.outline.Writer.Handler
 
close() - Method in class au.com.Langdale.parse.AbstractParser.Element
 
commit() - Method in class au.com.Langdale.parse.AbstractParser.Element
 
CompoundFilter - class au.com.Langdale.styler.CompoundFilter.
Make a stack of XMLFilters (XMLTransformers) look like a single filter.
CompoundFilter(XMLFilter) - Constructor for class au.com.Langdale.styler.CompoundFilter
Constructor for the CompoundFilter object
CompoundTemplate - class au.com.Langdale.styler.CompoundTemplate.
Make a stack of XMLTemplates look like a single XMLTemplate.
CompoundTemplate() - Constructor for class au.com.Langdale.styler.CompoundTemplate
 
createFileset() - Method in class au.com.Langdale.styler.StylerTask
The nested fileset element represents the files to be transformed.
createInput() - Method in class au.com.Langdale.styler.StylerTask
The nested input element maps source file names to input file names.
createMapper() - Method in class au.com.Langdale.styler.StylerTask.FileSpec
Support a nested mapper element.
createOutput() - Method in class au.com.Langdale.styler.StylerTask
The nested output element maps source file names to result file names.
createParam() - Method in class au.com.Langdale.styler.StylerTask
A nested param element defines an XSLT stylesheet parameter.
createTransform() - Method in class au.com.Langdale.styler.StylerTask
A nested transform element indicates a single transformation.

E

endDocument() - Method in class au.com.Langdale.outline.Writer.Handler
 
endElement(String, String, String) - Method in class au.com.Langdale.outline.Writer.Handler
 
endPrefixMapping(String) - Method in class au.com.Langdale.outline.Writer.Handler
 
error(String) - Method in class au.com.Langdale.parse.AbstractLexer
Generate a ParseError exception contiaining the current line number.
errors - Variable in class au.com.Langdale.sax.XMLReaderBase
The child's ErrorHandler.
execute() - Method in class au.com.Langdale.styler.StylerTask
Execute the transformation.

F

features - Variable in class au.com.Langdale.sax.XMLReaderBase
The extended features.
file - Variable in class au.com.Langdale.styler.StylerTask.FileSpec
An explicit (single) file from the file attribute.
FragmentsTemplate - class au.com.Langdale.styler.FragmentsTemplate.
Wraps Simon St.Laurent's Fragment XML utility.
FragmentsTemplate() - Constructor for class au.com.Langdale.styler.FragmentsTemplate
 

G

getContentHandler() - Method in class au.com.Langdale.sax.XMLReaderBase
Gets the ContentHandler attribute of the XMLReaderBase object
getDTDHandler() - Method in class au.com.Langdale.sax.XMLReaderBase
Gets the DTDHandler attribute of the XMLReaderBase object
getEntityResolver() - Method in class au.com.Langdale.sax.XMLReaderBase
Gets the EntityResolver attribute of the XMLReaderBase object
getErrorHandler() - Method in class au.com.Langdale.sax.XMLReaderBase
Gets the ErrorHandler attribute of the XMLReaderBase object
getExtension() - Method in class au.com.Langdale.styler.StylerTask.FileSpec
Get the file extension.
getExtension(String) - Static method in class au.com.Langdale.styler.Styler
Get a file extension.
getFeature(String) - Method in class au.com.Langdale.sax.XMLReaderBase
Tests whether a feature is switched on.
getFile() - Method in class au.com.Langdale.styler.StylerTask.FileSpec
Get the (possibly mapped) file.
getLexicalHandler() - Method in class au.com.Langdale.sax.XMLReaderBase
Gets the Lexical handler.
getName() - Method in class au.com.Langdale.styler.StylerTask.Param
The name of the parameter.
getParent() - Method in class au.com.Langdale.sax.XMLReaderBase
Gets the parent reader.
getProperty(String) - Method in class au.com.Langdale.sax.XMLReaderBase
Gets a property object.
getTemplate() - Method in class au.com.Langdale.styler.StylerTask.Transform
Get the initialized template object.
getType() - Method in class au.com.Langdale.styler.StylerTask.FileSpec
Get the type or, if not set, the file extension.
getValue() - Method in class au.com.Langdale.styler.StylerTask.Param
The (possibly mapped) value of the parameter.
getValue() - Method in class au.com.Langdale.parse.AbstractLexer.Token
The string representation or value of the token.

H

HTML4Writer - class au.com.Langdale.styler.HTML4Writer.
A HTML serializer.
HTMLReader - class au.com.Langdale.styler.HTMLReader.
A SAX XMLReader that reads HTML.
HTMLReader() - Constructor for class au.com.Langdale.styler.HTMLReader
Constructor for the HTMLReader object

I

ignorableWhitespace(char[], int, int) - Method in class au.com.Langdale.outline.Writer.Handler
 
input - Variable in class au.com.Langdale.sax.XMLReaderBase
The source specified in the parse() message.
isa(Class) - Method in class au.com.Langdale.parse.AbstractParser
Convenience function to classify the current token.
isa(String) - Method in class au.com.Langdale.parse.AbstractLexer
Convenience function to test if next belongs to a set of characters represented by the given string.
isEndOfInput() - Method in class au.com.Langdale.parse.AbstractParser
Convenience funtion to recognise the end of the input stream.

L

Lexer - class au.com.Langdale.xpetal.Lexer.
Extract tokens from the lisp-like petal language.
Lexer - class au.com.Langdale.outline.Lexer.
Extract tokens from a python-like indented outline language.
Lexer.AtToken - class au.com.Langdale.xpetal.Lexer.AtToken.
An '@' followed by a word.
Lexer.AtToken() - Constructor for class au.com.Langdale.xpetal.Lexer.AtToken
 
Lexer.CloseToken - class au.com.Langdale.xpetal.Lexer.CloseToken.
A ')'.
Lexer.CloseToken() - Constructor for class au.com.Langdale.xpetal.Lexer.CloseToken
 
Lexer.DedentToken - class au.com.Langdale.outline.Lexer.DedentToken.
Marks the end of scope.
Lexer.EqualsToken - class au.com.Langdale.outline.Lexer.EqualsToken.
Indicates an attribute.
Lexer.EqualsToken() - Constructor for class au.com.Langdale.outline.Lexer.EqualsToken
 
Lexer.IndentToken - class au.com.Langdale.outline.Lexer.IndentToken.
Marks beginning of new scope.
Lexer.LineToken - class au.com.Langdale.outline.Lexer.LineToken.
Marks the end of a statement
Lexer.MultiLineToken - class au.com.Langdale.xpetal.Lexer.MultiLineToken.
A multiline string quoted with leading '|' characters.
Lexer.MultiLineToken() - Constructor for class au.com.Langdale.xpetal.Lexer.MultiLineToken
 
Lexer.NameToken - class au.com.Langdale.outline.Lexer.NameToken.
Represents an XML name.
Lexer.OpenToken - class au.com.Langdale.xpetal.Lexer.OpenToken.
A '('.
Lexer.OpenToken() - Constructor for class au.com.Langdale.xpetal.Lexer.OpenToken
 
Lexer.StringToken - class au.com.Langdale.xpetal.Lexer.StringToken.
A quoted sequence of characters.
Lexer.StringToken - class au.com.Langdale.outline.Lexer.StringToken.
A (possibly) multiline, quoted string.
Lexer.StringToken() - Constructor for class au.com.Langdale.xpetal.Lexer.StringToken
 
Lexer.StringToken(String) - Constructor for class au.com.Langdale.xpetal.Lexer.StringToken
 
Lexer.TagToken - class au.com.Langdale.outline.Lexer.TagToken.
Indicates an element.
Lexer.TagToken() - Constructor for class au.com.Langdale.outline.Lexer.TagToken
 
Lexer.WordToken - class au.com.Langdale.xpetal.Lexer.WordToken.
An unquoted sequence of characters with no whitespace or symbols in it.
Lexer.WordToken() - Constructor for class au.com.Langdale.xpetal.Lexer.WordToken
 
Lexer.WordToken(String) - Constructor for class au.com.Langdale.xpetal.Lexer.WordToken
 
Lexer() - Constructor for class au.com.Langdale.xpetal.Lexer
Construct without input.
Lexer() - Constructor for class au.com.Langdale.outline.Lexer
Construct without a reader.
Lexer(Reader) - Constructor for class au.com.Langdale.xpetal.Lexer
Construct from input character reader.
Lexer(Reader) - Constructor for class au.com.Langdale.outline.Lexer
Contruct from a configured reader.
LEXICAL_HANDLER - Variable in class au.com.Langdale.sax.XMLReaderBase
The name of the extended property for a lexical-handler object.

M

Main - class au.com.Langdale.xpetal.Main.
This driver implements the official Xpetal command line.
Main() - Constructor for class au.com.Langdale.xpetal.Main
 
main(String[]) - Static method in class au.com.Langdale.styler.Pipe
Run a pipeline from the command line.
main(String[]) - Static method in class au.com.Langdale.xpetal.Main
Static entry point.
main(String[]) - Static method in class au.com.Langdale.tools.AntDriver
 
mapName(String) - Method in class au.com.Langdale.styler.StylerTask.FileSpec
Map the base file name.
more() - Method in class au.com.Langdale.parse.AbstractParser
Obtain the next token
more() - Method in class au.com.Langdale.parse.AbstractLexer
Read the next character from the input.

N

nameMapper - Variable in class au.com.Langdale.styler.StylerTask.FileSpec
The mapper to be used.
nestedMapper - Variable in class au.com.Langdale.styler.StylerTask.FileSpec
A nested mapper element.
newEmbeddedSource(String) - Method in class au.com.Langdale.styler.Styler
Return a SAX input source representing either a file or a java resource.
newFilter() - Method in class au.com.Langdale.styler.FragmentsTemplate
Create a new transformer that will apply the fragment parsing rules.
newFilter() - Method in class au.com.Langdale.styler.SimpleTemplate
Create the XMLFilter (XMLTransformer) object.
newFilter() - Method in class au.com.Langdale.styler.CompoundTemplate
Spawn an XMLFilter that implements the CompoundTemplate.
newFilter() - Method in interface au.com.Langdale.sax.XMLTemplate
Create an XMLFilter.
newFilter(String) - Method in class au.com.Langdale.styler.Styler
Obtain an XMLFilter of the given type.
newInstance() - Static method in class au.com.Langdale.styler.Styler
Obtain a Styler factory object.
newReader() - Method in class au.com.Langdale.styler.Styler
Select a reader based on the document name given a parse time.
newReader(InputSource) - Method in class au.com.Langdale.styler.Styler
Select a reader for the given SAX source based on the document name therein, modified by the document given at parse time, if any.
newReader(InputSource, String) - Method in class au.com.Langdale.styler.Styler
Return an XML reader preconfigured with an input source.
newReader(String) - Method in class au.com.Langdale.styler.Styler
Obtain an XMLReader for the given content type.
newSource() - Method in class au.com.Langdale.styler.Styler
Return an empty SAX source object
newSource(File) - Method in class au.com.Langdale.styler.Styler
Return a SAX source object for a file.
newSource(InputStream) - Method in class au.com.Langdale.styler.Styler
Return a SAX source object representing a byte stream
newSource(Reader) - Method in class au.com.Langdale.styler.Styler
Return a SAX source object representing a character writer
newSource(String) - Method in class au.com.Langdale.styler.Styler
Return a SAX source object for a named file.
newSource(URL) - Method in class au.com.Langdale.styler.Styler
Return a SAX source object for an URL.
newTemplate(InputSource) - Method in class au.com.Langdale.styler.Styler
Create an XSLT template object from a SAX source.
newTemplate(String) - Method in class au.com.Langdale.styler.Styler
Obtain an XMLTemplate that generates XMLFilters of the given type.
newWriter(File) - Method in class au.com.Langdale.styler.Styler
Return a serializer which writes to the given file.
newWriter(File, String) - Method in class au.com.Langdale.styler.Styler
Return a serializer of the given type which writes to the given file.
newWriter(String) - Method in class au.com.Langdale.styler.Styler
Obtain an XMLWriter for the given content type.
newWriter(Writer, String) - Method in class au.com.Langdale.styler.Styler
Return a serializer of the given type which writes to the given character writer.
next - Variable in class au.com.Langdale.parse.AbstractLexer
 

O

output - Variable in class au.com.Langdale.sax.XMLReaderBase
The child's ContentHandler.

P

parent - Variable in class au.com.Langdale.sax.XMLReaderBase
The parent.
parse() - Method in class au.com.Langdale.styler.SerializingFilter
The main method, which is called by XMLReaderBase when one of the SAX parse() methods is invoked.
parse() - Method in class au.com.Langdale.styler.Styler.DefaultXMLReader
 
parse() - Method in class au.com.Langdale.styler.HTMLReader
The main method, which is called by XMLReaderBase when one of the SAX parse() methods is invoked.
parse() - Method in class au.com.Langdale.styler.CompoundFilter
Configure the encapsulated pipeline and execute.
parse() - Method in class au.com.Langdale.styler.TransformingFilter
Perform the transformation.
parse() - Method in class au.com.Langdale.sax.XMLReaderBase
Overide this method to solicit SAX events from the parent and/or generate SAX events into the currently set handlers.
parse() - Method in class au.com.Langdale.outline.Writer
The main method, which is called by XMLReaderBase when one of the SAX parse() methods is invoked.
parse() - Method in class au.com.Langdale.parse.AbstractParser
The main method, which is called by XMLReaderBase when one of the SAX parse() methods is invoked.
parse(InputSource) - Method in class au.com.Langdale.sax.XMLReaderBase
Accepts a specification of what to parse, and initiates parsing.
parse(InputSource, XMLReader) - Method in class au.com.Langdale.styler.FragmentsTemplate
Construct a template by parsing the rules found at the given location (systemid).
parse(InputSource, XMLReader) - Method in class au.com.Langdale.styler.SimpleTemplate
Create an XSLT template object from a SAX source.
parse(InputSource, XMLReader) - Method in class au.com.Langdale.styler.CompoundTemplate
Their is no ability to read template instructions.
parse(InputSource, XMLReader) - Method in interface au.com.Langdale.sax.XMLTemplate
Parses template rules from the given source.
parse(String) - Method in class au.com.Langdale.sax.XMLReaderBase
Convenience method that accepts the filename of a file to parse.
parse(String[]) - Method in class au.com.Langdale.xpetal.Main
Parse a command and invoke one of the Xpetal functions.
parseBody() - Method in class au.com.Langdale.xpetal.PetalReader
The main method, which is called by XMLReaderBase when one of the SAX parse() methods is invoked.
parseBody() - Method in class au.com.Langdale.outline.Parser
implements the parser
parseBody() - Method in class au.com.Langdale.parse.AbstractParser
The implementation of the parser.
Parser - class au.com.Langdale.outline.Parser.
Convert outline text to SAX events.
Parser() - Constructor for class au.com.Langdale.outline.Parser
 
PetalReader - class au.com.Langdale.xpetal.PetalReader.
Parse a petal file and generate SAX events.
PetalReader() - Constructor for class au.com.Langdale.xpetal.PetalReader
Create a reader.
Pipe - class au.com.Langdale.styler.Pipe.
Represents a pipline of transformations.
Pipe() - Constructor for class au.com.Langdale.styler.Pipe
Construct an empty pipe.
Pipe(String[]) - Constructor for class au.com.Langdale.styler.Pipe
Construct a pipe from a list of files.
print(String) - Method in class au.com.Langdale.parse.AbstractParser.Element
 
processingInstruction(String, String) - Method in class au.com.Langdale.outline.Writer.Handler
 
properties - Variable in class au.com.Langdale.sax.XMLReaderBase
The extended properties.
props - Variable in class au.com.Langdale.sax.XMLWriterBase
 
pushback(int) - Method in class au.com.Langdale.parse.AbstractLexer
Push back one character onto the input stream.

S

scanToStart() - Method in class au.com.Langdale.outline.Lexer
Find the first indent level
scanToStart() - Method in class au.com.Langdale.parse.AbstractLexer
Initialise by reading in the first character.
SerializingFilter - class au.com.Langdale.styler.SerializingFilter.
An XMLFilter that serializes events to a stream.
SerializingFilter() - Constructor for class au.com.Langdale.styler.SerializingFilter
 
set(String, String) - Method in class au.com.Langdale.parse.AbstractParser.Element
 
set(String, StringBuffer) - Method in class au.com.Langdale.parse.AbstractParser.Element
 
setContentHandler(ContentHandler) - Method in class au.com.Langdale.sax.XMLReaderBase
Sets the ContentHandler attribute of the XMLReaderBase object
setDir(File) - Method in class au.com.Langdale.styler.StylerTask.FileSpec
The directory in which to find files.
setDocumentLocator(Locator) - Method in class au.com.Langdale.outline.Writer.Handler
 
setDTDHandler(DTDHandler) - Method in class au.com.Langdale.sax.XMLReaderBase
Nominally sets the DTDHandler attribute of the XMLReaderBase object (but is not implemented).
setEntityResolver(EntityResolver) - Method in class au.com.Langdale.sax.XMLReaderBase
Nominally sets the EntityResolver attribute of the XMLReaderBase object (but not implemented).
setErrorHandler(ErrorHandler) - Method in class au.com.Langdale.sax.XMLReaderBase
Sets the ErrorHandler attribute of the XMLReaderBase object
setFeature(String, boolean) - Method in class au.com.Langdale.sax.XMLReaderBase
Switches on a feature of the reader.
setFile(File) - Method in class au.com.Langdale.styler.StylerTask.FileSpec
Set the file, explicitly.
setInput(Reader) - Method in class au.com.Langdale.parse.AbstractLexer
Establish the input to be parsed.
setLexicalHandler(LexicalHandler) - Method in class au.com.Langdale.sax.XMLReaderBase
Sets the Lexical handler for the reader.
setName(String) - Method in class au.com.Langdale.styler.StylerTask.Param
The name of the parameter.
setOutput(OutputStream) - Method in class au.com.Langdale.sax.XMLWriterBase
Set the output to a byte stream.
setOutput(OutputStream) - Method in interface au.com.Langdale.sax.XMLWriter
Sets the output to a byte stream.
setOutput(Writer) - Method in class au.com.Langdale.sax.XMLWriterBase
Set the output to a character writer.
setOutput(Writer) - Method in interface au.com.Langdale.sax.XMLWriter
Sets the output to a character writer.
setParam(String, Object) - Method in class au.com.Langdale.styler.Pipe
Set a stylesheet parameter that will be used in the transform.
setParameter(String, Object) - Method in class au.com.Langdale.styler.CompoundFilter
Set the named stylesheet parameter for all transformers found in the pipeline.
setParameter(String, Object) - Method in class au.com.Langdale.styler.TransformingFilter
Set a stylesheet parameter on the encapsulated transformer.
setParameter(String, Object) - Method in interface au.com.Langdale.sax.XMLTransformer
Sets a parameter of the XMLTransformer object
setParent(XMLReader) - Method in class au.com.Langdale.sax.XMLReaderBase
Sets the parent reader (if this is a filter).
setProperty(String, Object) - Method in class au.com.Langdale.sax.XMLReaderBase
Sets a property of the reader (e.g.
setProperty(String, String) - Method in class au.com.Langdale.sax.XMLWriterBase
Set an output property.
setType(String) - Method in class au.com.Langdale.styler.StylerTask.FileSpec
Set the transform or document type.
setup(XMLReader) - Method in class au.com.Langdale.sax.XMLReaderBase
A utility to configure a delegate (e.g.
setValue(String) - Method in class au.com.Langdale.styler.StylerTask.Param
The value of the parameter, taken to be a string.
SimpleTemplate - class au.com.Langdale.styler.SimpleTemplate.
Adapt a TraX Templates object as an XMLTemplate.
SimpleTemplate() - Constructor for class au.com.Langdale.styler.SimpleTemplate
Create an template object that, by default, represents a copy operation.
SimpleTemplate(Templates) - Constructor for class au.com.Langdale.styler.SimpleTemplate
Construct from the Templates object to be adapted.
skippedEntity(String) - Method in class au.com.Langdale.outline.Writer.Handler
 
startDocument() - Method in class au.com.Langdale.outline.Writer.Handler
 
startElement(String, String, String, Attributes) - Method in class au.com.Langdale.outline.Writer.Handler
 
startPrefixMapping(String, String) - Method in class au.com.Langdale.outline.Writer.Handler
 
stream - Variable in class au.com.Langdale.sax.XMLWriterBase
 
Styler - class au.com.Langdale.styler.Styler.
A factory that constructs and configures the building blocks of a pipeline.
Styler.DefaultXMLReader - class au.com.Langdale.styler.Styler.DefaultXMLReader.
A wrapper for the default XML parser to be used in the factory method.
Styler.DefaultXMLReader() - Constructor for class au.com.Langdale.styler.Styler.DefaultXMLReader
 
Styler.DefaultXMLWriter - class au.com.Langdale.styler.Styler.DefaultXMLWriter.
An XML serializer.
StylerTask - class au.com.Langdale.styler.StylerTask.
This Ant task provides flexible XML transformations for multiple documents using multiple stylesheets.
StylerTask.FileSpec - class au.com.Langdale.styler.StylerTask.FileSpec.
Base class for nested elements that represent files.
StylerTask.FileSpec() - Constructor for class au.com.Langdale.styler.StylerTask.FileSpec
 
StylerTask.Param - class au.com.Langdale.styler.StylerTask.Param.
A nested param element, representing an XSLT stylesheet parameter.
StylerTask.Param() - Constructor for class au.com.Langdale.styler.StylerTask.Param
 
StylerTask.Transform - class au.com.Langdale.styler.StylerTask.Transform.
A nested transform element, defining an XSLT transformation.
StylerTask.Transform() - Constructor for class au.com.Langdale.styler.StylerTask.Transform
 
StylerTask() - Constructor for class au.com.Langdale.styler.StylerTask
 

T

TextWriter - class au.com.Langdale.styler.TextWriter.
A plain text serializer.
token - Variable in class au.com.Langdale.parse.AbstractParser
 
token - Variable in class au.com.Langdale.parse.AbstractLexer.Token
 
token() - Method in class au.com.Langdale.xpetal.Lexer
Retrieve the next token from the input.
token() - Method in class au.com.Langdale.outline.Lexer
Retrieve the next token from the input.
token() - Method in class au.com.Langdale.parse.AbstractLexer
 
toString() - Method in class au.com.Langdale.parse.AbstractLexer.Token
 
transform() - Method in class au.com.Langdale.styler.Pipe
Run the pipeline.
TransformingFilter - class au.com.Langdale.styler.TransformingFilter.
Adapts a trax transformer as an XMLFilter (XMLTransformer).
TransformingFilter() - Constructor for class au.com.Langdale.styler.TransformingFilter
Construct an identity transformation.
TransformingFilter(Templates) - Constructor for class au.com.Langdale.styler.TransformingFilter
Construct from a Trax Templates object.
TransformingFilter(TransformerHandler) - Constructor for class au.com.Langdale.styler.TransformingFilter
Contruct from a TraX TransformerHandler object.
type - Variable in class au.com.Langdale.styler.StylerTask.FileSpec
The type attribute.

W

writer - Variable in class au.com.Langdale.sax.XMLWriterBase
 
Writer - class au.com.Langdale.outline.Writer.
 
Writer.Handler - class au.com.Langdale.outline.Writer.Handler.
 
Writer.Handler() - Constructor for class au.com.Langdale.outline.Writer.Handler
 
Writer() - Constructor for class au.com.Langdale.outline.Writer
 

X

XHTMLWriter - class au.com.Langdale.styler.XHTMLWriter.
An XHTML serializer.
XMLReaderBase - class au.com.Langdale.sax.XMLReaderBase.
A support class for SAX XMLReader, XMLFilter and our own XMLTransformer implementations.
XMLReaderBase() - Constructor for class au.com.Langdale.sax.XMLReaderBase
Construct with default features.
XMLTemplate - interface au.com.Langdale.sax.XMLTemplate.
Interface for objects that can create XMLFilters and XMLTransformers (which are specialised SAX XMLFilter objects).
XMLTransformer - interface au.com.Langdale.sax.XMLTransformer.
Interface for XMLFilters that have an underlying transformer.
XMLWriter - interface au.com.Langdale.sax.XMLWriter.
Interface for XMLFilters that have no children, but serialise the parent's events to a file.
XMLWriterBase - class au.com.Langdale.sax.XMLWriterBase.
 
XMLWriterBase() - Constructor for class au.com.Langdale.sax.XMLWriterBase
 

A B C E F G H I L M N O P S T W X