Uses of Class
org.codehaus.staxmate.in.CursorBase
-
Packages that use CursorBase Package Description org.codehaus.staxmate.in Package contains functionality for input-side processing. -
-
Uses of CursorBase in org.codehaus.staxmate.in
Subclasses of CursorBase in org.codehaus.staxmate.in Modifier and Type Class Description class
SMFlatteningCursor
Default implementation of generic flat (non-scoped) cursor; cursor that traverse all descendants (children and grandchildren) of a start element.class
SMHierarchicCursor
Default implementation of generic nested (scoped) cursor; cursor that only traverses direct children of a single start element.class
SMInputCursor
Base class for reader-side cursors that form the main input side abstraction offered by StaxMate.
-