Uses of Class
com.avoka.component.xml.XmlDoc
-
Packages that use XmlDoc Package Description com.avoka.component.xml Provides XML integration utility classes. -
-
Uses of XmlDoc in com.avoka.component.xml
Methods in com.avoka.component.xml that return XmlDoc Modifier and Type Method Description static XmlDocDropDownListUtils. createCascadingDropdownXml(String csvSource)Create an XmlDoc object from the given CSV describing data for a cascading dropdown.Methods in com.avoka.component.xml with parameters of type XmlDoc Modifier and Type Method Description static StringDropDownListUtils. createDDListString(XmlDoc xmlDoc, String xpath, String valueElm, String labelElm)Return a Composer Drop Down (DD) List formatted string, e.g"M|Male,F|Female,O|Other".
-