edu.ogi.cse.xs.xsd.xerces
Class XercesXSContentModelImpl

java.lang.Object
  extended by edu.ogi.cse.xs.xsd.xerces.XercesXSContentModelImpl
All Implemented Interfaces:
XSContentModel, java.io.Serializable

public class XercesXSContentModelImpl
extends java.lang.Object
implements XSContentModel

represent a complex element's content model

See Also:
Serialized Form

Method Summary
 XSGroup getTopGroup()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTopGroup

public XSGroup getTopGroup()
Specified by:
getTopGroup in interface XSContentModel

toString

public java.lang.String toString()
Specified by:
toString in interface XSContentModel
Overrides:
toString in class java.lang.Object