HomeSort by relevance Sort by last modified time
    Searched refs:attrDef (Results 1 - 4 of 4) 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;
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 694 milliseconds