|
||||||||||
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
convert.relaxng.edit.MixedPattern
public class MixedPattern
Constructor Summary | |
---|---|
MixedPattern(Pattern child)
|
Method Summary | ||
---|---|---|
|
accept(PatternVisitor<T> visitor)
|
Methods inherited from class convert.relaxng.edit.UnaryPattern |
---|
getChild, setChild |
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 MixedPattern(Pattern child)
Method Detail |
---|
public <T> T accept(PatternVisitor<T> visitor)
accept
in class Pattern
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |