Uses of Class
org.exoplatform.xml.object.XMLField
-
Packages that use XMLField Package Description org.exoplatform.xml.object -
-
Uses of XMLField in org.exoplatform.xml.object
Methods in org.exoplatform.xml.object that return XMLField Modifier and Type Method Description XMLFieldXMLObject. getField(String name)Methods in org.exoplatform.xml.object that return types with arguments of type XMLField Modifier and Type Method Description Iterator<XMLField>XMLObject. getFieldIterator()Collection<XMLField>XMLObject. getFields()Methods in org.exoplatform.xml.object with parameters of type XMLField Modifier and Type Method Description voidXMLObject. addField(XMLField field)Method parameters in org.exoplatform.xml.object with type arguments of type XMLField Modifier and Type Method Description voidXMLObject. setFields(Collection<XMLField> fields)voidXMLObject. setFields(Map<String,XMLField> fields)
-