OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxImportLevel
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java
482
* @param
maxImportLevel
The maximum importCountComposed that we should consider or -1
496
int
maxImportLevel
,
552
if ( (
maxImportLevel
> -1) && (head.getImportLevel() >
maxImportLevel
) )
646
* @param
maxImportLevel
The maximum importCountComposed that we should consider or -1
660
int
maxImportLevel
, int endImportLevel,
679
if ( (
maxImportLevel
> -1) && (head.getImportLevel() >
maxImportLevel
))
683
if (head.getImportLevel()<=
maxImportLevel
- endImportLevel)
StylesheetRoot.java
777
* @param
maxImportLevel
The maximum importCountComposed that we should consider or -1
791
int
maxImportLevel
, int endImportLevel,
797
maxImportLevel
, endImportLevel,
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java
[
all
...]
Completed in 2952 milliseconds