Searched refs:optionNode (Results 1 – 1 of 1) sorted by relevance
46 final XMLElement optionNode = parent.element("option"); in writeOptions() local47 optionNode.attr("required", String.valueOf(o.option.required())); in writeOptions()48 optionNode.attr("multiple", in writeOptions()50 optionNode.element("usage").text(o.getNameAndMeta(null)); in writeOptions()51 optionNode.element("description").text(o.option.usage()); in writeOptions()