Searched defs:xslAttribute (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java426 * @param xslAttribute true if this attribute is from an xsl:attribute,
436 boolean xslAttribute)
441 boolean was_added = addAttributeAlways(uri, localName, rawName, type, value, xslAttribute);
451 if (was_added && !xslAttribute && !rawName.startsWith("xmlns"))
468 addAttributeAlways(uri, localName, rawName, type, value, xslAttribute);
430 addAttribute( String uri, String localName, String rawName, String type, String value, boolean xslAttribute) argument
H A DToStream.java3004 * @param xslAttribute true if this attribute is coming from an xsl:attribute element.
3015 boolean xslAttribute)
3048 if (xslAttribute)
3009 addAttributeAlways( String uri, String localName, String rawName, String type, String value, boolean xslAttribute) argument

Completed in 270 milliseconds