|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xslt.UnImplNode | +--org.apache.xalan.xslt.ElemTemplateElement | +--org.apache.xalan.xslt.ElemSort
Implement xsl:sort.
Field Summary | |
AVT |
caseOrder_avt
|
AVT |
dataType_avt
|
AVT |
lang_avt
|
XPath |
m_selectPattern
|
AVT |
order_avt
|
Fields inherited from class org.apache.xalan.xslt.ElemTemplateElement |
m_columnNumber,
m_defaultSpace,
m_elemName,
m_excludedNamespaces,
m_finishedConstruction,
m_firstChild,
m_lineNumber,
m_namespaces,
m_parentNode,
m_stylesheet |
Constructor Summary | |
ElemSort(XSLTEngineImpl processor,
Stylesheet stylesheetTree,
java.lang.String name,
AttributeList atts,
int lineNumber,
int columnNumber)
|
Method Summary | |
Node |
appendChild(Node newChild)
Add a child to the child list. |
int |
getXSLToken()
Get an integer representation of the element type. |
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,
processPrefixControl,
shouldExcludeResultNamespaceNode,
transformSelectedChildren |
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 |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public XPath m_selectPattern
public AVT lang_avt
public AVT dataType_avt
public AVT order_avt
public AVT caseOrder_avt
Constructor Detail |
public ElemSort(XSLTEngineImpl processor, Stylesheet stylesheetTree, java.lang.String name, AttributeList atts, int lineNumber, int columnNumber) throws SAXException
Method Detail |
public int getXSLToken()
Constants.java
public Node appendChild(Node newChild) throws DOMException
newChild
-
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |