|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrelaxngcc.grammar.Pattern
relaxngcc.grammar.BinaryPattern
public abstract class BinaryPattern
Field Summary | |
---|---|
Pattern |
p1
|
Pattern |
p2
|
Constructor Summary | |
---|---|
BinaryPattern(Pattern _p1,
Pattern _p2)
|
Method Summary | |
---|---|
Pattern[] |
getChildPatterns()
Gets all the child patterns of this combinor. |
Methods inherited from class relaxngcc.grammar.Pattern |
---|
apply |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Pattern p1
public final Pattern p2
Constructor Detail |
---|
public BinaryPattern(Pattern _p1, Pattern _p2)
Method Detail |
---|
public Pattern[] getChildPatterns()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |