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/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp204 … for (xmlNode *node = doc->children; node; node = node ? node->next : NULL) in CreateInstance()
210 xmlNode *dict_node = node->children; in CreateInstance()
215 … for (xmlNode *key_node = dict_node->children; key_node; key_node = key_node->next) in CreateInstance()
224xmlNode *value_node = key_node->next; in CreateInstance()
243xmlNode *value_node = key_node->next; in CreateInstance()
/external/libxml2/
Dtree.c1666 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString()
1668 const xmlNode *node = list; in xmlNodeListGetString()
1756 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString()
1758 const xmlNode *node = list; in xmlNodeListGetRawString()
2167 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewDocPI()
2172 memset(cur, 0, sizeof(xmlNode)); in xmlNewDocPI()
2229 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNode()
2234 memset(cur, 0, sizeof(xmlNode)); in xmlNewNode()
2271 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNodeEatName()
2277 memset(cur, 0, sizeof(xmlNode)); in xmlNewNodeEatName()
[all …]
Dvalid.c5385 tmp = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlValidateElementContent()
6948 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, in xmlValidGetValidElements()
6956 xmlNode *ref_node; in xmlValidGetValidElements()
6957 xmlNode *parent; in xmlValidGetValidElements()
6958 xmlNode *test_node; in xmlValidGetValidElements()
6960 xmlNode *prev_next; in xmlValidGetValidElements()
6961 xmlNode *next_prev; in xmlValidGetValidElements()
6962 xmlNode *parent_childs; in xmlValidGetValidElements()
6963 xmlNode *parent_last; in xmlValidGetValidElements()
Dtestapi.c18492 static xmlNode * gen_const_xmlNode_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_xmlNode_ptr()
18495 static void des_const_xmlNode_ptr(int no ATTRIBUTE_UNUSED, const xmlNode * val ATTRIBUTE_UNUSED, in… in des_const_xmlNode_ptr()
18506 xmlNode * cur; /* the node being read */ in test_xmlBufGetNodeContent()
18515 ret_val = xmlBufGetNodeContent(buf, (const xmlNode *)cur); in test_xmlBufGetNodeContent()
18519 des_const_xmlNode_ptr(n_cur, (const xmlNode *)cur, 1); in test_xmlBufGetNodeContent()
20547 xmlNode * parent; /* the parent node */ in test_xmlGetLastChild()
20554 ret_val = xmlGetLastChild((const xmlNode *)parent); in test_xmlGetLastChild()
20557 des_const_xmlNode_ptr(n_parent, (const xmlNode *)parent, 0); in test_xmlGetLastChild()
20579 xmlNode * node; /* valid node */ in test_xmlGetLineNo()
20586 ret_val = xmlGetLineNo((const xmlNode *)node); in test_xmlGetLineNo()
[all …]
DSAX2.c1856 ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlSAX2TextNode()
1862 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2TextNode()
2252 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2StartElementNs()
Drelaxng.c3783 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">