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 StreamFilterType
StreamFilterType. 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 FilterSettings
FilterSettings. 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 void
AbstractFilter. setFilterType(Smooks smooks, StreamFilterType filterType)
Set the default stream filter type on the supplied Smooks instance.
-