Uses of Interface
org.jdom2.input.stax.StAXFilter
Packages that use StAXFilter
Package
Description
Classes to build JDOM documents from various sources.
Support classes for building JDOM documents and content using StAX readers.
-
Uses of StAXFilter in org.jdom2.input
Methods in org.jdom2.input with parameters of type StAXFilterModifier and TypeMethodDescriptionStAXStreamBuilder.buildFragments
(XMLStreamReader reader, StAXFilter filter) Read the entire XMLStreamReader and from it build a list of Content that conforms to the rules in the supplied StAXFilter. -
Uses of StAXFilter in org.jdom2.input.stax
Classes in org.jdom2.input.stax that implement StAXFilterModifier and TypeClassDescriptionclass
This DefaultStAXFilter includes all content and prunes nothing.