Uses of Enum
org.codehaus.staxmate.in.SMInputCursor.Tracking
Packages that use SMInputCursor.Tracking
Package
Description
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.TrackingModifier and TypeFieldDescriptionprotected 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.TrackingModifier and TypeMethodDescriptionfinal SMInputCursor.Tracking
SMInputCursor.getElementTracking()
static SMInputCursor.Tracking
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.TrackingModifier and TypeMethodDescriptionfinal void
SMInputCursor.setElementTracking
(SMInputCursor.Tracking tracking) Changes tracking mode of this cursor to the new specified mode.