Package com.thaiopensource.relaxng.edit
Class UnaryPattern
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.Annotated
-
- com.thaiopensource.relaxng.edit.Pattern
-
- com.thaiopensource.relaxng.edit.UnaryPattern
-
- Direct Known Subclasses:
ListPattern,MixedPattern,NameClassedPattern,OneOrMorePattern,OptionalPattern,ZeroOrMorePattern
public abstract class UnaryPattern extends Pattern
-
-
Constructor Summary
Constructors Constructor Description UnaryPattern(Pattern child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatterngetChild()voidsetChild(Pattern child)-
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
-
-