convert.relaxng.output.xsd.basic
Class Include

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.Include
All Implemented Interfaces:
TopLevel

public class Include
extends Annotated
implements TopLevel


Constructor Summary
Include(SourceLocation location, Annotation annotation, Schema includedSchema)
           
 
Method Summary
 void accept(SchemaVisitor visitor)
           
 Schema getIncludedSchema()
           
 
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

Include

public Include(SourceLocation location,
               Annotation annotation,
               Schema includedSchema)
Method Detail

getIncludedSchema

public Schema getIncludedSchema()

accept

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