HomeSort by relevance Sort by last modified time
    Searched refs:xmlNs (Results 1 - 7 of 7) 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 260 xmlNs ns;
426 * if the default namespace xmlns="" is not defined yet then
459 * if the default namespace xmlns="" is not defined yet then
548 xmlOutputBufferWriteString(ctx->buf, " xmlns:");
552 xmlOutputBufferWriteString(ctx->buf, " xmlns=");
577 * by xmlns="" if and only if the following conditions are met:
582 * The latter condition eliminates unnecessary occurrences of xmlns="" in
583 * the canonical form since an element only receives an xmlns="" if its
647 * xmlns="" if and only if the following conditions are met:
654 static xmlNs ns_default
    [all...]
tree.c 751 cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
756 memset(cur, 0, sizeof(xmlNs));
    [all...]
xpath.c 562 static xmlNs xmlXPathXMLNamespaceStruct = {
    [all...]
relaxng.c     [all...]
  /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 239 milliseconds