|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconvert.relaxng.edit.SourceObject
convert.relaxng.edit.Annotated
convert.relaxng.edit.Pattern
convert.relaxng.edit.UnaryPattern
public abstract class UnaryPattern
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 |
---|
public UnaryPattern(Pattern child)
Method Detail |
---|
public Pattern getChild()
public void setChild(Pattern child)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |