| Package | Description |
|---|---|
| org.codehaus.staxmate |
Package contains factories for constructing input and output
processing components (such as input cursors).
|
| org.codehaus.staxmate.in |
Package contains functionality for input-side processing.
|
| Class and Description |
|---|
| SMFilter
Simple class that defines for objects used to configure iterators so that
they will filter out "uninteresting" events.
|
| SMFlatteningCursor
Default implementation of generic flat (non-scoped) cursor; cursor
that traverse all descendants (children and grandchildren) of a start
element.
|
| SMHierarchicCursor
Default implementation of generic nested (scoped) cursor; cursor that only
traverses direct children of a single start element.
|
| Class and Description |
|---|
| ElementInfoFactory
Simple factory class that can be used to customize instances of
SMElementInfo that iterators construct and store when element
tracking is enabled. |
| SimpleFilter
Simple bit-set based filter that can be configured by specifying allowed
event types.
|
| SMElementInfo
This is the abstract base class that defines standard set of element
information stored when element tracking is enabled for a
SMInputCursor. |
| SMEvent |
| SMFilter
Simple class that defines for objects used to configure iterators so that
they will filter out "uninteresting" events.
|
| SMInputContext
Class that encapsulates details about context in which StaxMate input
is done.
|
| SMInputCursor
Base class for reader-side cursors that form the main input side
abstraction offered by StaxMate.
|
| SMInputCursor.Tracking
Different tracking behaviors available for cursors.
|
Copyright © 2021 FasterXML. All rights reserved.