Package com.thaiopensource.relaxng.edit
Class NameClass
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.NameClass
-
- Direct Known Subclasses:
ChoiceNameClass,NameNameClass,OpenNameClass
public abstract class NameClass extends Annotated
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINHERIT_NS
-
Constructor Summary
Constructors Constructor Description NameClass()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> Taccept(NameClassVisitor<T> visitor)-
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
-
accept
public abstract <T> T accept(NameClassVisitor<T> visitor)
-
-