Package | Description |
---|---|
org.apache.xalan.xsltc | |
org.apache.xalan.xsltc.dom | |
org.apache.xalan.xsltc.runtime |
Modifier and Type | Method | Description |
---|---|---|
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 |
DOM.copy(DTMAxisIterator nodes,
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) |
Modifier and Type | Method | Description |
---|---|---|
void |
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 handler
|
void |
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 handler
|
void |
SAXImpl.copy(SerializationHandler handler) |
Copy the whole tree to an output handler
|
void |
SimpleResultTreeImpl.copy(int node,
SerializationHandler handler) |
|
void |
SimpleResultTreeImpl.copy(DTMAxisIterator nodes,
SerializationHandler handler) |
|
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.
|
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.
|
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.
|
java.lang.String |
AdaptiveResultTreeImpl.lookupNamespace(int node,
java.lang.String prefix) |
|
java.lang.String |
DOMAdapter.lookupNamespace(int node,
java.lang.String prefix) |
|
java.lang.String |
MultiDOM.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 |
SimpleResultTreeImpl.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 |
AdaptiveResultTreeImpl.shallowCopy(int node,
SerializationHandler handler) |
|
java.lang.String |
DOMAdapter.shallowCopy(int node,
SerializationHandler handler) |
|
java.lang.String |
MultiDOM.shallowCopy(int node,
SerializationHandler handler) |
|
java.lang.String |
SAXImpl.shallowCopy(int node,
SerializationHandler handler) |
Performs a shallow copy (ref.
|
java.lang.String |
SimpleResultTreeImpl.shallowCopy(int node,
SerializationHandler handler) |
Constructor | Description |
---|---|
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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Copyright ? 2014 Apache XML Project. All Rights Reserved.