|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.chaperon.model.pattern.Pattern
net.sourceforge.chaperon.model.pattern.PatternList
net.sourceforge.chaperon.model.pattern.PatternGroup
public class PatternGroup
This class represents a special marked concatenation of pattern elements. This group is used get parts of the matched pattern.
Constructor Summary | |
---|---|
PatternGroup()
Creates a pattern for a group. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Create a clone of this pattern. |
java.lang.String |
toString()
Return a string representation of this pattern |
Violations |
validate()
Validates this pattern. |
Methods inherited from class net.sourceforge.chaperon.model.pattern.PatternList |
---|
addPattern, addPattern, getPattern, getPattern, getPatternCount |
Methods inherited from class net.sourceforge.chaperon.model.pattern.Pattern |
---|
getLocation, getMaxOccurs, getMaxOccursAsString, getMinOccurs, getMinOccursAsString, setLocation, setMaxOccurs, setMaxOccursAsString, setMinOccurs, setMinOccursAsString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PatternGroup()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Pattern
java.lang.CloneNotSupportedException
- If an exception occurs during the cloning.public Violations validate()
validate
in class Pattern
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |