public abstract static class IOD.Condition extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected boolean |
not |
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(IOD.Condition child) |
String |
id() |
IOD.Condition |
id(String id) |
boolean |
isEmpty() |
abstract boolean |
match(Attributes attrs) |
IOD.Condition |
not() |
IOD.Condition |
trim() |
public Condition()
public IOD.Condition id(String id)
public final IOD.Condition not()
public abstract boolean match(Attributes attrs)
public void addChild(IOD.Condition child)
public IOD.Condition trim()
public boolean isEmpty()
Copyright © 2017 dcm4che.org. All rights reserved.