|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> generator >> [ sg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.jaxme.generator.sg
Interface SGItem

- All Known Subinterfaces:
- AttributeSG, GroupSG, ObjectSG, SchemaSG, SimpleTypeSG, TypeSG
- public interface SGItem
A common base interface for ComplexTypeSG, ObjectSG, SchemaSG, SimpleTypeSG, and TypeSG.
| Method Summary | |
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. |
| Method Detail |
getFactory
public SGFactory getFactory()
Returns the factory that created this item.
getSchema
public SchemaSG getSchema()
Returns the items schema.
getLocator
public org.xml.sax.Locator getLocator()
Returns the items location in the schema; useful for error messages.
init
public void init()
throws org.xml.sax.SAXException
Initializes the item.
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> generator >> [ sg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC