Uses of Enum
org.codehaus.staxmate.in.CursorBase.State
Packages that use CursorBase.State
Package
Description
Package contains functionality for input-side processing.
-
Uses of CursorBase.State in org.codehaus.staxmate.in
Subclasses with type arguments of type CursorBase.State in org.codehaus.staxmate.inModifier and TypeClassDescriptionstatic enumState constants are used for keeping track of state of individual cursors.Fields in org.codehaus.staxmate.in declared as CursorBase.StateModifier and TypeFieldDescriptionprotected CursorBase.StateCursorBase._stateCurrent state of the cursor.Methods in org.codehaus.staxmate.in that return CursorBase.StateModifier and TypeMethodDescriptionstatic CursorBase.StateReturns the enum constant of this type with the specified name.static CursorBase.State[]CursorBase.State.values()Returns an array containing the constants of this enum type, in the order they are declared.