convert.relaxng.output.xsd.basic
Class Element
java.lang.Object
convert.relaxng.output.xsd.basic.Located
convert.relaxng.output.xsd.basic.Annotated
convert.relaxng.output.xsd.basic.Particle
convert.relaxng.output.xsd.basic.Element
- All Implemented Interfaces:
- Structure
public class Element
- extends Particle
- implements Structure
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Element
public Element(SourceLocation location,
Annotation annotation,
Name name,
ComplexType complexType)
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