|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.DataComponent
biz.c24.io.api.data.Attribute
biz.c24.io.api.data.BuiltInAttribute
public class BuiltInAttribute
A built-in attribute.
Warning: Serialized objects of this class or of a deployed class which is derived from it may not be compatible with future releases of C24 Integreation Objects. The current serialization support is appropriate for short term storage or RMI between applications running the same version of C24 Integreation Objects.
Field Summary | |
---|---|
static BuiltInAttribute |
XML_BASE
The built-in xml:base attribute Denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. |
static BuiltInAttribute |
XML_ID
The built-in xml:lang attribute Denotes an attribute whose value should be interpreted as if declared to be of type ID. |
static BuiltInAttribute |
XML_LANG
The built-in xml:lang attribute Denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. |
static BuiltInAttribute |
XML_SPACE
The built-in xml:space attribute Denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. |
Fields inherited from class biz.c24.io.api.data.DataComponent |
---|
CARDINALITY_UNBOUNDED, IO_VALIDATE_DATABASE_KEY_PRESENCE |
Method Summary |
---|
Methods inherited from class biz.c24.io.api.data.Attribute |
---|
equals, formatObject, getAttributeRef, getForm, getSimpleType, hashCode, parseObject, setMaxCardinality, setMinCardinality, setRef, setType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BuiltInAttribute XML_LANG
Denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.
public static final BuiltInAttribute XML_SPACE
Denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.
public static final BuiltInAttribute XML_BASE
Denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification.
public static final BuiltInAttribute XML_ID
Denotes an attribute whose value should be interpreted as if declared to be of type ID. The xml:id specification is not yet a W3C Recommendation, but this attribute is included here to facilitate experimentation with the mechanisms it proposes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |