public interface SGItem
A common base interface for
ComplexTypeSG,
ObjectSG,
SchemaSG,
SimpleTypeSG, and
TypeSG.
| Modifier and Type | Method and Description |
|---|---|
SGFactory |
getFactory()
Returns the factory that created this item.
|
org.xml.sax.Locator |
getLocator()
Returns the items location in the schema; useful for
error messages.
|
SchemaSG |
getSchema()
Returns the items schema.
|
void |
init()
Initializes the item.
|
SGFactory getFactory()
Returns the factory that created this item.
SchemaSG getSchema()
Returns the items schema.
org.xml.sax.Locator getLocator()
Returns the items location in the schema; useful for error messages.
void init()
throws org.xml.sax.SAXException
Initializes the item.
org.xml.sax.SAXException