Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java337 int includedCount = imported.getIncludeCountComposed(); in recompose() local
338 for (int j = -1; j < includedCount; j++) in recompose()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1208 int includedCount = imported.getIncludeCountComposed(); in transformNode() local
1210 for (int j = -1; j < includedCount; j++) in transformNode()