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

Uses in package org.apache.xalan.xsltc.runtime

Methods which throw type org.apache.xalan.xsltc.TransletException

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
void
Used by some compiled code as a shortcut for passing strings to the output handler
DOMAdapter
Wrap the initial input DOM in a dom adapter.
SerializationHandler
SerializationHandler
AbstractTranslet.openOutputHandler(String filename, boolean append)
Multiple output document extension.
void
Main transform() method - this is overridden by the compiled translet
void
Calls transform() with a given output handler

Uses in package org.apache.xalan.xsltc.dom

Constructors which throw type org.apache.xalan.xsltc.TransletException

NodeSortRecordFactory.NodeSortRecordFactory(DOM dom, String className, Translet translet, order[] , type[] )
Creates a NodeSortRecord producing object.
NodeSortRecordFactory.NodeSortRecordFactory(DOM dom, String className, Translet translet, order[] , type[] , lang[] , caseOrder[] )
Creates a NodeSortRecord producing object.

Methods which throw type org.apache.xalan.xsltc.TransletException

void
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
Copy the string value of a node directly to an output handler
void
Dispatch the character content of a node to an output handler.
void
void
DOMAdapter.copy(int node, SerializationHandler handler)
void
MultiDOM.copy(int node, SerializationHandler handler)
void
SAXImpl.copy(int node, SerializationHandler handler)
Performs a deep copy (ref.
void
void
void
void
void
Copy a node-set to an output handler
void
void
Copy the whole tree to an output handler
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.
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.
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.
String
AdaptiveResultTreeImpl.lookupNamespace(int node, String prefix)
String
DOMAdapter.lookupNamespace(int node, String prefix)
String
MultiDOM.lookupNamespace(int node, String prefix)
String
SAXImpl.lookupNamespace(int node, String prefix)
Lookup a namespace URI from a prefix starting at node.
String
SimpleResultTreeImpl.lookupNamespace(int node, String prefix)
NodeSortRecord
Create an instance of a sub-class of NodeSortRecord.
String
String
String
String
Performs a shallow copy (ref.
String

Uses in package org.apache.xalan.xsltc

Methods which throw type org.apache.xalan.xsltc.TransletException

void
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
String
DOM.lookupNamespace(int node, String prefix)
String
DOM.shallowCopy(int node, SerializationHandler handler)
void
void
void
Translet.transform(DOM document, SerializationHandler[] handlers)

Copyright B) 2005 Apache XML Project. All Rights Reserved.