Home
last modified time | relevance | path

Searched refs:m_avts (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java103 if (null != m_avts) in compose()
105 int nAttrs = m_avts.size(); in compose()
109 AVT avt = (AVT) m_avts.get(i); in compose()
121 private List m_avts = null; field in ElemLiteralResult
135 if (null == m_avts) in addLiteralResultAttribute()
136 m_avts = new ArrayList(); in addLiteralResultAttribute()
138 m_avts.add(avt); in addLiteralResultAttribute()
193 if (null != m_avts) in getLiteralResultAttributeNS()
195 int nAttrs = m_avts.size(); in getLiteralResultAttributeNS()
199 AVT avt = (AVT) m_avts.get(i); in getLiteralResultAttributeNS()
[all …]