OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countdomelements
(Results
1 - 1
of
1
) sorted by null
/libcore/benchmarks/src/benchmarks/
XmlParseBenchmark.java
109
elementCount +=
countDomElements
(document.getDocumentElement());
114
private int
countDomElements
(Node node) {
120
result +=
countDomElements
(node.getFirstChild());
Completed in 25 milliseconds