Package com.thaiopensource.relaxng.edit
Class CompositePattern
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.Pattern
-
- com.thaiopensource.relaxng.edit.CompositePattern
-
- Direct Known Subclasses:
ChoicePattern,GroupPattern,InterleavePattern
public abstract class CompositePattern extends Pattern
-
-
Constructor Summary
Constructors Constructor Description CompositePattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchildrenAccept(PatternVisitor<?> visitor)java.util.List<Pattern>getChildren()-
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
-
getChildren
public java.util.List<Pattern> getChildren()
-
childrenAccept
public void childrenAccept(PatternVisitor<?> visitor)
-
-