Home
last modified time | relevance | path

Searched refs:stylePrefix (Results 1 – 2 of 2) sorted by relevance

/external/libxslt/libxslt/
Dnamespaces.c96 xmlChar *stylePrefix = NULL; in xsltNamespaceAlias() local
128 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL); in xsltNamespaceAlias()
129 if (stylePrefix == NULL) { in xsltNamespaceAlias()
134 if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default")) in xsltNamespaceAlias()
137 literalNs = xmlSearchNs(node->doc, node, stylePrefix); in xsltNamespaceAlias()
142 stylePrefix); in xsltNamespaceAlias()
164 stylePrefix); in xsltNamespaceAlias()
221 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL); in xsltNamespaceAlias()
222 if (stylePrefix == NULL) { in xsltNamespaceAlias()
234 if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default")) { in xsltNamespaceAlias()
[all …]
/external/webkit/Source/WebCore/editing/
Dmarkup.cpp305 DEFINE_STATIC_LOCAL(const String, stylePrefix, (" style=\"")); in appendElement()
306 append(out, stylePrefix); in appendElement()