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 class
ElementFilter
This 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 SimpleFilter
SMFilterFactory. sElementOnlyFilter
Filter that only passes through element events.(package private) static SimpleFilter
SMFilterFactory. sMixedFilter
(package private) static SimpleFilter
SMFilterFactory. sNonIgnorableTextFilter
(package private) static SimpleFilter
SMFilterFactory. sTextOnlyFilter
Methods in org.codehaus.staxmate.in that return SimpleFilter Modifier and Type Method Description SimpleFilter
SimpleFilter. extend(int additionalFlags, int removeFlags)
-