Uses of Interface
org.apache.xalan.xsltc.DOMCache
Packages that use DOMCache
Package
Description
-
Uses of DOMCache in org.apache.xalan.xsltc.dom
Classes in org.apache.xalan.xsltc.dom that implement DOMCache -
Uses of DOMCache in org.apache.xalan.xsltc.runtime
Methods in org.apache.xalan.xsltc.runtime that return DOMCacheModifier and TypeMethodDescriptionAbstractTranslet.getDOMCache()
Returns the DOM cache used for this translet.Methods in org.apache.xalan.xsltc.runtime with parameters of type DOMCacheModifier and TypeMethodDescriptionvoid
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