Home
last modified time | relevance | path

Searched refs:xmlNode (Results 1 – 21 of 21) 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.h486 typedef struct _xmlNode xmlNode; typedef
487 typedef xmlNode *xmlNodePtr;
913 xmlGetLineNo (const xmlNode *node);
916 xmlGetNodePath (const xmlNode *node);
921 xmlGetLastChild (const xmlNode *parent);
923 xmlNodeIsText (const xmlNode *node);
925 xmlIsBlankNode (const xmlNode *node);
997 const xmlNode *node);
1025 xmlGetNoNsProp (const xmlNode *node,
1028 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.c1665 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString()
1667 const xmlNode *node = list; in xmlNodeListGetString()
1755 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString()
1757 const xmlNode *node = list; in xmlNodeListGetRawString()
2166 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewDocPI()
2171 memset(cur, 0, sizeof(xmlNode)); in xmlNewDocPI()
2228 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNode()
2233 memset(cur, 0, sizeof(xmlNode)); in xmlNewNode()
2270 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNodeEatName()
2276 memset(cur, 0, sizeof(xmlNode)); in xmlNewNodeEatName()
[all …]
Dvalid.c5383 tmp = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlValidateElementContent()
6946 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, in xmlValidGetValidElements()
6954 xmlNode *ref_node; in xmlValidGetValidElements()
6955 xmlNode *parent; in xmlValidGetValidElements()
6956 xmlNode *test_node; in xmlValidGetValidElements()
6958 xmlNode *prev_next; in xmlValidGetValidElements()
6959 xmlNode *next_prev; in xmlValidGetValidElements()
6960 xmlNode *parent_childs; in xmlValidGetValidElements()
6961 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.c3781 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/xmlserializer/
DXmlElement.cpp91 …xmlChar* pucXmlValue = xmlGetProp((xmlNode*)_pXmlElement, (const xmlChar*)strAttributeName.c_str()… in getAttributeString()
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle486 * xmlNode:
490 d xmlNode ds based(xmlNodePtr)
/external/libxml2/doc/html/
Dindex.sgml520 <ANCHOR id="xmlNode" href="libxml/libxml-tree.html#xmlNode">
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...