ElemExtensionDecl.java | 78 private StringVector m_functions = new StringVector(); field in class:ElemExtensionDecl 88 m_functions = v; 99 return m_functions; 115 if (null == m_functions) 118 return (String) m_functions.elementAt(i); 129 return (null != m_functions) ? m_functions.size() : 0; 260 Object [] args = {declNamespace, this.m_elements, this.m_functions, 358 this.m_functions, lang, srcURL,
|