|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSLUtil.SortOrder | |
---|---|
com.bristle.javalib.xml |
Uses of XSLUtil.SortOrder in com.bristle.javalib.xml |
---|
Fields in com.bristle.javalib.xml declared as XSLUtil.SortOrder | |
---|---|
static XSLUtil.SortOrder |
XSLUtil.SortOrder.ASCENDING
|
static XSLUtil.SortOrder |
XSLUtil.SortOrder.DESCENDING
|
Methods in com.bristle.javalib.xml with parameters of type XSLUtil.SortOrder | |
---|---|
static Document |
XSLUtil.getSortElementsTransformationStylesheetDocument(String strParentElementXPath,
String strSortKeyXPath,
XSLUtil.SortDataType dataType,
XSLUtil.SortOrder order,
XSLUtil.SortCaseOrder caseOrder)
Returns a sort transformation stylesheet as an XML Document. |
static String |
XSLUtil.getSortElementsTransformationStylesheetString(String strParentElementXPath,
String strSortKeyXPath,
XSLUtil.SortDataType dataType,
XSLUtil.SortOrder order,
XSLUtil.SortCaseOrder caseOrder)
Returns a sort transformation stylesheet as a string of XSL. |
static String |
XSLUtil.getSortElementsTransformationTemplateString(String strParentElementXPath,
String strSortKeyXPath,
XSLUtil.SortDataType dataType,
XSLUtil.SortOrder order,
XSLUtil.SortCaseOrder caseOrder)
Returns a sortElements transformation template as a string of XSL. |
static Node |
XSLUtil.sortElements(Node xml,
String strParentElementXPath,
String strSortKeyXPath,
XSLUtil.SortDataType dataType,
XSLUtil.SortOrder order,
XSLUtil.SortCaseOrder caseOrder)
Sorts the child Elements of the specified Elements of the specified XML Document, DocumentFragment or Element, ordering them by the value of the specified XML Element nested within each child Element, leaving the original XML unmodified, copying the sorted XML to a new Document, and returning the sorted XML as a Node. |
static Node |
XSLUtil.sortElements(Node xmlXML,
String strParentElementXPath,
String strSortKeyXPath,
XSLUtil.SortDataType dataType,
XSLUtil.SortOrder order,
XSLUtil.SortCaseOrder caseOrder,
DOMResult xmlResult)
Sorts the child Elements of the specified Elements of the specified XML Document, DocumentFragment or Element, ordering them by the value of the specified XML Element nested within each child Element, leaving the original XML unmodified, copying the sorted XML to the specified DOMResult (which should refer to an XML Document, DocumentFragment or Element), and returning the sorted XML as a Node. |
static Node |
XSLUtil.sortElements(Node xmlXML,
String strParentElementXPath,
String strSortKeyXPath,
XSLUtil.SortDataType dataType,
XSLUtil.SortOrder order,
XSLUtil.SortCaseOrder caseOrder,
Node xmlResult)
Sorts the child Elements of the specified Elements of the specified XML Document, DocumentFragment or Element, ordering them by the value of the specified XML Element nested within each child Element, leaving the original XML unmodified, copying the sorted XML to the specified Node (which should be an XML Document, DocumentFragment or Element), and returning the sorted XML as a Node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |