Uses of Package
org.codehaus.staxmate.in

Packages that use org.codehaus.staxmate.in
Package
Description
Package contains factories for constructing input and output processing components (such as input cursors).
Package contains functionality for input-side processing.
  • Class
    Description
    Simple class that defines for objects used to configure iterators so that they will filter out "uninteresting" events.
    Default implementation of generic flat (non-scoped) cursor; cursor that traverse all descendants (children and grandchildren) of a start element.
    Default implementation of generic nested (scoped) cursor; cursor that only traverses direct children of a single start element.
  • Class
    Description
    Abstract base class that contains non-public methods to be used by public sub-classes (SMInputCursor and its sub-classes).
    State constants are used for keeping track of state of individual cursors.
    Simple factory class that can be used to customize instances of SMElementInfo that iterators construct and store when element tracking is enabled.
    Simple bit-set based filter that can be configured by specifying allowed event types.
    This is the abstract base class that defines standard set of element information stored when element tracking is enabled for a SMInputCursor.
     
    Simple class that defines for objects used to configure iterators so that they will filter out "uninteresting" events.
    Class that encapsulates details about context in which StaxMate input is done.
    Base class for reader-side cursors that form the main input side abstraction offered by StaxMate.
    Different tracking behaviors available for cursors.