Library:Apache Xalan 2.7.0  
Package
org.apache.xalan.processor
Overview
Members
Books
SinceNot specified.
VersionNot specified.
AuthorNot specified.

Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object).

StylesheetProcessor implements the TRaX TransformerFactory interface, as well as the SAXTransformerFactory interface. It registers the StylesheetHandler object (a TrAX TemplatesHandler implementation) as the SAX ContentHandler for an XMLReader, and uses the XMLReader to parse the stylesheet document.

Before parsing the XSLT input, StylesheetHandler assembles an XSLTSchema , which uses XSLTElementDef and XSLTAttributeDef objects to recursively define the elements and attributes that an XSLT stylesheet may contain. The StylesheetHandler then passes on each parse event to the XSLTElementProcessor which the XSLTElementDef assigned to the element associated with that event.

Wiki javadoc Use textile entry format.
Add your comments here.