Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java130 XSLTAttributeDef[] attrDefs = def.getAttributes(); in setPropertiesFromAttributes() local
131 int nAttrDefs = attrDefs.length; in setPropertiesFromAttributes()
135 XSLTAttributeDef attrDef = attrDefs[i]; in setPropertiesFromAttributes()
DXSLTElementProcessor.java369 XSLTAttributeDef[] attrDefs = def.getAttributes(); in setPropertiesFromAttributes() local
370 int nAttrDefs = attrDefs.length; in setPropertiesFromAttributes()
374 XSLTAttributeDef attrDef = attrDefs[i]; in setPropertiesFromAttributes()
DXSLTElementDef.java580 XSLTAttributeDef[] attrDefs = getAttributes(); in getAttributeDef() local
581 int nAttrDefs = attrDefs.length; in getAttributeDef()
585 XSLTAttributeDef attrDef = attrDefs[k]; in getAttributeDef()