ecologylab.xml
Interface OptimizationTypes
- All Known Implementing Classes:
- AbstractView, AllPermissionsElement, AngularCoord, AppletDesc, ApplicationDesc, Argument, ArrayListState, AssetsState, AssetState, AssociationElement, AuthenticationList, AuthenticationListEntry, AuthenticationOp, Author, BadSemanticContentResponse, Body, Book, Camera, CfCollaborationGetSurrogate, CfCollaborationGetSurrogate, Channel, Channel2, Choice, ChoiceBoolean, ChoiceFloat, ChoiceInt, ClassTagged, CloseMessage, ColorStyle, Composed, Container, Content, ContinuedHTTPGetRequest, ContributorList, Coordinates, Credit, DateList, Dc, DcTag, Description, Description, Document, DocumentState, DoubleSlot, ElementState, ElementStateSAXHandler, Ellipse2DDoubleState, Epilogue, ErrorResponse, Feedburner, Fields, FieldTagged, Folder, GeoCoordinate, Geometry, GPSDatum, Group, HashMapState, HashSetState, Header, HomepageElement, HrefBasedResource, HttpGetRequest, HttpRequest, Icon, IgnoreRequest, InformationElement, InitConnectionRequest, InitConnectionResponse, IntState, Item, Itunes, J2se, Jar, JnlpState, Keyword, KeywordList, Kml, KmlFeature, KmlObject, KmlRequest, KmlResponse, Line2DDoubleState, LineString, LineStyle, Logging, Login, LoginStatusResponse, LogOps, Logout, LogoutStatusResponse, LogRequestMessage, LogueMessage, LookAt, Media, MenuElement, MetaPref, MetaPrefBoolean, MetaPrefColor, MetaPrefFile, MetaPrefFloat, MetaPrefInt, MetaPrefSet, MetaPrefString, MixedInitiativeOp, Nativelib, NSDLSearchService, OfflineAllowedElement, OkResponse, Opml, Optimizations, Outline, Param, PingRequest, Placemark, Point, Point2DDoubleState, PolyStyle, Pref, PrefBoolean, PrefColor, PrefElementState, Preference, PreferencesSet, PrefFile, PrefFloat, PrefInt, PrefSet, PrefString, Prologue, Property, RangeFloatState, RangeIntState, RangeState, RDFState, Record, Record, Records, Rectangle2DDoubleState, RectangularShape, RelatedContentElement, RequestMessage, ResourceElement, ResourceElementArray, Response, ResponseMessage, RestSearchResult, Result, ResultSet, ResultsInfo, RssState, SearchResults, SearchState, Seed, SeedCf, SeedSet, SendEpilogue, SendPrologue, ServiceMessage, SetPreferences, ShortcutElement, StopMessage, StringState, Style, StyleSelector, SVData, SynchronizedHashMapState, TestFloats, TestScalarCollection, TestXml, TestXMLTag, Thumbnail, ThumbnailState, TitleList, UrlMessage, Vector2d, VectorState, XmlState
public interface OptimizationTypes
UNSET_TYPE
static final int UNSET_TYPE
- See Also:
- Constant Field Values
BAD_FIELD
static final int BAD_FIELD
- This means we experienced an error while parsing.
This should never happen.
- See Also:
- Constant Field Values
IGNORED_ELEMENT
static final int IGNORED_ELEMENT
- This means that we don't bother to parse the element,
because the programmer developing ElementState subclasses did not
bother to create fields that use it.
- See Also:
- Constant Field Values
IGNORED_ATTRIBUTE
static final int IGNORED_ATTRIBUTE
- See Also:
- Constant Field Values
NAMESPACE_IGNORED_ELEMENT
static final int NAMESPACE_IGNORED_ELEMENT
- See Also:
- Constant Field Values
REGULAR_ATTRIBUTE
static final int REGULAR_ATTRIBUTE
- See Also:
- Constant Field Values
REGULAR_NESTED_ELEMENT
static final int REGULAR_NESTED_ELEMENT
- See Also:
- Constant Field Values
LEAF_NODE_VALUE
static final int LEAF_NODE_VALUE
- See Also:
- Constant Field Values
COLLECTION_ELEMENT
static final int COLLECTION_ELEMENT
- See Also:
- Constant Field Values
COLLECTION_SCALAR
static final int COLLECTION_SCALAR
- See Also:
- Constant Field Values
MAP_ELEMENT
static final int MAP_ELEMENT
- See Also:
- Constant Field Values
MAP_SCALAR
static final int MAP_SCALAR
- See Also:
- Constant Field Values
ROOT
static final int ROOT
- Root node type: for FieldToXMLOptimizations translateTo only.
- See Also:
- Constant Field Values
OTHER_NESTED_ELEMENT
static final int OTHER_NESTED_ELEMENT
- This undocumented feature forms an ElementState subclass instance using lookup by class,
if that works, and then calls addNestedElement(), which the user can override, to decide what
do to with it.
- See Also:
- Constant Field Values
XMLNS_ATTRIBUTE
static final int XMLNS_ATTRIBUTE
- See Also:
- Constant Field Values
XMLNS_IGNORED
static final int XMLNS_IGNORED
- See Also:
- Constant Field Values
NAME_SPACE_MASK
static final int NAME_SPACE_MASK
- See Also:
- Constant Field Values
NAMESPACE_TRIAL_ELEMENT
static final int NAMESPACE_TRIAL_ELEMENT
- See Also:
- Constant Field Values
NAME_SPACE_ATTRIBUTE
static final int NAME_SPACE_ATTRIBUTE
- See Also:
- Constant Field Values
NAME_SPACE_NESTED_ELEMENT
static final int NAME_SPACE_NESTED_ELEMENT
- See Also:
- Constant Field Values
NAME_SPACE_LEAF_NODE
static final int NAME_SPACE_LEAF_NODE
- See Also:
- Constant Field Values