Searched refs:attrRawName (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java151 public void setForeignAttr(String attrUri, String attrLocalName, String attrRawName, String attrValue) argument
161 public void addLiteralResultAttribute(String attrUri, String attrLocalName, String attrRawName, String attrValue) argument
H A DXSLTAttributeDef.java1560 * @param attrRawName The raw name of the attribute, including possible prefix.
1568 String attrRawName, String attrValue, ElemTemplateElement elem)
1571 if(attrRawName.equals("xmlns") || attrRawName.startsWith("xmlns:"))
1597 attrRawName, attrValue };
1602 attrRawName, attrValue, elem);
1566 setAttrValue( StylesheetHandler handler, String attrUri, String attrLocalName, String attrRawName, String attrValue, ElemTemplateElement elem) argument

Completed in 78 milliseconds