Searched refs:subSection (Results 1 – 1 of 1) sorted by relevance
420 XMLPackageDescription subSection; in parse() local436 subSection = section.getElement("sortkey"); in parse()437 if (subSection != null) { in parse()438 String sort = subSection.getValue(); in parse()442 subSection = section.getElement("default"); in parse()443 if (subSection != null) { in parse()444 String defaultValue = subSection.getValue(); in parse()449 subSection = section.getElement("showinuserinstall"); in parse()450 if (subSection != null) { in parse()451 String showInUserInstallValue = subSection.getValue(); in parse()[all …]