Package com.thaiopensource.relaxng.edit
Class Component
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.Component
-
- Direct Known Subclasses:
DefineComponent,DivComponent,IncludeComponent
public abstract class Component extends Annotated
-
-
Constructor Summary
Constructors Constructor Description Component()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> Taccept(ComponentVisitor<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(ComponentVisitor<T> visitor)
-
-