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.| 限定符和类型 | 方法和说明 | 
|---|---|
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.