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
Subclasses with type arguments of type SMInputCursor.Tracking in org.codehaus.staxmate.inModifier and TypeClassDescriptionstatic enumDifferent tracking behaviors available for cursors.Fields in org.codehaus.staxmate.in declared as SMInputCursor.TrackingModifier and TypeFieldDescriptionprotected SMInputCursor.TrackingSMInputCursor.mElemTrackingWhether 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.TrackingSMInputCursor.getElementTracking()static SMInputCursor.TrackingReturns 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 voidSMInputCursor.setElementTracking(SMInputCursor.Tracking tracking) Changes tracking mode of this cursor to the new specified mode.