convert.relaxng.output.xsd.basic
Class SimpleType

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.SimpleType
Direct Known Subclasses:
SimpleTypeList, SimpleTypeRef, SimpleTypeRestriction, SimpleTypeUnion

public abstract class SimpleType
extends Annotated


Constructor Summary
SimpleType(SourceLocation location, Annotation annotation)
           
 
Method Summary
abstract
<T> T
accept(SimpleTypeVisitor<T> visitor)
           
 
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

SimpleType

public SimpleType(SourceLocation location,
                  Annotation annotation)
Method Detail

accept

public abstract <T> T accept(SimpleTypeVisitor<T> visitor)