Package com.thaiopensource.relaxng.edit
Class NotAllowedPattern
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.Pattern
-
- com.thaiopensource.relaxng.edit.NotAllowedPattern
-
public class NotAllowedPattern extends Pattern
-
-
Constructor Summary
Constructors Constructor Description NotAllowedPattern()
-
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.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)
-
-