|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.XmlCursor.XmlBookmark org.apache.xmlbeans.SchemaBookmark
public class SchemaBookmark
Represents a Schema bookmark. The XMLSchema compiler will copy the value
returned by getValue()
when this bookmark is found in the XMLStore
to the corresponding Schema* objects, and the value will be accessible using
the getUserInfo
method on these objects.
SchemaType
,
SchemaField
,
SchemaAttributeGroup
,
SchemaModelGroup
,
SchemaIdentityConstraint
Field Summary |
---|
Fields inherited from class org.apache.xmlbeans.XmlCursor.XmlBookmark |
---|
_currentMark, _ref |
Constructor Summary | |
---|---|
SchemaBookmark(java.lang.Object value)
|
Method Summary | |
---|---|
java.lang.Object |
getValue()
Getter. |
Methods inherited from class org.apache.xmlbeans.XmlCursor.XmlBookmark |
---|
createCursor, getKey, toBookmark |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaBookmark(java.lang.Object value)
Method Detail |
---|
public java.lang.Object getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |