Uses of Class
org.apache.cocoon.components.xslt.XSLTProcessor.TransformerHandlerAndValidity

Packages that use XSLTProcessor.TransformerHandlerAndValidity
org.apache.cocoon.components.xslt   
 

Uses of XSLTProcessor.TransformerHandlerAndValidity in org.apache.cocoon.components.xslt
 

Subclasses of XSLTProcessor.TransformerHandlerAndValidity in org.apache.cocoon.components.xslt
static class XSLTProcessorImpl.MyTransformerHandlerAndValidity
          Subclass to allow for instanciation, as for some unknown reason the constructor is protected....
 

Methods in org.apache.cocoon.components.xslt that return XSLTProcessor.TransformerHandlerAndValidity
 XSLTProcessor.TransformerHandlerAndValidity XSLTProcessorImpl.getTransformerHandlerAndValidity(Source stylesheet)
           
 XSLTProcessor.TransformerHandlerAndValidity XSLTProcessorImpl.getTransformerHandlerAndValidity(Source stylesheet, XMLFilter filter)
           
 XSLTProcessor.TransformerHandlerAndValidity XSLTProcessor.getTransformerHandlerAndValidity(Source stylesheet, XMLFilter filter)
          Return a TransformerHandler and SourceValidity for a given stylesheet Source.
 XSLTProcessor.TransformerHandlerAndValidity XSLTProcessor.getTransformerHandlerAndValidity(Source stylesheet)
          Same as XSLTProcessor.getTransformerHandlerAndValidity(Source,XMLFilter), with filter set to null.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.