Package | Description |
---|---|
org.codehaus.staxmate.in |
Package contains functionality for input-side processing.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
SMInputCursor.Tracking |
SMInputCursor.getElementTracking() |
static SMInputCursor.Tracking |
SMInputCursor.Tracking.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
SMInputCursor.setElementTracking(SMInputCursor.Tracking tracking)
Changes tracking mode of this cursor to the new specified
mode.
|
Copyright © 2013 FasterXML. All Rights Reserved.