程序包 | 说明 |
---|---|
org.jdom2.input | |
org.jdom2.input.stax |
Support classes for building JDOM documents and content using StAX readers.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultStAXFilter
This DefaultStAXFilter includes all content and prunes nothing.
|