Uses of Class
org.codehaus.staxmate.in.SMInputCursor.Tracking
-
Packages that use SMInputCursor.Tracking Package Description org.codehaus.staxmate.in Package contains functionality for input-side processing. -
-
Uses of SMInputCursor.Tracking in org.codehaus.staxmate.in
Fields in org.codehaus.staxmate.in declared as SMInputCursor.Tracking Modifier and Type Field Description protected SMInputCursor.Tracking
SMInputCursor. mElemTracking
Whether element information is to be tracked or not, and if it is, how much of it will be stored.Methods in org.codehaus.staxmate.in that return SMInputCursor.Tracking Modifier and Type Method Description SMInputCursor.Tracking
SMInputCursor. getElementTracking()
static SMInputCursor.Tracking
SMInputCursor.Tracking. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SMInputCursor.Tracking[]
SMInputCursor.Tracking. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.staxmate.in with parameters of type SMInputCursor.Tracking Modifier and Type Method Description void
SMInputCursor. setElementTracking(SMInputCursor.Tracking tracking)
Changes tracking mode of this cursor to the new specified mode.
-