Uses of Interface
org.apache.xalan.xsltc.Translet
Packages that use Translet
Package
Description
-
Uses of Translet in org.apache.xalan.xsltc
Methods in org.apache.xalan.xsltc with parameters of type TransletModifier and TypeMethodDescriptionDOMCache.retrieveDocument
(String baseURI, String href, Translet translet) This method is responsible for: (1) building the DOMImpl tree Parser _parser = new Parser(); DOMImpl _dom = new DOMImpl(); _parser.setDocumentHandler(_dom.getBuilder()); _parser.setDTDHandler(_dom.getBuilder()); _parser.parse(uri); (2) giving the translet an early opportunity to extract anything from the DOMImpl that it would like translet.documentPrepass(_dom); (3) setting the document URI: _dom.setDocumentURI(uri); -
Uses of Translet in org.apache.xalan.xsltc.dom
Fields in org.apache.xalan.xsltc.dom declared as TransletMethods in org.apache.xalan.xsltc.dom with parameters of type TransletModifier and TypeMethodDescriptionstatic NodeCounter
AnyNodeCounter.getDefaultNodeCounter
(Translet translet, DOM document, DTMAxisIterator iterator) static NodeCounter
MultipleNodeCounter.getDefaultNodeCounter
(Translet translet, DOM document, DTMAxisIterator iterator) static NodeCounter
SingleNodeCounter.getDefaultNodeCounter
(Translet translet, DOM document, DTMAxisIterator iterator) DocumentCache.retrieveDocument
(String baseURI, String href, Translet trs) Returns a document either by finding it in the cache or downloading it and putting it in the cache.Constructors in org.apache.xalan.xsltc.dom with parameters of type TransletModifierConstructorDescriptionAnyNodeCounter
(Translet translet, DOM document, DTMAxisIterator iterator) MultipleNodeCounter
(Translet translet, DOM document, DTMAxisIterator iterator) Deprecated.This constructor is no longer used in generated code.NodeSortRecordFactory
(DOM dom, String className, Translet translet, String[] order, String[] type, String[] lang, String[] caseOrder) Creates a NodeSortRecord producing object.SingleNodeCounter
(Translet translet, DOM document, DTMAxisIterator iterator) -
Uses of Translet in org.apache.xalan.xsltc.runtime
Classes in org.apache.xalan.xsltc.runtime that implement TransletMethods in org.apache.xalan.xsltc.runtime with parameters of type TransletModifier and TypeMethodDescriptionstatic DTMAxisIterator
BasisLibrary.node2Iterator
(Node node, Translet translet, DOM dom) Utility function used to convert a w3c Node into an internal DOM iterator.static DTMAxisIterator
BasisLibrary.nodeList2Iterator
(NodeList nodeList, Translet translet, DOM dom) Utility function used to convert a w3c NodeList into a internal DOM iterator. -
Uses of Translet in org.apache.xalan.xsltc.trax
Methods in org.apache.xalan.xsltc.trax with parameters of type TransletModifier and TypeMethodDescriptionTransformerImpl.retrieveDocument
(String baseURI, String href, Translet translet) This class should only be used as a DOMCache for the translet if the URIResolver has been set.