Home | History | Annotate | Download | only in templates

Lines Matching refs:QName

26 import org.apache.xml.utils.QName;
40 * name %qname; #REQUIRED
130 protected QName m_qname;
136 * value of the name attribute is a QName, which is expanded
138 * @see <a href="http://www.w3.org/TR/xslt#qname">qname in XSLT Specification</a>
142 public void setName(QName v)
151 * value of the name attribute is a QName, which is expanded
153 * @see <a href="http://www.w3.org/TR/xslt#qname">qname in XSLT Specification</a>
157 public QName getName()