Searched defs:startNames (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/xml/
H A DMiniXmlParser.java569 * Otherwise we could be fooled by a sub-element with the same name as an outer element Multiple startNames are
576 private boolean skipToButNotPast(String endName, String... startNames) argument
581 for (String s : startNames) {

Completed in 275 milliseconds