OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlNs
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/common/extensions/
update_manifest.cc
50
const
xmlNs
* expected_namespace) {
58
static std::vector<xmlNode*> GetChildren(xmlNode* root,
xmlNs
* xml_namespace,
110
// Returns a pointer to the
xmlNs
on |node| with the |expected_href|, or
112
static
xmlNs
* GetNamespace(xmlNode* node, const char* expected_href) {
114
for (
xmlNs
* ns = node->ns; ns != NULL; ns = ns->next) {
126
static bool ParseSingleAppTag(xmlNode* app_node,
xmlNs
* xml_namespace,
225
xmlNs
* gupdate_ns = GetNamespace(root, kExpectedGupdateXmlns);
227
ParseError("Missing or incorrect
xmlns
on gupdate tag");
/external/libxml2/include/libxml/
tree.h
61
* 1)
xmlNs
gets an additional field @context (a xmlDoc)
62
* 2) when creating a tree,
xmlNs
->href is stored in the dict of xmlDoc.
339
*
xmlNs
:
348
typedef struct _xmlNs
xmlNs
;
349
typedef
xmlNs
*xmlNsPtr;
405
xmlNs
*ns; /* pointer to the associated namespace */
462
xmlNs
*ns; /* pointer to the associated namespace */
465
xmlNs
*nsDef; /* namespace definitions on this node */
560
* A function called to acquire namespaces (
xmlNs
) from the wrapper.
[
all
...]
/external/libxml2/
c14n.c
253
xmlNs
ns;
419
* if the default namespace
xmlns
="" is not defined yet then
452
* if the default namespace
xmlns
="" is not defined yet then
543
xmlOutputBufferWriteString(ctx->buf, "
xmlns
:");
547
xmlOutputBufferWriteString(ctx->buf, "
xmlns
=\"");
571
* by
xmlns
="" if and only if the following conditions are met:
576
* The latter condition eliminates unnecessary occurrences of
xmlns
="" in
577
* the canonical form since an element only receives an
xmlns
="" if its
641
*
xmlns
="" if and only if the following conditions are met:
648
static
xmlNs
ns_default
[
all
...]
tree.c
729
cur = (xmlNsPtr) xmlMalloc(sizeof(
xmlNs
));
734
memset(cur, 0, sizeof(
xmlNs
));
[
all
...]
xpath.c
196
static
xmlNs
xmlXPathXMLNamespaceStruct = {
[
all
...]
relaxng.c
[
all
...]
/external/libxslt/libxslt/
xslt.c
[
all
...]
Completed in 353 milliseconds