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

  /external/libxml2/include/libxml/
tree.h 62 * 1) xmlNs gets an additional field @context (a xmlDoc)
63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
378 * xmlNs:
387 typedef struct _xmlNs xmlNs;
388 typedef xmlNs *xmlNsPtr;
444 xmlNs *ns; /* pointer to the associated namespace */
501 xmlNs *ns; /* pointer to the associated namespace */
504 xmlNs *nsDef; /* namespace definitions on this node */
599 * A function called to acquire namespaces (xmlNs) from the wrapper.
    [all...]
  /external/libxml2/
c14n.c 261 xmlNs ns;
427 * if the default namespace xmlns="" is not defined yet then
460 * if the default namespace xmlns="" is not defined yet then
551 xmlOutputBufferWriteString(ctx->buf, " xmlns:");
555 xmlOutputBufferWriteString(ctx->buf, " xmlns=");
585 * by xmlns="" if and only if the following conditions are met:
590 * The latter condition eliminates unnecessary occurrences of xmlns="" in
591 * the canonical form since an element only receives an xmlns="" if its
655 * xmlns="" if and only if the following conditions are met:
662 static xmlNs ns_default
    [all...]
tree.c 757 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
762 memset(cur, 0, sizeof(xmlNs));
    [all...]
xpath.c 551 static xmlNs xmlXPathXMLNamespaceStruct = {
    [all...]
relaxng.c     [all...]
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 125 xmlNs* qemu_ns{xmlNewNs(
  /external/libxml2/python/
libxml.py 501 freeNsList() method on the returns xmlNs object.
506 __tmp = xmlNs(_obj=ret)
583 return xmlNs(_obj=o)
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 357 milliseconds