convert.relaxng.output.xsd.basic
Class AttributeGroup
java.lang.Object
convert.relaxng.output.xsd.basic.Located
convert.relaxng.output.xsd.basic.Annotated
convert.relaxng.output.xsd.basic.AttributeUse
convert.relaxng.output.xsd.basic.AttributeGroup
- Direct Known Subclasses:
- AttributeUseChoice
public class AttributeGroup
- extends AttributeUse
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final AttributeGroup EMPTY
AttributeGroup
public AttributeGroup(SourceLocation location,
Annotation annotation,
java.util.List<AttributeUse> children)
getChildren
public java.util.List<AttributeUse> getChildren()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class Annotated
hashCode
public int hashCode()
- Overrides:
hashCode
in class Annotated
accept
public <T> T accept(AttributeUseVisitor<T> visitor)
- Specified by:
accept
in class AttributeUse