|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.buildKeys(DOM document,
DTMAxisIterator iterator,
SerializationHandler handler,
int root)
|
void |
DOM.characters(int textNode,
SerializationHandler handler)
|
void |
DOM.copy(DTMAxisIterator nodes,
SerializationHandler handler)
|
void |
DOM.copy(int node,
SerializationHandler handler)
|
java.lang.String |
DOM.lookupNamespace(int node,
java.lang.String prefix)
|
java.lang.String |
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 TransletException | |
---|---|
void |
SimpleResultTreeImpl.characters(int node,
SerializationHandler handler)
Dispatch the character content of a node to an output handler. |
void |
SAXImpl.characters(int node,
SerializationHandler handler)
Copy the string value of a node directly to an output handler |
void |
MultiDOM.characters(int textNode,
SerializationHandler handler)
|
void |
DOMAdapter.characters(int textNode,
SerializationHandler handler)
|
void |
AdaptiveResultTreeImpl.characters(int node,
SerializationHandler handler)
Dispatch the character content of a node to an output handler. |
void |
SimpleResultTreeImpl.copy(DTMAxisIterator nodes,
SerializationHandler handler)
|
void |
SAXImpl.copy(DTMAxisIterator nodes,
SerializationHandler handler)
Copy a node-set to an output handler |
void |
MultiDOM.copy(DTMAxisIterator nodes,
SerializationHandler handler)
|
void |
DOMAdapter.copy(DTMAxisIterator nodes,
SerializationHandler handler)
|
void |
AdaptiveResultTreeImpl.copy(DTMAxisIterator nodes,
SerializationHandler handler)
|
void |
SimpleResultTreeImpl.copy(int node,
SerializationHandler handler)
|
void |
SAXImpl.copy(int node,
SerializationHandler handler)
Performs a deep copy (ref. |
void |
MultiDOM.copy(int node,
SerializationHandler handler)
|
void |
DOMAdapter.copy(int node,
SerializationHandler handler)
|
void |
AdaptiveResultTreeImpl.copy(int node,
SerializationHandler handler)
|
private void |
SAXImpl.copy(int node,
SerializationHandler handler,
boolean isChild)
|
void |
SAXImpl.copy(SerializationHandler handler)
Copy the whole tree to an output handler |
private void |
SAXImpl.copyPI(int node,
SerializationHandler handler)
Copies a processing instruction node to an output handler |
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. |
void |
NodeSortRecord.initialize(int node,
int last,
DOM dom,
SortSettings settings)
This method allows the caller to set the values that could not be passed to the default constructor. |
java.lang.String |
SimpleResultTreeImpl.lookupNamespace(int node,
java.lang.String prefix)
|
java.lang.String |
SAXImpl.lookupNamespace(int node,
java.lang.String prefix)
Lookup a namespace URI from a prefix starting at node. |
java.lang.String |
MultiDOM.lookupNamespace(int node,
java.lang.String prefix)
|
java.lang.String |
DOMAdapter.lookupNamespace(int node,
java.lang.String prefix)
|
java.lang.String |
AdaptiveResultTreeImpl.lookupNamespace(int node,
java.lang.String prefix)
|
NodeSortRecord |
NodeSortRecordFactory.makeNodeSortRecord(int node,
int last)
Create an instance of a sub-class of NodeSortRecord. |
java.lang.String |
SimpleResultTreeImpl.shallowCopy(int node,
SerializationHandler handler)
|
java.lang.String |
SAXImpl.shallowCopy(int node,
SerializationHandler handler)
Performs a shallow copy (ref. |
java.lang.String |
MultiDOM.shallowCopy(int node,
SerializationHandler handler)
|
java.lang.String |
DOMAdapter.shallowCopy(int node,
SerializationHandler handler)
|
java.lang.String |
AdaptiveResultTreeImpl.shallowCopy(int node,
SerializationHandler handler)
|
Constructors in org.apache.xalan.xsltc.dom that throw TransletException | |
---|---|
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(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 | |
---|---|
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 |
void |
AbstractTranslet.characters(java.lang.String string,
SerializationHandler handler)
Used by some compiled code as a shortcut for passing strings to the output handler |
DOMAdapter |
AbstractTranslet.makeDOMAdapter(DOM dom)
Wrap the initial input DOM in a dom adapter. |
SerializationHandler |
AbstractTranslet.openOutputHandler(java.lang.String filename)
|
SerializationHandler |
AbstractTranslet.openOutputHandler(java.lang.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 translet |
void |
AbstractTranslet.transform(DOM document,
SerializationHandler handler)
Calls transform() with a given output handler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |