convert.relaxng.output.xsd.basic
Class RootDeclaration

java.lang.Object
  extended by convert.relaxng.output.xsd.basic.Located
      extended by convert.relaxng.output.xsd.basic.Annotated
          extended by convert.relaxng.output.xsd.basic.RootDeclaration
All Implemented Interfaces:
TopLevel

public class RootDeclaration
extends Annotated
implements TopLevel


Constructor Summary
RootDeclaration(SourceLocation location, Annotation annotation, Particle particle)
           
 
Method Summary
 void accept(SchemaVisitor visitor)
           
 Particle getParticle()
           
 void setParticle(Particle particle)
           
 
Methods inherited from class convert.relaxng.output.xsd.basic.Annotated
equals, getAnnotation, hashCode
 
Methods inherited from class convert.relaxng.output.xsd.basic.Located
getLocation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootDeclaration

public RootDeclaration(SourceLocation location,
                       Annotation annotation,
                       Particle particle)
Method Detail

getParticle

public Particle getParticle()

setParticle

public void setParticle(Particle particle)

accept

public void accept(SchemaVisitor visitor)
Specified by:
accept in interface TopLevel