Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemElement.java57 protected AVT m_name_avt = null; field in ElemElement
69 m_name_avt = v; in setName()
82 return m_name_avt; in getName()
134 if(null != m_name_avt) in compose()
135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
210 String nodeName = m_name_avt == null ? null : m_name_avt.evaluate(xctxt, sourceNode, this); in execute()
216 if ((nodeName != null) && (!m_name_avt.isSimple()) && (!XML11Char.isXML11ValidQName(nodeName))) in execute()
362 if(null != m_name_avt) in callChildVisitors()
363 m_name_avt.callVisitors(visitor); in callChildVisitors()