org.jbind.xml.schema.element
Class SchemaDocument

java.lang.Object
  extended byorg.jbind.xml.schema.element.Parent
      extended byorg.jbind.xml.schema.element.SchemaDocument
All Implemented Interfaces:
IParent, ISchemaDocument

public class SchemaDocument
extends Parent
implements ISchemaDocument


Constructor Summary
SchemaDocument()
           
 
Method Summary
 IElement getRootElement()
           
 SchemaElement getSchemaElement()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jbind.xml.schema.element.Parent
addChild, hasChildren, iterChildren, iterXmlNodes, visitChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.schema.element.IParent
addChild, hasChildren, iterChildren
 

Constructor Detail

SchemaDocument

public SchemaDocument()
Method Detail

getSchemaElement

public SchemaElement getSchemaElement()
Specified by:
getSchemaElement in interface ISchemaDocument

getRootElement

public IElement getRootElement()
Specified by:
getRootElement in interface ISchemaDocument

toString

public java.lang.String toString()