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 TypeMethodDescriptionvoidTranslet.buildKeys(DOM document, DTMAxisIterator iterator, SerializationHandler handler, int root) voidDOM.characters(int textNode, SerializationHandler handler) voidDOM.copy(int node, SerializationHandler handler) voidDOM.copy(DTMAxisIterator nodes, SerializationHandler handler) DOM.lookupNamespace(int node, String prefix) DOM.shallowCopy(int node, SerializationHandler handler) voidTranslet.transform(DOM document, DTMAxisIterator iterator, SerializationHandler handler) voidTranslet.transform(DOM document, SerializationHandler handler) voidTranslet.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 TypeMethodDescriptionvoidAdaptiveResultTreeImpl.characters(int node, SerializationHandler handler) Dispatch the character content of a node to an output handler.voidDOMAdapter.characters(int textNode, SerializationHandler handler) voidMultiDOM.characters(int textNode, SerializationHandler handler) voidSAXImpl.characters(int node, SerializationHandler handler) Copy the string value of a node directly to an output handlervoidSimpleResultTreeImpl.characters(int node, SerializationHandler handler) Dispatch the character content of a node to an output handler.voidAdaptiveResultTreeImpl.copy(int node, SerializationHandler handler) voidAdaptiveResultTreeImpl.copy(DTMAxisIterator nodes, SerializationHandler handler) voidDOMAdapter.copy(int node, SerializationHandler handler) voidDOMAdapter.copy(DTMAxisIterator nodes, SerializationHandler handler) voidMultiDOM.copy(int node, SerializationHandler handler) voidMultiDOM.copy(DTMAxisIterator nodes, SerializationHandler handler) voidSAXImpl.copy(int node, SerializationHandler handler) Performs a deep copy (ref.voidSAXImpl.copy(DTMAxisIterator nodes, SerializationHandler handler) Copy a node-set to an output handlervoidSAXImpl.copy(SerializationHandler handler) Copy the whole tree to an output handlervoidSimpleResultTreeImpl.copy(int node, SerializationHandler handler) voidSimpleResultTreeImpl.copy(DTMAxisIterator nodes, SerializationHandler handler) static DTMAxisIteratorLoadDocument.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 DTMAxisIteratorLoadDocument.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 voidNodeSortRecord.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 TypeMethodDescriptionvoidAbstractTranslet.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 voidAbstractTranslet.characters(String string, SerializationHandler handler) Used by some compiled code as a shortcut for passing strings to the output handlerfinal DOMAdapterAbstractTranslet.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 voidAbstractTranslet.transform(DOM document, DTMAxisIterator iterator, SerializationHandler handler) Main transform() method - this is overridden by the compiled transletfinal voidAbstractTranslet.transform(DOM document, SerializationHandler handler) Calls transform() with a given output handler