Package com.thaiopensource.relaxng.edit
Class ChoiceNameClass
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.NameClass
-
- com.thaiopensource.relaxng.edit.ChoiceNameClass
-
public class ChoiceNameClass extends NameClass
-
-
Field Summary
-
Fields inherited from class com.thaiopensource.relaxng.edit.NameClass
INHERIT_NS
-
-
Constructor Summary
Constructors Constructor Description ChoiceNameClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(NameClassVisitor<T> visitor)voidchildrenAccept(NameClassVisitor<?> visitor)java.util.List<NameClass>getChildren()-
Methods inherited from class com.thaiopensource.relaxng.edit.Annotated
attributeAnnotationsAccept, childElementAnnotationsAccept, followingElementAnnotationsAccept, getAttributeAnnotation, getAttributeAnnotations, getChildElementAnnotations, getContext, getFollowingElementAnnotations, getLeadingComments, leadingCommentsAccept, mayContainText, setContext
-
Methods inherited from class com.thaiopensource.relaxng.edit.SourceObject
getSourceLocation, setSourceLocation
-
-
-
-
Method Detail
-
getChildren
public java.util.List<NameClass> getChildren()
-
accept
public <T> T accept(NameClassVisitor<T> visitor)
-
childrenAccept
public void childrenAccept(NameClassVisitor<?> visitor)
-
-