| 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.
|
| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultStAXFilter |
This DefaultStAXFilter includes all content and prunes nothing.
|
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.