Frames | No Frames |
Methods with parameter type org.apache.xalan.xsltc.runtime.AbstractTranslet | |
DTMAxisIterator | 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. |
String | NodeSortRecord.extractValueFromDOM(DOM dom, int current, int level, AbstractTranslet translet, int last) Extract the sort value for a level of this key.
|
boolean | CurrentNodeListFilter.test(int node, int position, int last, int current, AbstractTranslet translet, DTMAxisIterator iter) |
Constructors with parameter type org.apache.xalan.xsltc.runtime.AbstractTranslet | |
CurrentNodeListIterator.CurrentNodeListIterator(DTMAxisIterator source, boolean docOrder, CurrentNodeListFilter filter, int currentNode, AbstractTranslet translet) | |
CurrentNodeListIterator.CurrentNodeListIterator(DTMAxisIterator source, CurrentNodeListFilter filter, int currentNode, AbstractTranslet translet) | |
Construct an adapter connecting the DTMWSFilter interface
to the StripFilter interface.
|