Uses of Class
org.codehaus.staxmate.in.CursorBase

Packages that use CursorBase
Package
Description
Package contains functionality for input-side processing.
  • Uses of CursorBase in org.codehaus.staxmate.in

    Modifier and Type
    Class
    Description
    class 
    Default implementation of generic flat (non-scoped) cursor; cursor that traverse all descendants (children and grandchildren) of a start element.
    class 
    Default implementation of generic nested (scoped) cursor; cursor that only traverses direct children of a single start element.
    class 
    Base class for reader-side cursors that form the main input side abstraction offered by StaxMate.