Searched refs:m_includes (Results 1 – 3 of 3) sorted by relevance
25 boolean hasElements = hasElements(m_includes); in toXml()29 for (String s : m_includes) { in toXml()39 private List<String> m_includes = Lists.newArrayList(); field in XmlDefine43 m_includes.add(name); in onElement()47 return m_includes; in getIncludes()
15 boolean hasElements = hasElements(m_excludes) || hasElements(m_includes); in toXml()19 for (String s : m_includes) { in toXml()43 private List<String> m_includes = Lists.newArrayList(); field in XmlRun46 return m_includes; in getIncludes()51 m_includes.add(name); in onInclude()
501 private Vector m_includes; field in Stylesheet512 if (null == m_includes) in setInclude()513 m_includes = new Vector(); in setInclude()515 m_includes.addElement(v); in setInclude()531 if (null == m_includes) in getInclude()534 return (Stylesheet) m_includes.elementAt(i); in getInclude()545 return (null != m_includes) ? m_includes.size() : 0; in getIncludeCount()