Uses of Class
org.apache.xalan.xsltc.TransletException
Packages that use TransletException
Package
Description
-
Uses of TransletException in org.apache.xalan.xsltc
Methods in org.apache.xalan.xsltc that throw TransletExceptionModifier and TypeMethodDescriptionvoid
Translet.buildKeys
(DOM document, DTMAxisIterator iterator, SerializationHandler handler, int root) void
DOM.characters
(int textNode, SerializationHandler handler) void
DOM.copy
(int node, SerializationHandler handler) void
DOM.copy
(DTMAxisIterator nodes, SerializationHandler handler) DOM.lookupNamespace
(int node, String prefix) DOM.shallowCopy
(int node, SerializationHandler handler) void
Translet.transform
(DOM document, DTMAxisIterator iterator, SerializationHandler handler) void
Translet.transform
(DOM document, SerializationHandler handler) void
Translet.transform
(DOM document, SerializationHandler[] handlers) -
Uses of TransletException in org.apache.xalan.xsltc.dom
Methods in org.apache.xalan.xsltc.dom that throw TransletExceptionModifier and TypeMethodDescriptionvoid
AdaptiveResultTreeImpl.characters
(int node, SerializationHandler handler) Dispatch the character content of a node to an output handler.void
DOMAdapter.characters
(int textNode, SerializationHandler handler) void
MultiDOM.characters
(int textNode, SerializationHandler handler) void
SAXImpl.characters
(int node, SerializationHandler handler) Copy the string value of a node directly to an output handlervoid
SimpleResultTreeImpl.characters
(int node, SerializationHandler handler) Dispatch the character content of a node to an output handler.void
AdaptiveResultTreeImpl.copy
(int node, SerializationHandler handler) void
AdaptiveResultTreeImpl.copy
(DTMAxisIterator nodes, SerializationHandler handler) void
DOMAdapter.copy
(int node, SerializationHandler handler) void
DOMAdapter.copy
(DTMAxisIterator nodes, SerializationHandler handler) void
MultiDOM.copy
(int node, SerializationHandler handler) void
MultiDOM.copy
(DTMAxisIterator nodes, SerializationHandler handler) void
SAXImpl.copy
(int node, SerializationHandler handler) Performs a deep copy (ref.void
SAXImpl.copy
(DTMAxisIterator nodes, SerializationHandler handler) Copy a node-set to an output handlervoid
SAXImpl.copy
(SerializationHandler handler) Copy the whole tree to an output handlervoid
SimpleResultTreeImpl.copy
(int node, SerializationHandler handler) void
SimpleResultTreeImpl.copy
(DTMAxisIterator nodes, SerializationHandler handler) static DTMAxisIterator
LoadDocument.documentF
(Object arg, String xslURI, AbstractTranslet translet, DOM dom) Interprets the arguments passed from the document() function (see org/apache/xalan/xsltc/compiler/DocumentCall.java) and returns an iterator containing the requested nodes.static DTMAxisIterator
LoadDocument.documentF
(Object arg1, DTMAxisIterator arg2, String xslURI, AbstractTranslet translet, DOM dom) Interprets the arguments passed from the document() function (see org/apache/xalan/xsltc/compiler/DocumentCall.java) and returns an iterator containing the requested nodes.final void
NodeSortRecord.initialize
(int node, int last, DOM dom, org.apache.xalan.xsltc.dom.SortSettings settings) This method allows the caller to set the values that could not be passed to the default constructor.AdaptiveResultTreeImpl.lookupNamespace
(int node, String prefix) DOMAdapter.lookupNamespace
(int node, String prefix) MultiDOM.lookupNamespace
(int node, String prefix) SAXImpl.lookupNamespace
(int node, String prefix) Lookup a namespace URI from a prefix starting at node.SimpleResultTreeImpl.lookupNamespace
(int node, String prefix) NodeSortRecordFactory.makeNodeSortRecord
(int node, int last) Create an instance of a sub-class of NodeSortRecord.AdaptiveResultTreeImpl.shallowCopy
(int node, SerializationHandler handler) DOMAdapter.shallowCopy
(int node, SerializationHandler handler) MultiDOM.shallowCopy
(int node, SerializationHandler handler) SAXImpl.shallowCopy
(int node, SerializationHandler handler) Performs a shallow copy (ref.SimpleResultTreeImpl.shallowCopy
(int node, SerializationHandler handler) Constructors in org.apache.xalan.xsltc.dom that throw TransletException -
Uses of TransletException in org.apache.xalan.xsltc.runtime
Methods in org.apache.xalan.xsltc.runtime that throw TransletExceptionModifier and TypeMethodDescriptionvoid
AbstractTranslet.buildKeys
(DOM document, DTMAxisIterator iterator, SerializationHandler handler, int root) This method builds key indexes - it is overridden in the compiled translet in cases where the <xsl:key> element is usedfinal void
AbstractTranslet.characters
(String string, SerializationHandler handler) Used by some compiled code as a shortcut for passing strings to the output handlerfinal DOMAdapter
AbstractTranslet.makeDOMAdapter
(DOM dom) Wrap the initial input DOM in a dom adapter.AbstractTranslet.openOutputHandler
(String filename) AbstractTranslet.openOutputHandler
(String filename, boolean append) Multiple output document extension.abstract void
AbstractTranslet.transform
(DOM document, DTMAxisIterator iterator, SerializationHandler handler) Main transform() method - this is overridden by the compiled transletfinal void
AbstractTranslet.transform
(DOM document, SerializationHandler handler) Calls transform() with a given output handler