public class AbstractStAXStreamReaderProcessor extends java.lang.Object implements StAXStreamReaderProcessor
Constructor and Description |
---|
AbstractStAXStreamReaderProcessor() |
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.
|
public javax.xml.stream.XMLStreamReader buildReader(Document doc, Format format)
StAXStreamReaderProcessor
buildReader
in interface StAXStreamReaderProcessor
doc
- The Document to represent.format
- The Format to apply to the document.Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.