org.apache.xalan.xslt
Class ElemSort
java.lang.Object
|
+--org.apache.xalan.xslt.UnImplNode
|
+--org.apache.xalan.xslt.ElemTemplateElement
|
+--org.apache.xalan.xslt.ElemSort
- public class ElemSort
- extends ElemTemplateElement
**For advanced use only**
Implement xsl:sort.
- See Also:
- Serialized Form
Constructor Summary |
ElemSort(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. |
int |
getXSLToken()
**For advanced use only** |
Methods inherited from class org.apache.xalan.xslt.ElemTemplateElement |
childrenToString,
error,
execute,
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,
isSupported,
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 |
m_selectPattern
public XPath m_selectPattern
lang_avt
public AVT lang_avt
dataType_avt
public AVT dataType_avt
order_avt
public AVT order_avt
caseOrder_avt
public AVT caseOrder_avt
ElemSort
public ElemSort(XSLTEngineImpl processor,
Stylesheet stylesheetTree,
java.lang.String name,
org.xml.sax.AttributeList atts,
int lineNumber,
int columnNumber)
throws org.xml.sax.SAXException
getXSLToken
public int getXSLToken()
- Overrides:
- getXSLToken in class ElemTemplateElement
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
Copyright © 2000 Apache XML Project. All Rights Reserved.