JDOM2
0.0.2-BETA

Uses of Interface
org.jdom2.input.StAXFilter

Packages that use StAXFilter
org.jdom2.input Classes to build JDOM documents from various sources. 
 

Uses of StAXFilter in org.jdom2.input
 

Classes in org.jdom2.input that implement StAXFilter
 class DefaultStAXFilter
          This DefaultStAXFilter includes all content and prunes nothing.
 

Methods in org.jdom2.input with parameters of type StAXFilter
 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.
 


JDOM2
0.0.2-BETA

Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.