Uses of Class
org.codehaus.staxmate.in.SMHierarchicCursor
Packages that use SMHierarchicCursor
Package
Description
Package contains factories for constructing input and output
processing components (such as input cursors).
-
Uses of SMHierarchicCursor in org.codehaus.staxmate
Methods in org.codehaus.staxmate that return SMHierarchicCursorModifier and TypeMethodDescriptionprotected static final SMHierarchicCursorSMInputFactory.constructHierarchic(org.codehaus.stax2.XMLStreamReader2 sr, SMFilter f) static SMHierarchicCursorSMInputFactory.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 SMHierarchicCursorSMInputFactory.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.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.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.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.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.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 SMHierarchicCursorSMInputFactory.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.