public static class IOD.And extends IOD.Condition
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<IOD.Condition> |
childs |
id, not| Constructor and Description |
|---|
And() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(IOD.Condition child) |
boolean |
isEmpty() |
boolean |
match(Attributes attrs) |
IOD.Condition |
trim() |
id, id, notprotected final ArrayList<IOD.Condition> childs
public boolean match(Attributes attrs)
public void addChild(IOD.Condition child)
addChild in class IOD.Conditionpublic IOD.Condition trim()
trim in class IOD.Conditionpublic boolean isEmpty()
isEmpty in class IOD.ConditionCopyright © 2021. All rights reserved.