Home
last modified time | relevance | path

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

/aoo4110/main/l10ntools/source/filter/utils/
H A DXMLHelper.java139 … java.lang.String sChildType = XMLHelper.extractNodeAttribByName(aChildNode, XMLATTRIB_OOR_TYPE); in convertNodeToPropSet() local
140 if (sChildType == null) in convertNodeToPropSet()
146 sChildType = XMLHelper.getTypeForTag(sChildName); in convertNodeToPropSet()
147 if (sChildType == null) in convertNodeToPropSet()
164 if (sChildType.equals(XMLTYPE_INTEGER)) in convertNodeToPropSet()
172 if (sChildType.equals(XMLTYPE_BOOLEAN)) in convertNodeToPropSet()
180 if (sChildType.equals(XMLTYPE_STRING)) in convertNodeToPropSet()
199 if (sChildType.equals(XMLTYPE_STRINGLIST)) in convertNodeToPropSet()

Completed in 16 milliseconds