Uses of Class
org.codehaus.staxmate.in.CursorBase.State
-
Packages that use CursorBase.State Package Description org.codehaus.staxmate.in Package contains functionality for input-side processing. -
-
Uses of CursorBase.State in org.codehaus.staxmate.in
Fields in org.codehaus.staxmate.in declared as CursorBase.State Modifier and Type Field Description protected CursorBase.State
CursorBase. _state
Current state of the cursor.Methods in org.codehaus.staxmate.in that return CursorBase.State Modifier and Type Method Description static CursorBase.State
CursorBase.State. valueOf(java.lang.String name)
Returns 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.
-