/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ParseRDF.java | 161 private static void rdf_NodeElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, in rdf_NodeElement() argument 164 int nodeTerm = getRDFTermKind (xmlNode); in rdf_NodeElement() 176 rdf_NodeElementAttrs (xmp, xmpParent, xmlNode, isTopLevel); in rdf_NodeElement() 177 rdf_PropertyElementList (xmp, xmpParent, xmlNode, isTopLevel); in rdf_NodeElement() 204 private static void rdf_NodeElementAttrs(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, in rdf_NodeElementAttrs() argument 210 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++) in rdf_NodeElementAttrs() 212 Node attribute = xmlNode.getAttributes().item(i); in rdf_NodeElementAttrs() 361 private static void rdf_PropertyElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, in rdf_PropertyElement() argument 364 int nodeTerm = getRDFTermKind (xmlNode); in rdf_PropertyElement() 371 NamedNodeMap attributes = xmlNode.getAttributes(); in rdf_PropertyElement() [all …]
|
/external/libxml2/include/libxml/ |
D | tree.h | 487 typedef struct _xmlNode xmlNode; typedef 488 typedef xmlNode *xmlNodePtr; 914 xmlGetLineNo (const xmlNode *node); 917 xmlGetNodePath (const xmlNode *node); 922 xmlGetLastChild (const xmlNode *parent); 924 xmlNodeIsText (const xmlNode *node); 926 xmlIsBlankNode (const xmlNode *node); 998 const xmlNode *node); 1026 xmlGetNoNsProp (const xmlNode *node, 1029 xmlGetProp (const xmlNode *node, [all …]
|
D | valid.h | 418 xmlValidGetValidElements(xmlNode *prev, 419 xmlNode *next,
|
/external/libxml2/doc/examples/ |
D | tree1.c | 31 print_element_names(xmlNode * a_node) in print_element_names() 33 xmlNode *cur_node = NULL; in print_element_names() 54 xmlNode *root_element = NULL; in main()
|
/external/skia/experimental/svg/model/ |
D | SkSVGDOM.cpp | 361 void parse_node_attributes(const SkDOM& xmlDom, const SkDOM::Node* xmlNode, in parse_node_attributes() argument 364 SkDOM::AttrIter attrIter(xmlDom, xmlNode); in parse_node_attributes() 376 const SkDOM::Node* xmlNode) { in construct_svg_node() argument 377 const char* elem = dom.getName(xmlNode); in construct_svg_node() 378 const SkDOM::Type elemType = dom.getType(xmlNode); in construct_svg_node() 381 SkASSERT(dom.countChildren(xmlNode) == 0); in construct_svg_node() 400 parse_node_attributes(dom, xmlNode, node, ctx.fIDMapper); in construct_svg_node() 403 for (auto* child = dom.getFirstChild(xmlNode, nullptr); child; in construct_svg_node()
|
/external/libxml2/ |
D | tree.c | 1676 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() 1678 const xmlNode *node = list; in xmlNodeListGetString() 1766 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString() 1768 const xmlNode *node = list; in xmlNodeListGetRawString() 2177 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewDocPI() 2182 memset(cur, 0, sizeof(xmlNode)); in xmlNewDocPI() 2239 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNode() 2244 memset(cur, 0, sizeof(xmlNode)); in xmlNewNode() 2281 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNodeEatName() 2287 memset(cur, 0, sizeof(xmlNode)); in xmlNewNodeEatName() [all …]
|
D | valid.c | 5424 tmp = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlValidateElementContent() 6990 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, in xmlValidGetValidElements() 6998 xmlNode *ref_node; in xmlValidGetValidElements() 6999 xmlNode *parent; in xmlValidGetValidElements() 7000 xmlNode *test_node; in xmlValidGetValidElements() 7002 xmlNode *prev_next; in xmlValidGetValidElements() 7003 xmlNode *next_prev; in xmlValidGetValidElements() 7004 xmlNode *parent_childs; in xmlValidGetValidElements() 7005 xmlNode *parent_last; in xmlValidGetValidElements()
|
D | testapi.c | 18603 static xmlNode * gen_const_xmlNode_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_xmlNode_ptr() 18606 static void des_const_xmlNode_ptr(int no ATTRIBUTE_UNUSED, const xmlNode * val ATTRIBUTE_UNUSED, in… in des_const_xmlNode_ptr() 18617 xmlNode * cur; /* the node being read */ in test_xmlBufGetNodeContent() 18626 ret_val = xmlBufGetNodeContent(buf, (const xmlNode *)cur); in test_xmlBufGetNodeContent() 18630 des_const_xmlNode_ptr(n_cur, (const xmlNode *)cur, 1); in test_xmlBufGetNodeContent() 20667 xmlNode * parent; /* the parent node */ in test_xmlGetLastChild() 20674 ret_val = xmlGetLastChild((const xmlNode *)parent); in test_xmlGetLastChild() 20677 des_const_xmlNode_ptr(n_parent, (const xmlNode *)parent, 0); in test_xmlGetLastChild() 20699 xmlNode * node; /* valid node */ in test_xmlGetLineNo() 20706 ret_val = xmlGetLineNo((const xmlNode *)node); in test_xmlGetLineNo() [all …]
|
D | SAX2.c | 1863 ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlSAX2TextNode() 1869 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2TextNode() 2259 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2StartElementNs()
|
D | relaxng.c | 3784 xmlNode node; in xmlRelaxNGCompareNameClasses()
|
D | NEWS | 259 Python bindings: DOM casts everything to xmlNode (Alexey Neyman),
|
D | ChangeLog | 6450 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as 14434 added accessors needed for xmlNode, a bit more testing and 17786 like namespaces for good. Unified xmlNs and xmlNode somewhat. 19602 xmlDoc and xmlNode (for Corba export).
|
/external/libxml2/doc/ |
D | structure.fig | 231 4 0 0 0 0 14 16 0.0000 4 150 1050 1275 2025 xmlNode\001
|
/external/libxml2/python/ |
D | TODO | 28 + make specific node type inherit from xmlNode
|
D | libxml.py | 577 return xmlNode(_obj=o) 592 return xmlNode(_obj=o)
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlElement.cpp | 87 xmlChar *pucXmlValue = xmlGetProp((xmlNode *)_pXmlElement, (const xmlChar *)name.c_str()); in getAttribute()
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 496 * xmlNode: 500 d xmlNode ds based(xmlNodePtr)
|
/external/libxml2/doc/html/ |
D | index.sgml | 520 <ANCHOR id="xmlNode" href="libxml/libxml-tree.html#xmlNode">
|