Package com.thaiopensource.relaxng.edit
Class DefineComponent
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.Component
-
- com.thaiopensource.relaxng.edit.DefineComponent
-
public class DefineComponent extends Component
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTART
-
Constructor Summary
Constructors Constructor Description DefineComponent(java.lang.String name, Pattern body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(ComponentVisitor<T> visitor)PatterngetBody()CombinegetCombine()java.lang.StringgetName()voidsetBody(Pattern body)voidsetCombine(Combine combine)voidsetName(java.lang.String name)-
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
-
-
-
-
Constructor Detail
-
DefineComponent
public DefineComponent(java.lang.String name, Pattern body)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getBody
public Pattern getBody()
-
setBody
public void setBody(Pattern body)
-
getCombine
public Combine getCombine()
-
setCombine
public void setCombine(Combine combine)
-
accept
public <T> T accept(ComponentVisitor<T> visitor)
-
-