Searched refs:attrSets (Results 1 – 5 of 5) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemUse.java | 152 java.util.List attrSets = stylesheet.getAttributeSetComposed(qname); in applyAttrSets() local 154 if (null != attrSets) in applyAttrSets() 156 int nSets = attrSets.size(); in applyAttrSets() 163 (ElemAttributeSet) attrSets.get(k); in applyAttrSets()
|
/external/libxslt/libxslt/ |
D | attributes.c | 1041 const xmlChar *attrSets) in xsltApplyAttributeSet() argument 1049 if (attrSets == NULL) { in xsltApplyAttributeSet() 1058 attrSets = ((xmlAttrPtr) inst)->children->content; in xsltApplyAttributeSet() 1061 if (attrSets == NULL) { in xsltApplyAttributeSet() 1072 curstr = attrSets; in xsltApplyAttributeSet()
|
D | transform.c | 4027 xmlChar *attrSets = NULL; in xsltElement() local 4032 attrSets = xsltEvalAttrValueTemplate(ctxt, inst, in xsltElement() 4034 if (attrSets != NULL) { in xsltElement() 4035 xsltApplyAttributeSet(ctxt, node, inst, attrSets); in xsltElement() 4036 xmlFree(attrSets); in xsltElement()
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | attributes.c | 1041 const xmlChar *attrSets) in xsltApplyAttributeSet() argument 1049 if (attrSets == NULL) { in xsltApplyAttributeSet() 1058 attrSets = ((xmlAttrPtr) inst)->children->content; in xsltApplyAttributeSet() 1061 if (attrSets == NULL) { in xsltApplyAttributeSet() 1072 curstr = attrSets; in xsltApplyAttributeSet()
|
D | transform.c | 4027 xmlChar *attrSets = NULL; in xsltElement() local 4032 attrSets = xsltEvalAttrValueTemplate(ctxt, inst, in xsltElement() 4034 if (attrSets != NULL) { in xsltElement() 4035 xsltApplyAttributeSet(ctxt, node, inst, attrSets); in xsltElement() 4036 xmlFree(attrSets); in xsltElement()
|