Uses of Interface
org.apache.xalan.xsltc.DOMCache

Packages that use DOMCache
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.runtime   
org.apache.xalan.xsltc.trax   
 

Uses of DOMCache in org.apache.xalan.xsltc.dom
 

Classes in org.apache.xalan.xsltc.dom that implement DOMCache
 class DocumentCache
           
 

Uses of DOMCache in org.apache.xalan.xsltc.runtime
 

Methods in org.apache.xalan.xsltc.runtime that return DOMCache
 DOMCache AbstractTranslet.getDOMCache()
          Returns the DOM cache used for this translet.
 

Methods in org.apache.xalan.xsltc.runtime with parameters of type DOMCache
 void AbstractTranslet.setDOMCache(DOMCache cache)
          Sets the DOM cache used for additional documents loaded using the document() function.
 

Uses of DOMCache in org.apache.xalan.xsltc.trax
 

Classes in org.apache.xalan.xsltc.trax that implement DOMCache
 class TransformerImpl
           
 



Copyright © 2006 Apache XML Project. All Rights Reserved.