HomeSort by relevance Sort by last modified time
    Searched full:attributesetsnames (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 136 * @param attributeSetsNames List of attribute sets names to apply
141 TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[])
145 if (null != attributeSetsNames)
147 int nNames = attributeSetsNames.length;
151 QName qname = attributeSetsNames[i];

Completed in 60 milliseconds