Package com.thaiopensource.relaxng.edit
Class ElementPattern
- java.lang.Object
-
public class ElementPattern extends NameClassedPattern
-
-
Constructor Summary
Constructors Constructor Description ElementPattern(NameClass nameClass, Pattern child)
-
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.NameClassedPattern
getNameClass, setNameClass
-
Methods inherited from class com.thaiopensource.relaxng.edit.UnaryPattern
getChild, setChild
-
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)
-
-