Package com.thaiopensource.relaxng.edit
Class RefPattern
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.Pattern
-
- com.thaiopensource.relaxng.edit.AbstractRefPattern
-
- com.thaiopensource.relaxng.edit.RefPattern
-
public class RefPattern extends AbstractRefPattern
-
-
Constructor Summary
Constructors Constructor Description RefPattern(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(PatternVisitor<T> visitor)-
Methods inherited from class com.thaiopensource.relaxng.edit.AbstractRefPattern
getName, setName
-
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 <T> T accept(PatternVisitor<T> visitor)
-
-