Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.generator.sg
Interface SGItem  view SGItem download SGItem.java

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.