Searched refs:xmlNode (Results 1 - 20 of 20) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java157 * @param xmlNode the currently processed XML node
161 private static void rdf_NodeElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, argument
164 int nodeTerm = getRDFTermKind (xmlNode);
176 rdf_NodeElementAttrs (xmp, xmpParent, xmlNode, isTopLevel);
177 rdf_PropertyElementList (xmp, xmpParent, xmlNode, isTopLevel);
200 * @param xmlNode the currently processed XML node
204 private static void rdf_NodeElementAttrs(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, argument
210 for (int i = 0; i < xmlNode.getAttributes().getLength(); i++)
212 Node attribute = xmlNode.getAttributes().item(i);
357 * @param xmlNode th
361 rdf_PropertyElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, boolean isTopLevel) argument
486 rdf_ResourcePropertyElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, boolean isTopLevel) argument
617 rdf_LiteralPropertyElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, boolean isTopLevel) argument
696 rdf_ParseTypeResourcePropertyElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, boolean isTopLevel) argument
813 rdf_EmptyPropertyElement(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, boolean isTopLevel) argument
986 addChildNode(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode, String value, boolean isTopLevel) argument
[all...]
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc49 static bool TagNameEquals(const xmlNode* node, const char* expected_name,
58 static std::vector<xmlNode*> GetChildren(xmlNode* root, xmlNs* xml_namespace,
60 std::vector<xmlNode*> result;
61 for (xmlNode* child = root->children; child != NULL; child = child->next) {
71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
112 static xmlNs* GetNamespace(xmlNode* node, const char* expected_href) {
126 static bool ParseSingleAppTag(xmlNode* app_node, xmlNs* xml_namespace,
137 std::vector<xmlNode*> updates = GetChildren(app_node, xml_namespace,
147 xmlNode *updatechec
[all...]
/external/chromium_org/chrome/common/extensions/
H A Dupdate_manifest.cc51 static bool TagNameEquals(const xmlNode* node, const char* expected_name,
60 static std::vector<xmlNode*> GetChildren(xmlNode* root, xmlNs* xml_namespace,
62 std::vector<xmlNode*> result;
63 for (xmlNode* child = root->children; child != NULL; child = child->next) {
73 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
114 static xmlNs* GetNamespace(xmlNode* node, const char* expected_href) {
128 static bool ParseSingleAppTag(xmlNode* app_node, xmlNs* xml_namespace,
139 std::vector<xmlNode*> updates = GetChildren(app_node, xml_namespace,
149 xmlNode *updatechec
[all...]
/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.h43 // Forward declaration of the xmlNode to avoid having tons of gyp files
46 typedef struct _xmlNode xmlNode; typedef in typeref:struct:_xmlNode
47 typedef xmlNode* xmlNodePtr;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dvalid.h418 xmlValidGetValidElements(xmlNode *prev,
419 xmlNode *next,
H A Dtree.h445 * xmlNode:
449 typedef struct _xmlNode xmlNode; typedef in typeref:struct:_xmlNode
450 typedef xmlNode *xmlNodePtr;
/external/libxml2/include/libxml/
H A Dvalid.h418 xmlValidGetValidElements(xmlNode *prev,
419 xmlNode *next,
H A Dtree.h444 * xmlNode:
448 typedef struct _xmlNode xmlNode; typedef in typeref:struct:_xmlNode
449 typedef xmlNode *xmlNodePtr;
/external/chromium_org/third_party/libxml/src/
H A Dtree.c2121 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2126 memset(cur, 0, sizeof(xmlNode));
2183 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2188 memset(cur, 0, sizeof(xmlNode));
2225 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2231 memset(cur, 0, sizeof(xmlNode));
2359 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2364 memset(cur, 0, sizeof(xmlNode));
2389 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2394 memset(cur, 0, sizeof(xmlNode));
[all...]
H A Dvalid.c5384 tmp = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
6938 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names,
6946 xmlNode *ref_node;
6947 xmlNode *parent;
6948 xmlNode *test_node;
6950 xmlNode *prev_next;
6951 xmlNode *next_prev;
6952 xmlNode *parent_childs;
6953 xmlNode *parent_las
[all...]
H A DSAX2.c1821 ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
1827 memset(ret, 0, sizeof(xmlNode));
2191 memset(ret, 0, sizeof(xmlNode));
H A Drelaxng.c3783 xmlNode node;
H A Dtestapi.c25985 xmlNode * prev; /* an element to insert after */
25987 xmlNode * next; /* an element to insert next */
[all...]
/external/libxml2/
H A Dtree.c2132 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2137 memset(cur, 0, sizeof(xmlNode));
2194 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2199 memset(cur, 0, sizeof(xmlNode));
2236 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2242 memset(cur, 0, sizeof(xmlNode));
2370 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2375 memset(cur, 0, sizeof(xmlNode));
2400 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
2405 memset(cur, 0, sizeof(xmlNode));
[all...]
H A Dvalid.c5384 tmp = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
6945 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names,
6953 xmlNode *ref_node;
6954 xmlNode *parent;
6955 xmlNode *test_node;
6957 xmlNode *prev_next;
6958 xmlNode *next_prev;
6959 xmlNode *parent_childs;
6960 xmlNode *parent_las
[all...]
H A DSAX2.c1821 ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
1827 memset(ret, 0, sizeof(xmlNode));
2206 memset(ret, 0, sizeof(xmlNode));
H A Drelaxng.c3783 xmlNode node;
/external/libxslt/libxslt/
H A Dfunctions.c698 val /= sizeof(xmlNode);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 444 milliseconds