Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java131 int nAttrDefs = attrDefs.length; in setPropertiesFromAttributes() local
133 for (int i = 0; i < nAttrDefs; i++) in setPropertiesFromAttributes()
DXSLTElementProcessor.java370 int nAttrDefs = attrDefs.length; in setPropertiesFromAttributes() local
372 for (int i = 0; i < nAttrDefs; i++) in setPropertiesFromAttributes()
DXSLTElementDef.java581 int nAttrDefs = attrDefs.length; in getAttributeDef() local
583 for (int k = 0; k < nAttrDefs; k++) in getAttributeDef()