public abstract class CompoundMatcher extends Object implements Matcher
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashSet<Matcher> |
children |
| Constructor and Description |
|---|
CompoundMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Matcher child) |
Iterator<Matcher> |
childIterator() |
protected void |
clear() |
boolean |
equals(Object o) |
Collection<Matcher> |
getChildren() |
int |
hashCode() |
int |
maxChildren() |
protected int |
numberChildren() |
protected void |
removeChild(Matcher child) |
String |
toString() |
void |
writeChildrenXML(XMLOutput xmlOutput) |
protected LinkedHashSet<Matcher> children
protected int numberChildren()
public void addChild(Matcher child)
protected void removeChild(Matcher child)
protected void clear()
public Collection<Matcher> getChildren()
public void writeChildrenXML(XMLOutput xmlOutput) throws IOException
IOExceptionpublic int maxChildren()
Copyright © 2003–2015. All rights reserved.