Package | Description |
---|---|
org.codehaus.staxmate |
Package contains factories for constructing input and output
processing components (such as input cursors).
|
Modifier and Type | Method and Description |
---|---|
protected static SMHierarchicCursor |
SMInputFactory.constructHierarchic(org.codehaus.stax2.XMLStreamReader2 sr,
SMFilter f) |
static SMHierarchicCursor |
SMInputFactory.hierarchicCursor(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(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(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(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(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(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(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.
|
Copyright © 2013 FasterXML. All Rights Reserved.