| Package | Description | 
|---|---|
| org.apache.xalan.xsltc | |
| org.apache.xalan.xsltc.dom | |
| org.apache.xalan.xsltc.runtime | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| String | DOM. lookupNamespace(int node,
               String prefix) | 
| 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 and Description | 
|---|---|
| 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) | 
| void | SAXImpl. copy(SerializationHandler handler)Copy the whole tree to an output handler | 
| static 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. | 
| static 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. | 
| 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 | SimpleResultTreeImpl. lookupNamespace(int node,
               String prefix) | 
| String | SAXImpl. lookupNamespace(int node,
               String prefix)Lookup a namespace URI from a prefix starting at node. | 
| String | MultiDOM. lookupNamespace(int node,
               String prefix) | 
| String | DOMAdapter. lookupNamespace(int node,
               String prefix) | 
| String | AdaptiveResultTreeImpl. lookupNamespace(int node,
               String prefix) | 
| NodeSortRecord | NodeSortRecordFactory. makeNodeSortRecord(int node,
                  int last)Create an instance of a sub-class of NodeSortRecord. | 
| String | SimpleResultTreeImpl. shallowCopy(int node,
           SerializationHandler handler) | 
| String | SAXImpl. shallowCopy(int node,
           SerializationHandler handler)Performs a shallow copy (ref. | 
| String | MultiDOM. shallowCopy(int node,
           SerializationHandler handler) | 
| String | DOMAdapter. shallowCopy(int node,
           SerializationHandler handler) | 
| String | AdaptiveResultTreeImpl. shallowCopy(int node,
           SerializationHandler handler) | 
| Constructor and Description | 
|---|
| NodeSortRecordFactory(DOM dom,
                     String className,
                     Translet translet,
                     String[] order,
                     String[] type)Deprecated. 
 This constructor is no longer used in generated code.  It
             exists only for backwards compatibility. | 
| NodeSortRecordFactory(DOM dom,
                     String className,
                     Translet translet,
                     String[] order,
                     String[] type,
                     String[] lang,
                     String[] caseOrder)Creates a NodeSortRecord producing object. | 
| Modifier and Type | Method and 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(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(String filename) | 
| SerializationHandler | AbstractTranslet. openOutputHandler(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 © 2018 JBoss by Red Hat. All rights reserved.