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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 152 java.util.List attrSets = stylesheet.getAttributeSetComposed(qname);
154 if (null != attrSets)
156 int nSets = attrSets.size();
163 (ElemAttributeSet) attrSets.get(k);
  /external/libxslt/libxslt/
attributes.c 1031 * @attrSets: the list of QNames of the attribute-sets to be applied
1034 * If @attrSets is NULL, then @inst will be used to exctract this
1036 * If both, @attrSets and @inst, are NULL, then this will do nothing.
1041 const xmlChar *attrSets)
1049 if (attrSets == NULL) {
1058 attrSets = ((xmlAttrPtr) inst)->children->content;
1061 if (attrSets == NULL) {
1072 curstr = attrSets;
transform.c     [all...]

Completed in 96 milliseconds