convert.relaxng.edit
Class UnaryPattern

java.lang.Object
  extended by convert.relaxng.edit.SourceObject
      extended by convert.relaxng.edit.Annotated
          extended by convert.relaxng.edit.Pattern
              extended by convert.relaxng.edit.UnaryPattern
All Implemented Interfaces:
ParsedPattern
Direct Known Subclasses:
ListPattern, MixedPattern, NameClassedPattern, OneOrMorePattern, OptionalPattern, ZeroOrMorePattern

public abstract class UnaryPattern
extends Pattern


Constructor Summary
UnaryPattern(Pattern child)
           
 
Method Summary
 Pattern getChild()
           
 void setChild(Pattern child)
           
 
Methods inherited from class convert.relaxng.edit.Pattern
accept
 
Methods inherited from class convert.relaxng.edit.Annotated
attributeAnnotationsAccept, childElementAnnotationsAccept, followingElementAnnotationsAccept, getAttributeAnnotation, getAttributeAnnotations, getChildElementAnnotations, getContext, getFollowingElementAnnotations, getLeadingComments, leadingCommentsAccept, mayContainText, setContext
 
Methods inherited from class convert.relaxng.edit.SourceObject
getSourceLocation, setSourceLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnaryPattern

public UnaryPattern(Pattern child)
Method Detail

getChild

public Pattern getChild()

setChild

public void setChild(Pattern child)