Uses of Class
org.apache.xalan.xsltc.TransletException

Packages that use TransletException
org.apache.xalan.xsltc   
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.runtime   
 

Uses of TransletException in org.apache.xalan.xsltc
 

Methods in org.apache.xalan.xsltc that throw TransletException
 void Translet.transform(DOM document, SerializationHandler handler)
           
 void Translet.transform(DOM document, SerializationHandler[] handlers)
           
 void Translet.transform(DOM document, DTMAxisIterator iterator, SerializationHandler handler)
           
 void Translet.buildKeys(DOM document, DTMAxisIterator iterator, SerializationHandler handler, int root)
           
 void DOM.copy(int node, SerializationHandler handler)
           
 void DOM.copy(DTMAxisIterator nodes, SerializationHandler handler)
           
 java.lang.String DOM.shallowCopy(int node, SerializationHandler handler)
           
 void DOM.characters(int textNode, SerializationHandler handler)
           
 java.lang.String DOM.lookupNamespace(int node, java.lang.String prefix)
           
 

Uses of TransletException in org.apache.xalan.xsltc.dom
 

Methods in org.apache.xalan.xsltc.dom that throw TransletException
 java.lang.String SAXImpl.lookupNamespace(int node, java.lang.String prefix)
          Lookup a namespace URI from a prefix starting at node.
 void SAXImpl.characters(int node, SerializationHandler handler)
          Copy the string value of a node directly to an output handler
 void SAXImpl.copy(DTMAxisIterator nodes, SerializationHandler handler)
          Copy a node-set to an output handler
 void SAXImpl.copy(SerializationHandler handler)
          Copy the whole tree to an output handler
 void SAXImpl.copy(int node, SerializationHandler handler)
          Performs a deep copy (ref.
 java.lang.String SAXImpl.shallowCopy(int node, SerializationHandler handler)
          Performs a shallow copy (ref.
 void DOMAdapter.copy(int node, SerializationHandler handler)
           
 void DOMAdapter.copy(DTMAxisIterator nodes, SerializationHandler handler)
           
 java.lang.String DOMAdapter.shallowCopy(int node, SerializationHandler handler)
           
 void DOMAdapter.characters(int textNode, SerializationHandler handler)
           
 java.lang.String DOMAdapter.lookupNamespace(int node, java.lang.String prefix)
           
 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.
 void MultiDOM.copy(int node, SerializationHandler handler)
           
 void MultiDOM.copy(DTMAxisIterator nodes, SerializationHandler handler)
           
 java.lang.String MultiDOM.shallowCopy(int node, SerializationHandler handler)
           
 void MultiDOM.characters(int textNode, SerializationHandler handler)
           
 java.lang.String MultiDOM.lookupNamespace(int node, java.lang.String prefix)
           
 void SimpleResultTreeImpl.copy(int node, SerializationHandler handler)
           
 void SimpleResultTreeImpl.copy(DTMAxisIterator nodes, SerializationHandler handler)
           
 java.lang.String SimpleResultTreeImpl.shallowCopy(int node, SerializationHandler handler)
           
 void SimpleResultTreeImpl.characters(int node, SerializationHandler handler)
          Dispatch the character content of a node to an output handler.
 java.lang.String SimpleResultTreeImpl.lookupNamespace(int node, java.lang.String prefix)
           
 NodeSortRecord NodeSortRecordFactory.makeNodeSortRecord(int node, int last)
          Create an instance of a sub-class of NodeSortRecord.
 void AdaptiveResultTreeImpl.copy(int node, SerializationHandler handler)
           
 void AdaptiveResultTreeImpl.copy(DTMAxisIterator nodes, SerializationHandler handler)
           
 java.lang.String AdaptiveResultTreeImpl.shallowCopy(int node, SerializationHandler handler)
           
 void AdaptiveResultTreeImpl.characters(int node, SerializationHandler handler)
          Dispatch the character content of a node to an output handler.
 java.lang.String AdaptiveResultTreeImpl.lookupNamespace(int node, java.lang.String prefix)
           
static DTMAxisIterator LoadDocument.documentF(java.lang.Object arg1, DTMAxisIterator arg2, java.lang.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(java.lang.Object arg, java.lang.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.
 

Constructors in org.apache.xalan.xsltc.dom that throw TransletException
NodeSortRecordFactory.NodeSortRecordFactory(DOM dom, java.lang.String className, Translet translet, java.lang.String[] order, java.lang.String[] type)
          Deprecated. This constructor is no longer used in generated code. It exists only for backwards compatibility.
NodeSortRecordFactory.NodeSortRecordFactory(DOM dom, java.lang.String className, Translet translet, java.lang.String[] order, java.lang.String[] type, java.lang.String[] lang, java.lang.String[] caseOrder)
          Creates a NodeSortRecord producing object.
 

Uses of TransletException in org.apache.xalan.xsltc.runtime
 

Methods in org.apache.xalan.xsltc.runtime that throw TransletException
 DOMAdapter AbstractTranslet.makeDOMAdapter(DOM dom)
          Wrap the initial input DOM in a dom adapter.
 void 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 element is used
 SerializationHandler AbstractTranslet.openOutputHandler(java.lang.String filename, boolean append)
          Multiple output document extension.
 SerializationHandler AbstractTranslet.openOutputHandler(java.lang.String filename)
           
abstract  void AbstractTranslet.transform(DOM document, DTMAxisIterator iterator, SerializationHandler handler)
          Main transform() method - this is overridden by the compiled translet
 void AbstractTranslet.transform(DOM document, SerializationHandler handler)
          Calls transform() with a given output handler
 void AbstractTranslet.characters(java.lang.String string, SerializationHandler handler)
          Used by some compiled code as a shortcut for passing strings to the output handler
 



Copyright © 2006 Apache XML Project. All Rights Reserved.