|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxmltorng.document.relaxng.impl.NonEmptyPatternImpl
public abstract class NonEmptyPatternImpl
Field Summary |
---|
Fields inherited from interface xmltorng.framework.document.relaxng.NonEmptyPattern |
---|
PATTERN_ATTRIBUTE, PATTERN_DATA, PATTERN_GROUP, PATTERN_LIST, PATTERN_REF, PATTERN_TEXT, PATTERN_VALUE |
Constructor Summary | |
---|---|
NonEmptyPatternImpl()
|
Method Summary | |
---|---|
boolean |
canBeRepeated()
Implements the "oneOrMore" pattern of the grammar. |
boolean |
isEmpty()
|
void |
setBeRepeated(boolean canBeRepeated)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface xmltorng.framework.document.relaxng.NonEmptyPattern |
---|
getPatternType |
Constructor Detail |
---|
public NonEmptyPatternImpl()
Method Detail |
---|
public void setBeRepeated(boolean canBeRepeated)
public boolean isEmpty()
isEmpty
in interface Pattern
public boolean canBeRepeated()
NonEmptyPattern
canBeRepeated
in interface NonEmptyPattern
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |