|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A common base interface for all other schema objects.
Method Summary | |
org.xml.sax.Locator |
getLocator()
Returns the objects location. |
XSObject |
getParentObject()
Returns either of the following: If the object is the schema itself, returns null. |
XSSchema |
getXSSchema()
Returns the objects schema. |
boolean |
isTopLevelObject()
Returns whether the object is a top-level object. |
void |
validate()
Validates the objects internal state. |
Method Detail |
public XSSchema getXSSchema()
Returns the objects 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 org.xml.sax.Locator getLocator()
Returns the objects location.
public void validate() throws org.xml.sax.SAXException
Validates the objects internal state.
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |