Home | History | Annotate | Download | only in templates

Lines Matching refs:QName

30 import org.apache.xml.utils.QName;
48 private QName m_attributeSetsNames[] = null;
56 * sets. Each name is specified as a QName, which is expanded as
66 m_attributeSetsNames = new QName[n];
70 m_attributeSetsNames[i] = (QName) v.elementAt(i);
80 * sets. Each name is specified as a QName, which is expanded as
85 public void setUseAttributeSets(QName[] v)
98 * sets. Each name is specified as a QName, which is expanded as
103 public QName[] getUseAttributeSets()
141 TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[])
151 QName qname = attributeSetsNames[i];
152 java.util.List attrSets = stylesheet.getAttributeSetComposed(qname);
172 new Object[] {qname}),this);