Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java96 List processedDefs = new ArrayList(); in setPropertiesFromAttributes() local
123 processedDefs.add(attrDef); in setPropertiesFromAttributes()
140 if (!processedDefs.contains(attrDef)) in setPropertiesFromAttributes()
148 if (!processedDefs.contains(attrDef)) in setPropertiesFromAttributes()
DXSLTElementProcessor.java302 List processedDefs = new ArrayList(); in setPropertiesFromAttributes() local
362 processedDefs.add(attrDef); in setPropertiesFromAttributes()
379 if (!processedDefs.contains(attrDef)) in setPropertiesFromAttributes()
387 if ((!processedDefs.contains(attrDef)) && (!errorDefs.contains(attrDef))) in setPropertiesFromAttributes()