Uses of Interface
com.jclark.xsl.tr.XMLProcessor

Packages that use XMLProcessor
com.jclark.xsl.dom A simple DOM (level 1) API for XT  
com.jclark.xsl.sax The SAX (version 1) API for XT  
com.jclark.xsl.tr The transformation engine  
 

Uses of XMLProcessor in com.jclark.xsl.dom
 

Classes in com.jclark.xsl.dom that implement XMLProcessor
 class XMLProcessorImpl
          builds a om.Node from a DOM implementation
 class XSLTransformEngine
           
 

Uses of XMLProcessor in com.jclark.xsl.sax
 

Subinterfaces of XMLProcessor in com.jclark.xsl.sax
 interface XMLProcessorEx
          extended public interface for an XMLProcessor, which loads an XML source into our own DOM-like structure
 

Uses of XMLProcessor in com.jclark.xsl.tr
 

Methods in com.jclark.xsl.tr with parameters of type XMLProcessor
 Result Sheet.process(Node node, XMLProcessor parser, ParameterSet params, Result result)
          transform the document rooted at node against this stylesheet
 

Constructors in com.jclark.xsl.tr with parameters of type XMLProcessor
EngineImpl(XMLProcessor parser, ExtensionHandler extensionHandler)
          we'll keep track of the loader/processor for sheet creation time