Uses of Class
org.apache.xalan.processor.XSLTElementDef

Packages that use XSLTElementDef
org.apache.xalan.processor 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. 
 

Uses of XSLTElementDef in org.apache.xalan.processor
 

Subclasses of XSLTElementDef in org.apache.xalan.processor
 class XSLTSchema
          This class defines the allowed structure for a stylesheet, and the mapping between Xalan classes and the markup elements in the stylesheet.
 

Methods in org.apache.xalan.processor that return XSLTElementDef
 XSLTElementDef[] XSLTElementDef.getElements()
          Get the allowed elements for this type.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.