public interface StAXStreamReaderProcessor
AbstractStAXStreamReader
) and then creating an
implementation of this class that creates their own custom XMLStreamReader
version. The implementation of this class could then be given to the
StAXStreamReader.Modifier and Type | Method and Description |
---|---|
javax.xml.stream.XMLStreamReader |
buildReader(Document doc,
Format format)
Return an implementation of an XMLStreamReader that represents
a JDOM Document.
|
javax.xml.stream.XMLStreamReader buildReader(Document doc, Format format)
doc
- The Document to represent.format
- The Format to apply to the document.Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.