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

  /external/libxml2/
xlink.c 149 type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
xinclude.c 174 ret = xmlGetNsProp(cur, XINCLUDE_NS, name);
178 ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name);
    [all...]
tree.c     [all...]
xmlreader.c     [all...]
catalog.c     [all...]
elfgcchack.h     [all...]
  /external/libxslt/libxslt/
namespaces.c 128 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
149 resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL);
221 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
227 resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL);
xslt.c 1159 prop = xmlGetNsProp(cur, (const xmlChar *) "version", NULL);
1166 prop = xmlGetNsProp(cur, (const xmlChar *) "encoding", NULL);
1176 prop = xmlGetNsProp(cur, (const xmlChar *) "method", NULL);
1209 prop = xmlGetNsProp(cur, (const xmlChar *) "doctype-system", NULL);
1216 prop = xmlGetNsProp(cur, (const xmlChar *) "doctype-public", NULL);
1223 prop = xmlGetNsProp(cur, (const xmlChar *) "standalone", NULL);
1237 prop = xmlGetNsProp(cur, (const xmlChar *) "indent", NULL);
1251 prop = xmlGetNsProp(cur, (const xmlChar *) "omit-xml-declaration", NULL);
1266 elements = xmlGetNsProp(cur, (const xmlChar *) "cdata-section-elements",
    [all...]
imports.c 99 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
198 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
attributes.c 299 value = xmlGetNsProp(cur, (const xmlChar *)"name", NULL);
409 value = xmlGetNsProp(cur, (const xmlChar *)"use-attribute-sets",
xsltutils.c 68 * Similar to xmlGetNsProp() but with a slightly different semantic
153 * Similar to xmlGetNsProp() but with a slightly different semantic
177 * TODO: Substitute xmlGetProp() for xmlGetNsProp(), since the former
441 prop = xmlGetNsProp(inst, (const xmlChar *)"terminate", NULL);
    [all...]
  /external/libxml2/include/libxml/
tree.h 991 xmlGetNsProp (xmlNodePtr node,
    [all...]

Completed in 122 milliseconds