Uses of Interface
org.jdom2.input.stax.StAXFilter
-
Packages that use StAXFilter Package Description org.jdom2.input Classes to build JDOM documents from various sources.org.jdom2.input.stax 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 StAXFilter Modifier and Type Method Description java.util.List<Content>
StAXStreamBuilder. buildFragments(javax.xml.stream.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 StAXFilter Modifier and Type Class Description class
DefaultStAXFilter
This DefaultStAXFilter includes all content and prunes nothing.
-