Class GroupRef
- java.lang.Object
-
- com.thaiopensource.relaxng.output.xsd.basic.Located
-
- com.thaiopensource.relaxng.output.xsd.basic.Annotated
-
- com.thaiopensource.relaxng.output.xsd.basic.Particle
-
- com.thaiopensource.relaxng.output.xsd.basic.GroupRef
-
public class GroupRef extends Particle
-
-
Constructor Summary
Constructors Constructor Description GroupRef(SourceLocation location, Annotation annotation, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(ParticleVisitor<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
-
GroupRef
public GroupRef(SourceLocation location, Annotation annotation, java.lang.String name)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
accept
public <T> T accept(ParticleVisitor<T> visitor)
-
-