Uses of Interface
org.apache.xalan.xsltc.DOMCache
-
Packages that use DOMCache Package Description 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 Modifier and Type Class Description class
DocumentCache
-
Uses of DOMCache in org.apache.xalan.xsltc.runtime
Methods in org.apache.xalan.xsltc.runtime that return DOMCache Modifier and Type Method Description DOMCache
AbstractTranslet. getDOMCache()
Returns the DOM cache used for this translet.Methods in org.apache.xalan.xsltc.runtime with parameters of type DOMCache Modifier and Type Method Description 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 Modifier and Type Class Description class
TransformerImpl
-