org.apache.xalan.xslt
Class ElemApplyTemplates

java.lang.Object
  |
  +--org.apache.xalan.xslt.UnImplNode
        |
        +--org.apache.xalan.xslt.ElemTemplateElement
              |
              +--org.apache.xalan.xslt.ElemForEach
                    |
                    +--org.apache.xalan.xslt.ElemApplyTemplates

public class ElemApplyTemplates
extends ElemForEach

**For advanced use only** Implement xsl:apply-templates.

See Also:
Serialized Form

Field Summary
 boolean m_isDefaultTemplate
          **For advanced use only**  
 QName m_mode
          **For advanced use only**  
 
Fields inherited from class org.apache.xalan.xslt.ElemForEach
m_selectPattern, m_sortElems
 
Fields inherited from class org.apache.xalan.xslt.ElemTemplateElement
m_columnNumber, m_defaultSpace, m_elemName, m_finishedConstruction, m_lineNumber, m_parentNode, m_stylesheet
 
Constructor Summary
ElemApplyTemplates(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, org.xml.sax.AttributeList atts, int lineNumber, int columnNumber)
          **For advanced use only**  
 
Method Summary
 org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild)
          **For advanced use only** Add a child to the child list.
 void execute(XSLTEngineImpl processor, org.w3c.dom.Node sourceTree, org.w3c.dom.Node sourceNode, QName mode)
          **For advanced use only**  
 int getXSLToken()
          **For advanced use only**  
 
Methods inherited from class org.apache.xalan.xslt.ElemTemplateElement
childrenToString, error, executeChildren, getBaseIdentifier, getChildNodes, getFirstChild, getLastChild, getLength, getNamespaceForPrefix, getNamespaceForPrefix, getNextSibling, getNodeName, getNodeType, getOwnerDocument, getParentNode, getTagName, hasChildNodes, isSpace, isWhiteSpace, item, processLocatedNode
 
Methods inherited from class org.apache.xalan.xslt.UnImplNode
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getPreviousSibling, hasAttribute, hasAttributeNS, hasAttributes, insertBefore, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setNodeValue, setPrefix, supports
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_mode

public QName m_mode

m_isDefaultTemplate

public boolean m_isDefaultTemplate
Constructor Detail

ElemApplyTemplates

public ElemApplyTemplates(XSLTEngineImpl processor,
                          Stylesheet stylesheetTree,
                          java.lang.String name,
                          org.xml.sax.AttributeList atts,
                          int lineNumber,
                          int columnNumber)
                   throws org.xml.sax.SAXException
Method Detail

getXSLToken

public int getXSLToken()
Overrides:
getXSLToken in class ElemForEach

execute

public void execute(XSLTEngineImpl processor,
                    org.w3c.dom.Node sourceTree,
                    org.w3c.dom.Node sourceNode,
                    QName mode)
             throws XSLProcessorException,
                    java.net.MalformedURLException,
                    java.io.FileNotFoundException,
                    java.io.IOException,
                    org.xml.sax.SAXException
Overrides:
execute in class ElemForEach

appendChild

public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild)
                             throws org.w3c.dom.DOMException
**For advanced use only** Add a child to the child list.
Overrides:
appendChild in class ElemTemplateElement