org.jbind.xml.schema.element
Interface ISchemaDocument

All Superinterfaces:
IParent
All Known Implementing Classes:
SchemaDocument

public interface ISchemaDocument
extends IParent


Method Summary
 IElement getRootElement()
           
 SchemaElement getSchemaElement()
           
 
Methods inherited from interface org.jbind.xml.schema.element.IParent
addChild, hasChildren, iterChildren
 

Method Detail

getRootElement

public IElement getRootElement()

getSchemaElement

public SchemaElement getSchemaElement()