convert.relaxng.output.xsd.basic
Class Element

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.Particle
              extended by convert.relaxng.output.xsd.basic.Element
All Implemented Interfaces:
Structure

public class Element
extends Particle
implements Structure


Constructor Summary
Element(SourceLocation location, Annotation annotation, Name name, ComplexType complexType)
           
 
Method Summary
<T> T
accept(ParticleVisitor<T> visitor)
           
<T> T
accept(StructureVisitor<T> visitor)
           
 boolean equals(java.lang.Object obj)
           
 ComplexType getComplexType()
           
 Name getName()
           
 int hashCode()
           
 
Methods inherited from class convert.relaxng.output.xsd.basic.Annotated
getAnnotation
 
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

Element

public Element(SourceLocation location,
               Annotation annotation,
               Name name,
               ComplexType complexType)
Method Detail

getName

public Name getName()
Specified by:
getName in interface Structure

getComplexType

public ComplexType getComplexType()

accept

public <T> T accept(ParticleVisitor<T> visitor)
Specified by:
accept in class Particle

accept

public <T> T accept(StructureVisitor<T> visitor)
Specified by:
accept in interface Structure

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Annotated

hashCode

public int hashCode()
Overrides:
hashCode in class Annotated