Home
last modified time | relevance | path

Searched refs:subSection (Results 1 – 1 of 1) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java420 XMLPackageDescription subSection; in parse() local
436 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 …]