Home
last modified time | relevance | path

Searched refs:xmlNode (Results 1 – 18 of 18) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java161 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/
Dtree.h487 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 …]
Dvalid.h418 xmlValidGetValidElements(xmlNode *prev,
419 xmlNode *next,
/external/libxml2/doc/examples/
Dtree1.c31 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/
DSkSVGDOM.cpp361 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/
Dtree.c1676 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 …]
Dvalid.c5424 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()
Dtestapi.c18603 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 …]
DSAX2.c1863 ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlSAX2TextNode()
1869 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2TextNode()
2259 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2StartElementNs()
Drelaxng.c3784 xmlNode node; in xmlRelaxNGCompareNameClasses()
DNEWS259 Python bindings: DOM casts everything to xmlNode (Alexey Neyman),
DChangeLog6450 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/
Dstructure.fig231 4 0 0 0 0 14 16 0.0000 4 150 1050 1275 2025 xmlNode\001
/external/libxml2/python/
DTODO28 + make specific node type inherit from xmlNode
Dlibxml.py577 return xmlNode(_obj=o)
592 return xmlNode(_obj=o)
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp87 xmlChar *pucXmlValue = xmlGetProp((xmlNode *)_pXmlElement, (const xmlChar *)name.c_str()); in getAttribute()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle496 * xmlNode:
500 d xmlNode ds based(xmlNodePtr)
/external/libxml2/doc/html/
Dindex.sgml520 <ANCHOR id="xmlNode" href="libxml/libxml-tree.html#xmlNode">