Uses of Class
org.smooks.engine.delivery.ordering.Sorter.SortOrder
-
Packages that use Sorter.SortOrder Package Description org.smooks.engine.delivery org.smooks.engine.delivery.ordering -
-
Uses of Sorter.SortOrder in org.smooks.engine.delivery
Methods in org.smooks.engine.delivery with parameters of type Sorter.SortOrder Modifier and Type Method Description voidContentHandlerBindingIndex. sort(Sorter.SortOrder sortOrder)Sort the Table in the specified sort order. -
Uses of Sorter.SortOrder in org.smooks.engine.delivery.ordering
Methods in org.smooks.engine.delivery.ordering that return Sorter.SortOrder Modifier and Type Method Description static Sorter.SortOrderSorter.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static Sorter.SortOrder[]Sorter.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smooks.engine.delivery.ordering with parameters of type Sorter.SortOrder Modifier and Type Method Description static <T extends org.smooks.api.delivery.ContentHandler>
voidSorter. sort(List<org.smooks.api.delivery.ContentHandlerBinding<T>> visitors, Sorter.SortOrder sortOrder)
-