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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java448 * @param xslAttribute true if this attribute is from an xsl:attribute,
458 boolean xslAttribute)
463 boolean was_added = addAttributeAlways(uri, localName, rawName, type, value, xslAttribute);
473 if (was_added && !xslAttribute && !rawName.startsWith("xmlns"))
490 addAttributeAlways(uri, localName, rawName, type, value, xslAttribute);
452 addAttribute( String uri, String localName, String rawName, String type, String value, boolean xslAttribute) argument
H A DToStream.java2789 * @param xslAttribute true if this attribute is coming from an xsl:attribute element.
2800 boolean xslAttribute)
2834 if (xslAttribute)
2794 addAttributeAlways( String uri, String localName, String rawName, String type, String value, boolean xslAttribute) argument

Completed in 37 milliseconds