Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetComposed.java175 private int m_endImportCountComposed; field in StylesheetComposed
196 m_endImportCountComposed += count; in recomposeImports()
198 m_endImportCountComposed += this.getImport(--count).getEndImportCountComposed(); in recomposeImports()
207 m_endImportCountComposed += imports; in recomposeImports()
209m_endImportCountComposed +=getIncludeComposed(count).getImport(--imports).getEndImportCountCompose… in recomposeImports()
256 return m_endImportCountComposed; in getEndImportCountComposed()