Searched refs:countAll (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassSyntax.java461 length = cpool.countAll(XMLKit.elementFilter(cpTagNames));
H A DXMLKit.java209 * //countAll is the same as findAll but with null sink
210 * int countAll(Filter)
1611 public int countAll(Filter f) { method in class:XMLKit.Element
1616 return countAll(elementFilter());
1620 return countAll(elementFilter(name));
1624 return countAll(attrFilter(name));
1628 return countAll(attrFilter(key, value));

Completed in 54 milliseconds