|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.text.MatchElement
org.pf.text.MatchGroup
public class MatchGroup
Represents a group of MatchAttributes and/or MatchGroups
| Constructor Summary | |
|---|---|
MatchGroup()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
void |
addElement(MatchElement element)
Add the specified element to the group. |
int |
elementCount()
Returns the current number of elements in this group. |
void |
ignoreCaseInName(boolean ignoreIt)
Defines whether or not the case of characters in attribute names must be ignored. |
boolean |
isGroup()
Returns always true, because this is a group. |
| Methods inherited from class org.pf.text.MatchElement |
|---|
getAnd, getNot, isAttribute, matches, setAnd, setNot |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatchGroup()
| Method Detail |
|---|
public void addElement(MatchElement element)
public boolean isGroup()
isGroup in class MatchElementpublic int elementCount()
public void ignoreCaseInName(boolean ignoreIt)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||