Package dk.brics.xact.operations

Basic operations on XML templates.

See:
          Description

Interface Summary
XMLIndentation Specifies how to indent an XML template or document.
 

Class Summary
LengthOutputStream Output stream that counts the number of bytes written.
NamespacePrefixTracker Manages namespace prefixes during construction of ordinary XML output from XML templates.
ParseHandler A SAX parser that given a stream SAX events generates an XACT document
TemplateCache Cache for parsed templates.
XHTMLIndentation Indents XHTML output for the purpose of making it readible as possible, while attempting not to change its rendering (see note below) using the following rules: Anything not in the XHTML namespace will be indented.
XMLGraphConverter Converter from XML templates to XML graphs.
XMLNavigator XPath evaluator for XML templates.
XMLNavigator.ElementListResult Element list result.
XMLNavigator.NodeListResult Node list result.
XMLNavigator.NodeResult Single-node result.
XMLNavigator.Result Abstract result of evaluation.
XMLParser Parser for XML templates.
XMLPrinter Prints XML templates to output streams.
XMLResult Result class for XSL transformations.
XMLSource JAXP SAXSource for XML templates.
XMLValidator Schema validation for XML templates.
 

Enum Summary
XMLGraphConverter.GapConversion Gap conversion flags.
XMLIndentation.IndentType  
 

Package dk.brics.xact.operations Description

Basic operations on XML templates.

Author:
Anders Møller <amoeller@cs.au.dk>, Asger Feldthaus <asf@cs.au.dk>


Copyright © 2005-2011 Aarhus University.