Package org.apache.xmlbeans
Class SchemaBookmark
- java.lang.Object
-
- org.apache.xmlbeans.XmlCursor.XmlBookmark
-
- org.apache.xmlbeans.SchemaBookmark
-
public class SchemaBookmark extends XmlCursor.XmlBookmark
Represents a Schema bookmark. The XMLSchema compiler will copy the value returned bygetValue()
when this bookmark is found in the XMLStore to the corresponding Schema* objects, and the value will be accessible using thegetUserInfo
method on these objects.
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.XmlCursor.XmlBookmark
_currentMark, _ref
-
-
Constructor Summary
Constructors Constructor Description SchemaBookmark(java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
Getter.-
Methods inherited from class org.apache.xmlbeans.XmlCursor.XmlBookmark
createCursor, getKey, toBookmark
-
-