Searched refs:getInclude (Results 1 – 7 of 7) sorted by relevance
54 public List<String> getInclude() { in getInclude() method in XmlPackage109 if (getInclude().isEmpty() && getExclude().isEmpty()) { in toXml()114 for (String m : getInclude()) { in toXml()
652 m_currentPackage.getInclude().add(name); in xmlInclude()
284 Stylesheet included = including.getInclude(i); in recomposeIncludes()
528 public Stylesheet getInclude(int i) throws ArrayIndexOutOfBoundsException in getInclude() method in Stylesheet1398 getInclude(j).callVisitors(visitor); in callChildVisitors()
422 Stylesheet included = stylesheet.getInclude(i); in addImports()
227 generateIncludeExclude(sb, sp, "includes", p.getInclude()); in toYaml()
218 pkg.getInclude().addAll(Arrays.asList(included)); in addPackage()