HomeSort by relevance Sort by last modified time
    Searched refs:stylePrefix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxslt/libxslt/
namespaces.c 96 xmlChar *stylePrefix = NULL;
128 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
129 if (stylePrefix == NULL) {
134 if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default"))
137 literalNs = xmlSearchNs(node->doc, node, stylePrefix);
142 stylePrefix);
164 stylePrefix);
221 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
222 if (stylePrefix == NULL) {
234 if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default"))
    [all...]
  /external/libxslt/libxslt/
namespaces.c 96 xmlChar *stylePrefix = NULL;
128 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
129 if (stylePrefix == NULL) {
134 if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default"))
137 literalNs = xmlSearchNs(node->doc, node, stylePrefix);
142 stylePrefix);
164 stylePrefix);
221 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
222 if (stylePrefix == NULL) {
234 if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default"))
    [all...]

Completed in 3316 milliseconds