OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xslattribute
(Results
1 - 9
of
9
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java
426
* @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
);
ExtendedContentHandler.java
56
* @param
XSLAttribute
true if the added attribute is coming from an xsl:attribute element
65
boolean
XSLAttribute
)
ToXMLSAXHandler.java
726
* @param
XSLAttribute
true if this attribute is coming from an xsl:attribute element
735
boolean
XSLAttribute
)
ToTextSAXHandler.java
191
boolean
XSLAttribute
)
SerializerBase.java
360
* @param
XSLAttribute
true if this attribute is coming from an xsl:attriute element
369
boolean
XSLAttribute
)
374
addAttributeAlways(uri, localName, rawName, type, value,
XSLAttribute
);
389
* @param
XSLAttribute
true if this attribute is coming from an xsl:attribute element
399
boolean
XSLAttribute
)
[
all
...]
ToUnknownStream.java
263
* @param
XSLAttribute
true if this attribute is coming from an xsl:attribute element
272
boolean
XSLAttribute
)
279
m_handler.addAttribute(uri, localName, rawName, type, value,
XSLAttribute
);
[
all
...]
ToTextStream.java
524
boolean
XSLAttribute
)
ToStream.java
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java
480
XSLTElementDef
xslAttribute
= new XSLTElementDef(this,
[
all
...]
Completed in 1040 milliseconds