Uses of Class
org.codehaus.staxmate.in.SimpleFilter
-
Packages that use SimpleFilter Package Description org.codehaus.staxmate.in Package contains functionality for input-side processing. -
-
Uses of SimpleFilter in org.codehaus.staxmate.in
Subclasses of SimpleFilter in org.codehaus.staxmate.in Modifier and Type Class Description classElementFilterThis is a simple element-only filter, that accepts those element nodes that match the given element name.Fields in org.codehaus.staxmate.in declared as SimpleFilter Modifier and Type Field Description (package private) static SimpleFilterSMFilterFactory. sElementOnlyFilterFilter that only passes through element events.(package private) static SimpleFilterSMFilterFactory. sMixedFilter(package private) static SimpleFilterSMFilterFactory. sNonIgnorableTextFilter(package private) static SimpleFilterSMFilterFactory. sTextOnlyFilterMethods in org.codehaus.staxmate.in that return SimpleFilter Modifier and Type Method Description SimpleFilterSimpleFilter. extend(int additionalFlags, int removeFlags)
-