HomeSort by relevance Sort by last modified time
    Searched refs:attrDef (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 103 XSLTAttributeDef attrDef = def.getAttributeDef(attrUri, attrLocalName);
105 if (null == attrDef)
123 processedDefs.add(attrDef);
124 attrDef.setAttrValue(handler, attrUri, attrLocalName,
135 XSLTAttributeDef attrDef = attrDefs[i];
136 String defVal = attrDef.getDefault();
140 if (!processedDefs.contains(attrDef))
142 attrDef.setDefAttrValue(handler, target);
146 if (attrDef.getRequired())
148 if (!processedDefs.contains(attrDef))
    [all...]
XSLTElementProcessor.java 319 XSLTAttributeDef attrDef = def.getAttributeDef(attrUri, attrLocalName);
321 if (null == attrDef)
343 boolean success = attrDef.setAttrValue(handler, attrUri, attrLocalName,
349 processedDefs.add(attrDef);
351 errorDefs.add(attrDef);
360 XSLTAttributeDef attrDef = attrDefs[i];
361 String defVal = attrDef.getDefault();
365 if (!processedDefs.contains(attrDef))
367 attrDef.setDefAttrValue(handler, target);
371 if (attrDef.getRequired()
    [all...]
XSLTElementDef.java 585 XSLTAttributeDef attrDef = attrDefs[k];
586 String uriDef = attrDef.getNamespace();
587 String nameDef = attrDef.getName();
592 return attrDef;
599 defaultDef = attrDef;
604 return attrDef;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 334 KeyCommonAttributes attrDef = new KeyCommonAttributes(xrp);
403 if (!attrKey.getAttributes(attrDef)) {
441 KeyCommonAttributes attrDef = new KeyCommonAttributes(xrp);
472 || !attrSkb.getAttributes(attrDef)) {
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 520 struct attrib_def *attrDef = NULL;
530 attrDef = &attrib_names[i];
534 if ((attrDef == NULL) && (service->service != NULL) &&
540 attrDef = &svc_attribs[i];
545 if (attrDef)
546 printf("Attribute Identifier : 0x%x - %s\n", attrId, attrDef->name);
551 context.attrib = attrDef;
    [all...]

Completed in 84 milliseconds