|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for all the types, attributes, elements, ...
Method Summary | |
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 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 types, attributes, elements, ... internal state. |
Method Detail |
public XsESchema getXsESchema()
Returns the objects syntactical schema.
public boolean isTopLevelObject()
Returns whether the object is a top-level object. This is the case for the XsESchema itself and for all its childs only.
public XsObject getParentObject()
Returns either of the following:
public XsObjectFactory getObjectFactory()
Returns the object factory
, that
created this instance.
public org.xml.sax.Locator getLocator()
Returns the SAX Locator
with the instances
location.
public void validate() throws org.xml.sax.SAXException
Validates the types, attributes, elements, ... internal state.
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |