Searched refs:firstAttr (Results 1 – 1 of 1) sorted by relevance
306 Attribute firstAttr = attrs.get(0); in Section() local307 if ("Name".equalsIgnoreCase(firstAttr.getName())) { in Section()308 sectionName = firstAttr.getValue(); in Section()