public class AbstractStAXStreamReaderProcessor extends java.lang.Object implements StAXStreamReaderProcessor
| 构造器和说明 |
|---|
AbstractStAXStreamReaderProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
StAXStreamReaderProcessorbuildReader 在接口中 StAXStreamReaderProcessordoc - The Document to represent.format - The Format to apply to the document.