Uses of Class
org.smooks.StreamFilterType
-
Packages that use StreamFilterType Package Description org.smooks Smooks Content Transformation/Analysis - *** STARTING POINT ***.org.smooks.engine.delivery -
-
Uses of StreamFilterType in org.smooks
Methods in org.smooks that return StreamFilterType Modifier and Type Method Description static StreamFilterTypeStreamFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamFilterType[]StreamFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smooks with parameters of type StreamFilterType Modifier and Type Method Description FilterSettingsFilterSettings. setFilterType(StreamFilterType filterType)Constructors in org.smooks with parameters of type StreamFilterType Constructor Description FilterSettings(StreamFilterType filterType) -
Uses of StreamFilterType in org.smooks.engine.delivery
Methods in org.smooks.engine.delivery with parameters of type StreamFilterType Modifier and Type Method Description static voidAbstractFilter. setFilterType(Smooks smooks, StreamFilterType filterType)Set the default stream filter type on the supplied Smooks instance.
-