Package jd.xml.xslt.result

Contains classes to output the result of an XSLT tranformation.

See:
          Description

Class Summary
AttributeList AttributeList store a list of attribute name/value pairs
CanXmlResultBuilder A ResultBuilder that builds a canonical xml document.
DefaultResultBuilder A ResultBuilder used when the output instruction has no explicit method attribute.
DomResultBuilder A DomResultBuilder builds a new DOM document from the transformation output.
EmptyResultBuilder A ResultBuilder which does nothing.
HtmlResultBuilder A ResultBuilder for the html output method.
MarkupResultBuilder A base class ResultBuilders which output a markup stream.
ModelResultBuilder A ModelResultBuilder builds a new XPath tree model from the transformation output.
NamespaceSupport NamespaceSupport helps ResultBuilders to output the correct namespace declarations.
NamespaceSupport.Declaration  
ProxyResultBuilder A ResultBuilder proxy.
ResultBuilder A ResultBuilder takes care for the output of a XSLT transformation.
ResultLevel A helper class to keep track of element context information for the current output level.
ResultTextRecorder A ResultBuilder to collect only the created text of a result.
ResultTreeRecorder A ResultBuilder which records its method calls and can write them to another ResultBuilder.
SaxResultBuilder A SaxResultBuilder feeds the output into a Sax ContentHandler.
TextResultBuilder A ResultBuilder for the "text" output method.
XmlResultBuilder A ResultBuilder that builds a xml file.
 

Package jd.xml.xslt.result Description

Contains classes to output the result of an XSLT tranformation.