Class AttributeGroupRef
- java.lang.Object
-
- com.thaiopensource.relaxng.output.xsd.basic.Located
-
- com.thaiopensource.relaxng.output.xsd.basic.Annotated
-
- com.thaiopensource.relaxng.output.xsd.basic.AttributeUse
-
- com.thaiopensource.relaxng.output.xsd.basic.AttributeGroupRef
-
public class AttributeGroupRef extends AttributeUse
-
-
Constructor Summary
Constructors Constructor Description AttributeGroupRef(SourceLocation location, Annotation annotation, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(AttributeUseVisitor<T> visitor)booleanequals(java.lang.Object obj)java.lang.StringgetName()inthashCode()-
Methods inherited from class com.thaiopensource.relaxng.output.xsd.basic.Annotated
getAnnotation
-
Methods inherited from class com.thaiopensource.relaxng.output.xsd.basic.Located
getLocation
-
-
-
-
Constructor Detail
-
AttributeGroupRef
public AttributeGroupRef(SourceLocation location, Annotation annotation, java.lang.String name)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
accept
public <T> T accept(AttributeUseVisitor<T> visitor)
- Specified by:
acceptin classAttributeUse
-
-