OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 2615 milliseconds