/external/libxslt/libxslt/ |
namespaces.h | 35 XSLTPUBFUN xmlNsPtr XSLTCALL 38 xmlNsPtr ns, 40 XSLTPUBFUN xmlNsPtr XSLTCALL 43 xmlNsPtr ns, 45 XSLTPUBFUN xmlNsPtr XSLTCALL 51 XSLTPUBFUN xmlNsPtr XSLTCALL 54 xmlNsPtr ns); 55 XSLTPUBFUN xmlNsPtr XSLTCALL 58 xmlNsPtr cur);
|
namespaces.c | 97 xmlNsPtr literalNs = NULL; 98 xmlNsPtr targetNs = NULL; 336 xmlNsPtr 341 xmlNsPtr ns; 633 xmlNsPtr 634 xsltGetNamespace(xsltTransformContextPtr ctxt, xmlNodePtr cur, xmlNsPtr ns, 677 xmlNsPtr dflt; 706 xmlNsPtr 708 xmlNsPtr ns, xmlNodePtr out) 732 * Returns: a new xmlNsPtr, or NULL in case of error [all...] |
templates.h | 26 xmlNsPtr *nsList, 52 xmlNsPtr *nsList);
|
templates.c | 57 xmlNsPtr *nsList, int nsNr) { 61 xmlNsPtr *oldNamespaces; 117 int nsNr, xmlNsPtr *nsList) { 124 xmlNsPtr *oldNamespaces; 262 xmlNsPtr *nsList = NULL; 621 xmlNsPtr origNs = NULL, copyNs = NULL;
|
xsltInternals.h | 291 xmlNsPtr *inheritedNs;/* inherited non-excluded namespaces */ 357 xmlNsPtr *nsList; /* the namespaces in scope */ 522 xmlNsPtr *list; 1200 xmlNsPtr literalNs; 1201 xmlNsPtr targetNs; 1214 xmlNsPtr ns; /* the xmlNs structure holding the XML namespace name */ [all...] |
xslt.c | 473 xmlNsPtr ns, 1058 xmlNsPtr cur; 1059 xmlNsPtr *ret = NULL; 1088 (xmlNsPtr *) xmlMalloc((maxns + 1) * 1089 sizeof(xmlNsPtr)); 1108 ret = (xmlNsPtr *) xmlRealloc(ret, 1111 sizeof(xmlNsPtr)); [all...] |
transform.c | 85 static xmlNsPtr 86 xsltCopyNamespaceListInternal(xmlNodePtr node, xmlNsPtr cur); 1007 xmlNsPtr ns; 1087 xmlNsPtr origNs = NULL, copyNs = NULL; [all...] |
attrvt.c | 46 xmlNsPtr *nsList;
|
functions.c | 478 if ((((xmlNsPtr) xpctxt->node)->next != NULL) && 479 (((xmlNsPtr) xpctxt->node)->next->type == XML_ELEMENT_NODE)) 481 tmpNode = (xmlNodePtr) ((xmlNsPtr) xpctxt->node)->next; 836 xmlNsPtr ns;
|
variables.c | 271 if ((((xmlNsPtr) cur)->next != NULL) && 272 (((xmlNsPtr) cur)->next->type == XML_ELEMENT_NODE)) 274 cur = (xmlNodePtr) ((xmlNsPtr) cur)->next; 825 xmlNsPtr *oldXPNamespaces; 1062 xmlNsPtr *oldXPNamespaces; [all...] |
xsltutils.c | 86 xmlNsPtr ns; 170 xmlNsPtr ns; 775 xmlNsPtr ns; 849 xmlNsPtr ns; 970 xmlNsPtr *oldNamespaces; [all...] |
/external/libxml2/include/libxml/ |
tree.h | 349 typedef xmlNs *xmlNsPtr; 562 * Returns an xmlNsPtr or NULL in case of an error. 564 typedef xmlNsPtr (*xmlDOMWrapAcquireNsFunction) (xmlDOMWrapCtxtPtr ctxt, 586 * Use this one to acquire an xmlNsPtr intended for node->ns. 721 XMLPUBFUN xmlNsPtr XMLCALL 726 XMLPUBFUN xmlNsPtr XMLCALL 731 xmlFreeNs (xmlNsPtr cur); 733 xmlFreeNsList (xmlNsPtr cur); 751 xmlNsPtr ns, 756 xmlNsPtr ns [all...] |
xpath.h | 307 xmlNsPtr *namespaces; /* Array of namespaces */ 337 xmlNsPtr *tmpNsList; /* Array of namespaces */
|
SAX.h | 136 XMLPUBFUN xmlNsPtr XMLCALL
|
xpathInternals.h | 510 xmlNsPtr ns); 623 XMLPUBFUN void XMLCALL xmlXPathNodeSetFreeNs(xmlNsPtr ns);
|
valid.h | 372 xmlNsPtr ns,
|
/external/libxml2/ |
c14n.c | 47 xmlNsPtr *nsTab; /* array of ns in no particular order */ 75 xmlNsPtr ns, 83 xmlNsPtr ns); 85 xmlNsPtr ns, 259 ns.next = (xmlNsPtr)parent->parent; 261 ns.next = (xmlNsPtr)parent; 294 memset(cur->nsTab, 0, cur->nsMax * sizeof(xmlNsPtr)); 307 xmlC14NVisibleNsStackAdd(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlNodePtr node) { 316 cur->nsTab = (xmlNsPtr*) xmlMalloc(XML_NAMESPACES_DEFAULT * sizeof(xmlNsPtr)); [all...] |
tree.c | 52 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns); 716 xmlNsPtr 718 xmlNsPtr cur; 729 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); 750 xmlNsPtr prev = node->nsDef; 779 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { 797 xmlFreeNs(xmlNsPtr cur) { 817 xmlFreeNsList(xmlNsPtr cur) { 818 xmlNsPtr next [all...] |
xlink.c | 156 xmlNsPtr xlink;
|
xmlreader.c | 343 xmlFreeNsList((xmlNsPtr) cur); 423 xmlFreeNs((xmlNsPtr) cur); [all...] |
xpath.c | 204 static xmlNsPtr xmlXPathXMLNamespace = &xmlXPathXMLNamespaceStruct; [all...] |
debugXML.c | 93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) 95 xmlNsPtr cur; 130 xmlNsPtr oldNs = ((xmlDocPtr) node)->oldNs; 197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) 336 xmlNsPtr ns; 714 xmlCtxtDumpNamespace(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) 751 xmlCtxtDumpNamespaceList(xmlDebugCtxtPtr ctxt, xmlNsPtr ns) 994 xmlCtxtDumpNamespace(ctxt, (xmlNsPtr) node); [all...] |
legacy.c | 678 xmlNsPtr [all...] |
xmlsave.c | 500 void xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur); 512 xmlNsDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) { 538 xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) { 865 xmlNsDumpOutput(buf, (xmlNsPtr) cur); [all...] |
SAX2.c | 1073 xmlNsPtr namespace; 1133 xmlNsPtr nsret; [all...] |