protected static SMHierarchicCursor |
SMInputFactory.constructHierarchic(org.codehaus.stax2.XMLStreamReader2 sr,
SMFilter f) |
|
static SMHierarchicCursor |
SMInputFactory.hierarchicCursor(javax.xml.stream.XMLStreamReader sr,
SMFilter f) |
Static factory method used to construct root-level hierarchic (child)
cursor, when starting to process an xml document or fragment.
|
static SMHierarchicCursor |
SMInputFactory.rootCursor(javax.xml.stream.XMLStreamReader sr) |
Convenience method that will construct and return
a nested cursor that will iterate over root-level events
(comments, PIs, root element), without filtering any events.
|
SMHierarchicCursor |
SMInputFactory.rootElementCursor(byte[] data,
int offset,
int len) |
Method that will construct and return
a nested cursor that will only ever iterate to one node, that
is, the root element of the document reader is reading.
|
SMHierarchicCursor |
SMInputFactory.rootElementCursor(java.io.File f) |
Method that will construct and return
a nested cursor that will only ever iterate to one node, that
is, the root element of the document reader is reading.
|
SMHierarchicCursor |
SMInputFactory.rootElementCursor(java.io.InputStream in) |
Method that will construct and return
a nested cursor that will only ever iterate to one node, that
is, the root element of the document reader is reading.
|
SMHierarchicCursor |
SMInputFactory.rootElementCursor(java.io.Reader r) |
Method that will construct and return
a nested cursor that will only ever iterate to one node, that
is, the root element of the document reader is reading.
|
SMHierarchicCursor |
SMInputFactory.rootElementCursor(java.net.URL url) |
Method that will construct and return
a nested cursor that will only ever iterate to one node, that
is, the root element of the document reader is reading.
|
static SMHierarchicCursor |
SMInputFactory.rootElementCursor(javax.xml.stream.XMLStreamReader sr) |
Convenience method that will construct and return
a nested cursor that will only ever iterate to one node, that
is, the root element of the document reader is reading.
|