public interface XsObject
Modifier and Type | Method and Description |
---|---|
org.xml.sax.Locator |
getLocator()
Returns the SAX
Locator with the instances
location. |
XsObjectFactory |
getObjectFactory()
Returns the
object factory , that
created this instance. |
XsObject |
getParentObject()
Returns information on the parent object.
More precisely, returns either of the following: If the object is the schema itself, returns null. |
XsESchema |
getXsESchema()
Returns the objects syntactical schema.
|
boolean |
isTopLevelObject()
Returns whether the object is a top-level object.
|
void |
validate()
Validates the internal state of the type, attribute, element,
or whatever object.
|
XsESchema getXsESchema()
boolean isTopLevelObject()
XsObject getParentObject()
XsObjectFactory getObjectFactory()
object factory
, that
created this instance.org.xml.sax.Locator getLocator()
Locator
with the instances
location.void validate() throws org.xml.sax.SAXException
org.xml.sax.SAXException