Searched refs:doc (Results 76 - 100 of 651) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type,
515 xmlGenericError(xmlGenericErrorContext, "?doc? ");
636 if (doc == NULL) return(0); \
637 else if ((doc->intSubset == NULL) && \
638 (doc->extSubset == NULL)) return(0)
914 * @doc: the document
923 xmlNewDocElementContent(xmlDocPtr doc, const xmlChar *name, argument
928 if (doc != NULL)
929 dict = doc->dict;
1002 * @doc
1010 xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) argument
1103 xmlFreeDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) argument
2626 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
2724 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
2784 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) argument
2821 xmlGetID(xmlDocPtr doc, const xmlChar *ID) argument
2947 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
3062 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
3102 xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) argument
3159 xmlGetRefs(xmlDocPtr doc, const xmlChar *ID) argument
3399 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName) argument
3430 xmlIsMixedElement(xmlDocPtr doc, const xmlChar *name) argument
3459 xmlIsDocNameStartChar(xmlDocPtr doc, int c) argument
3489 xmlIsDocNameChar(xmlDocPtr doc, int c) argument
3537 xmlValidateNameValueInternal(xmlDocPtr doc, const xmlChar *value) argument
3585 xmlValidateNamesValueInternal(xmlDocPtr doc, const xmlChar *value) argument
3655 xmlValidateNmtokenValueInternal(xmlDocPtr doc, const xmlChar *value) argument
3708 xmlValidateNmtokensValueInternal(xmlDocPtr doc, const xmlChar *value) argument
3820 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, const xmlChar *value) argument
3877 xmlValidateAttributeValue2(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *name, xmlAttributeType type, const xmlChar *value) argument
3993 xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
4079 xmlValidNormalizeAttributeValue(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
4156 xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlAttributePtr attr) argument
4267 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlElementPtr elem) argument
4389 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) argument
4566 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
5555 xmlValidateOneCdataElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
5689 xmlValidGetElemDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, int *extsubset) argument
5752 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname) argument
5980 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6344 xmlValidateRoot(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6408 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6600 xmlValidateDocumentFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6644 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) argument
6700 xmlDocPtr doc; local
6784 xmlValidateDtdFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6832 xmlValidateDocument(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Drunsuite.c255 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
257 ctxtXPath->doc = cur->doc;
283 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
285 ctxtXPath->doc = cur->doc;
340 xmlNodeDump(buf, test->doc, test, 0, 0);
380 xmlNodeDump(buf, tst->doc, tst, 0, 0);
386 xmlNodeDump(buf, test->doc, test, 0, 0);
434 xmlDocPtr doc local
626 xmlChar *doc = getString(cur, "string(documentation)"); local
644 xmlDocPtr doc; local
683 xmlChar *doc = getString(cur, "string(documentation)"); local
707 xmlDocPtr doc; local
745 xmlDocPtr doc; local
794 xmlDocPtr doc = NULL; local
1009 xmlDocPtr doc; local
[all...]
H A Dentities.c101 if (entity->doc != NULL)
102 dict = entity->doc->dict;
212 if (dtd->doc != NULL)
213 dict = dtd->doc->dict;
237 ret->doc = dtd->doc;
287 * @doc: the document
299 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, argument
305 if (doc == NULL) {
310 if (doc
348 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
401 xmlNewEntity(xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
448 xmlGetParameterEntity(xmlDocPtr doc, const xmlChar *name) argument
479 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) argument
503 xmlGetDocEntity(xmlDocPtr doc, const xmlChar *name) argument
554 xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) argument
[all...]
H A Dxinclude.c55 xmlDocPtr doc; /* the parsed document */ member in struct:_xmlXIncludeRef
59 int count; /* how many refs use that specific doc */
65 xmlDocPtr doc; /* the source document */ member in struct:_xmlXIncludeCtxt
90 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
198 if (ref->doc != NULL) {
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
202 xmlFreeDoc(ref->doc);
242 ret->doc = NULL;
272 * @doc: an XML Document
279 xmlXIncludeNewContext(xmlDocPtr doc) { argument
662 xmlXIncludeRecurseDoc(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, const xmlURL url ATTRIBUTE_UNUSED) argument
1241 xmlDocPtr doc; member in struct:_xmlXIncludeMergeData
1257 xmlDocPtr doc; local
1331 xmlXIncludeMergeEntities(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlDocPtr from) argument
1393 xmlDocPtr doc; local
2326 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) argument
2440 xmlXIncludeProcessFlagsData(xmlDocPtr doc, int flags, void *data) argument
2475 xmlXIncludeProcessFlags(xmlDocPtr doc, int flags) argument
2489 xmlXIncludeProcess(xmlDocPtr doc) argument
[all...]
H A Dcheck-xsddata-test-suite.py72 doc = libxml2.parseDoc(instance)
74 doc = None
76 if doc == None:
88 ret = doc.relaxNGValidateDoc(ctxt)
93 doc.freeDoc()
126 doc = libxml2.parseDoc(instance)
128 doc = None
130 if doc == None:
141 ret = doc.relaxNGValidateDoc(ctxt)
147 doc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.c52 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
830 * @doc: the document pointer
841 xmlNewDtd(xmlDocPtr doc, const xmlChar *name, argument
845 if ((doc != NULL) && (doc->extSubset != NULL)) {
849 /* !!! */ (char *) name, doc->name,
850 /* !!! */ (char *)doc->extSubset->name);
872 if (doc != NULL)
873 doc->extSubset = cur;
874 cur->doc
890 xmlGetIntSubset(xmlDocPtr doc) argument
915 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
1238 xmlStringLenGetNodeList(xmlDocPtr doc, const xmlChar *value, int len) argument
1435 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) argument
1622 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1704 xmlNodeListGetRawString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1780 xmlDocPtr doc = NULL; local
1943 xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value) argument
2093 xmlNewDocPI(xmlDocPtr doc, const xmlChar *name, const xmlChar *content) argument
2245 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2282 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2311 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2334 xmlNewDocFragment(xmlDocPtr doc) argument
2479 xmlNewCharRef(xmlDocPtr doc, const xmlChar *name) argument
2522 xmlNewReference(xmlDocPtr doc, const xmlChar *name) argument
2578 xmlNewDocText(xmlDocPtr doc, const xmlChar *content) argument
2630 xmlNewDocTextLen(xmlDocPtr doc, const xmlChar *content, int len) argument
2680 xmlNewCDataBlock(xmlDocPtr doc, const xmlChar *content, int len) argument
2713 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) argument
2729 xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) argument
2757 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) argument
3504 xmlDocPtr doc; local
3666 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) argument
3825 xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, int extended) argument
3974 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) argument
4044 xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) argument
4060 xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) argument
4178 xmlCopyDoc(xmlDocPtr doc, int recursive) argument
4520 xmlDocGetRootElement(xmlDocPtr doc) argument
4546 xmlDocSetRootElement(xmlDocPtr doc, xmlNodePtr root) argument
4744 xmlDocPtr doc; local
4833 xmlDocPtr doc = (xmlDocPtr) cur; local
4876 xmlNodeGetBase(xmlDocPtr doc, xmlNodePtr cur) argument
5531 xmlTreeEnsureXMLDecl(xmlDocPtr doc) argument
5571 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) argument
5700 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
5792 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
5861 xmlReconciliateNs(xmlDocPtr doc, xmlNodePtr tree) argument
6087 xmlDocPtr doc = node->doc; local
6205 xmlDocPtr doc; local
7179 xmlGetDocCompressMode(xmlDocPtr doc) argument
7193 xmlSetDocCompressMode(xmlDocPtr doc, int mode) argument
7393 xmlDOMWrapStoreNs(xmlDocPtr doc, const xmlChar *nsName, const xmlChar *prefix) argument
7638 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options ATTRIBUTE_UNUSED) argument
7771 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
7871 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
7936 xmlDOMWrapNSNormDeclareNsForced(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *nsName, const xmlChar *prefix, int checkShadow) argument
8012 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8160 xmlDocPtr doc; local
[all...]
H A Dxinclude.c55 xmlDocPtr doc; /* the parsed document */ member in struct:_xmlXIncludeRef
59 int count; /* how many refs use that specific doc */
65 xmlDocPtr doc; /* the source document */ member in struct:_xmlXIncludeCtxt
90 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
198 if (ref->doc != NULL) {
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
202 xmlFreeDoc(ref->doc);
242 ret->doc = NULL;
272 * @doc: an XML Document
279 xmlXIncludeNewContext(xmlDocPtr doc) { argument
653 xmlXIncludeRecurseDoc(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, const xmlURL url ATTRIBUTE_UNUSED) argument
1228 xmlDocPtr doc; member in struct:_xmlXIncludeMergeData
1244 xmlDocPtr doc; local
1318 xmlXIncludeMergeEntities(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlDocPtr from) argument
1380 xmlDocPtr doc; local
2318 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) argument
2432 xmlXIncludeProcessFlagsData(xmlDocPtr doc, int flags, void *data) argument
2467 xmlXIncludeProcessFlags(xmlDocPtr doc, int flags) argument
2481 xmlXIncludeProcess(xmlDocPtr doc) argument
[all...]
H A Dvalid.c510 xmlGenericError(xmlGenericErrorContext, "?doc? ");
631 if (doc == NULL) return(0); \
632 else if ((doc->intSubset == NULL) && \
633 (doc->extSubset == NULL)) return(0)
909 * @doc: the document
918 xmlNewDocElementContent(xmlDocPtr doc, const xmlChar *name, argument
923 if (doc != NULL)
924 dict = doc->dict;
997 * @doc: the document owning the element declaration
1005 xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPt argument
1098 xmlFreeDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) argument
2617 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
2715 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
2775 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) argument
2812 xmlGetID(xmlDocPtr doc, const xmlChar *ID) argument
2938 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
3040 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
3080 xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) argument
3137 xmlGetRefs(xmlDocPtr doc, const xmlChar *ID) argument
3377 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName) argument
3408 xmlIsMixedElement(xmlDocPtr doc, const xmlChar *name) argument
3752 xmlValidateAttributeValue2(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *name, xmlAttributeType type, const xmlChar *value) argument
3868 xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
3954 xmlValidNormalizeAttributeValue(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
4031 xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlAttributePtr attr) argument
4141 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlElementPtr elem) argument
4263 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) argument
4440 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
5429 xmlValidateOneCdataElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
5563 xmlValidGetElemDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, int *extsubset) argument
5626 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname) argument
5854 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6218 xmlValidateRoot(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6282 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6474 xmlValidateDocumentFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6518 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) argument
6574 xmlDocPtr doc; local
6658 xmlValidateDtdFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6706 xmlValidateDocument(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Dentities.c101 if (entity->doc != NULL)
102 dict = entity->doc->dict;
156 if (dtd->doc != NULL)
157 dict = dtd->doc->dict;
219 ret->doc = dtd->doc;
269 * @doc: the document
281 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, argument
287 if (doc == NULL) {
292 if (doc
330 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
392 xmlGetParameterEntity(xmlDocPtr doc, const xmlChar *name) argument
423 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) argument
447 xmlGetDocEntity(xmlDocPtr doc, const xmlChar *name) argument
498 xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) argument
[all...]
H A Dtree.in.h221 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
314 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
374 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
402 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
422 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
457 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
502 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
679 xmlCreateIntSubset (xmlDocPtr doc,
684 xmlNewDtd (xmlDocPtr doc,
689 xmlGetIntSubset (xmlDocPtr doc);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.c52 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
830 * @doc: the document pointer
841 xmlNewDtd(xmlDocPtr doc, const xmlChar *name, argument
845 if ((doc != NULL) && (doc->extSubset != NULL)) {
849 /* !!! */ (char *) name, doc->name,
850 /* !!! */ (char *)doc->extSubset->name);
872 if (doc != NULL)
873 doc->extSubset = cur;
874 cur->doc
890 xmlGetIntSubset(xmlDocPtr doc) argument
915 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
1238 xmlStringLenGetNodeList(xmlDocPtr doc, const xmlChar *value, int len) argument
1435 xmlStringGetNodeList(xmlDocPtr doc, const xmlChar *value) argument
1622 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1704 xmlNodeListGetRawString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1780 xmlDocPtr doc = NULL; local
1943 xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value) argument
2093 xmlNewDocPI(xmlDocPtr doc, const xmlChar *name, const xmlChar *content) argument
2245 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2282 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2311 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2334 xmlNewDocFragment(xmlDocPtr doc) argument
2479 xmlNewCharRef(xmlDocPtr doc, const xmlChar *name) argument
2522 xmlNewReference(xmlDocPtr doc, const xmlChar *name) argument
2578 xmlNewDocText(xmlDocPtr doc, const xmlChar *content) argument
2630 xmlNewDocTextLen(xmlDocPtr doc, const xmlChar *content, int len) argument
2680 xmlNewCDataBlock(xmlDocPtr doc, const xmlChar *content, int len) argument
2713 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) argument
2729 xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) argument
2757 xmlSetListDoc(xmlNodePtr list, xmlDocPtr doc) argument
3504 xmlDocPtr doc; local
3666 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) argument
3825 xmlStaticCopyNode(const xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, int extended) argument
3974 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) argument
4044 xmlDocCopyNode(const xmlNodePtr node, xmlDocPtr doc, int extended) argument
4060 xmlDocCopyNodeList(xmlDocPtr doc, const xmlNodePtr node) argument
4178 xmlCopyDoc(xmlDocPtr doc, int recursive) argument
4520 xmlDocGetRootElement(xmlDocPtr doc) argument
4546 xmlDocSetRootElement(xmlDocPtr doc, xmlNodePtr root) argument
4744 xmlDocPtr doc; local
4833 xmlDocPtr doc = (xmlDocPtr) cur; local
4876 xmlNodeGetBase(xmlDocPtr doc, xmlNodePtr cur) argument
5531 xmlTreeEnsureXMLDecl(xmlDocPtr doc) argument
5571 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) argument
5700 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
5792 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
5861 xmlReconciliateNs(xmlDocPtr doc, xmlNodePtr tree) argument
6087 xmlDocPtr doc = node->doc; local
6205 xmlDocPtr doc; local
7179 xmlGetDocCompressMode(xmlDocPtr doc) argument
7193 xmlSetDocCompressMode(xmlDocPtr doc, int mode) argument
7393 xmlDOMWrapStoreNs(xmlDocPtr doc, const xmlChar *nsName, const xmlChar *prefix) argument
7638 xmlDOMWrapRemoveNode(xmlDOMWrapCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr node, int options ATTRIBUTE_UNUSED) argument
7771 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
7871 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* prefix, xmlNsPtr *retNs) argument
7936 xmlDOMWrapNSNormDeclareNsForced(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *nsName, const xmlChar *prefix, int checkShadow) argument
8012 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8160 xmlDocPtr doc; local
[all...]
H A Dxinclude.c55 xmlDocPtr doc; /* the parsed document */ member in struct:_xmlXIncludeRef
59 int count; /* how many refs use that specific doc */
65 xmlDocPtr doc; /* the source document */ member in struct:_xmlXIncludeCtxt
90 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
198 if (ref->doc != NULL) {
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
202 xmlFreeDoc(ref->doc);
242 ret->doc = NULL;
272 * @doc: an XML Document
279 xmlXIncludeNewContext(xmlDocPtr doc) { argument
653 xmlXIncludeRecurseDoc(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, const xmlURL url ATTRIBUTE_UNUSED) argument
1228 xmlDocPtr doc; member in struct:_xmlXIncludeMergeData
1244 xmlDocPtr doc; local
1318 xmlXIncludeMergeEntities(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlDocPtr from) argument
1380 xmlDocPtr doc; local
2318 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) argument
2432 xmlXIncludeProcessFlagsData(xmlDocPtr doc, int flags, void *data) argument
2467 xmlXIncludeProcessFlags(xmlDocPtr doc, int flags) argument
2481 xmlXIncludeProcess(xmlDocPtr doc) argument
[all...]
H A Dvalid.c510 xmlGenericError(xmlGenericErrorContext, "?doc? ");
631 if (doc == NULL) return(0); \
632 else if ((doc->intSubset == NULL) && \
633 (doc->extSubset == NULL)) return(0)
909 * @doc: the document
918 xmlNewDocElementContent(xmlDocPtr doc, const xmlChar *name, argument
923 if (doc != NULL)
924 dict = doc->dict;
997 * @doc: the document owning the element declaration
1005 xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPt argument
1098 xmlFreeDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) argument
2617 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
2715 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
2775 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) argument
2812 xmlGetID(xmlDocPtr doc, const xmlChar *ID) argument
2938 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
3040 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
3080 xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) argument
3137 xmlGetRefs(xmlDocPtr doc, const xmlChar *ID) argument
3377 xmlValidateNotationUse(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *notationName) argument
3408 xmlIsMixedElement(xmlDocPtr doc, const xmlChar *name) argument
3752 xmlValidateAttributeValue2(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *name, xmlAttributeType type, const xmlChar *value) argument
3868 xmlValidCtxtNormalizeAttributeValue(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
3954 xmlValidNormalizeAttributeValue(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *name, const xmlChar *value) argument
4031 xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlAttributePtr attr) argument
4141 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlElementPtr elem) argument
4263 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) argument
4440 xmlValidateOneNamespace(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) argument
5429 xmlValidateOneCdataElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
5563 xmlValidGetElemDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, int *extsubset) argument
5626 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, const xmlChar *qname) argument
5854 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6218 xmlValidateRoot(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6282 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) argument
6474 xmlValidateDocumentFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6518 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) argument
6574 xmlDocPtr doc; local
6658 xmlValidateDtdFinal(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
6706 xmlValidateDocument(xmlValidCtxtPtr ctxt, xmlDocPtr doc) argument
[all...]
H A Dentities.c101 if (entity->doc != NULL)
102 dict = entity->doc->dict;
156 if (dtd->doc != NULL)
157 dict = dtd->doc->dict;
219 ret->doc = dtd->doc;
269 * @doc: the document
281 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, argument
287 if (doc == NULL) {
292 if (doc
330 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
392 xmlGetParameterEntity(xmlDocPtr doc, const xmlChar *name) argument
423 xmlGetDtdEntity(xmlDocPtr doc, const xmlChar *name) argument
447 xmlGetDocEntity(xmlDocPtr doc, const xmlChar *name) argument
498 xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) argument
[all...]
H A Dtree.in.h221 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
314 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
374 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
402 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
422 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
457 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
502 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
679 xmlCreateIntSubset (xmlDocPtr doc,
684 xmlNewDtd (xmlDocPtr doc,
689 xmlGetIntSubset (xmlDocPtr doc);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/doc/html/ru/
H A DMakefile.am20 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/ru
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dxpath1.c86 xmlDocPtr doc; local
94 doc = xmlParseFile(filename);
95 if (doc == NULL) {
101 xpathCtx = xmlXPathNewContext(doc);
104 xmlFreeDoc(doc);
112 xmlFreeDoc(doc);
121 xmlFreeDoc(doc);
131 xmlFreeDoc(doc);
H A Dparse4.c47 xmlDocPtr doc; /* the resulting document tree */ local
92 doc = ctxt->myDoc;
103 xmlFreeDoc(doc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/doc/
H A DMakefile.am5 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/vorbisenc/
H A DMakefile.am3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dreader.py314 doc="""<a><b b1="b1"/><c>content of c</c></a>"""
323 res = tst_reader(doc)
329 doc="""<test><b/><c/></test>"""
335 res = tst_reader(doc)
341 doc="""<a><b>bbb</b><c>ccc</c></a>"""
351 res = tst_reader(doc)
357 doc="""<test a="a"/>"""
361 res = tst_reader(doc)
367 doc="""<test><a>aaa</a><b/></test>"""
375 res = tst_reader(doc)
[all...]
H A Dtstxpath.py24 doc = libxml2.parseFile("tst.xml") variable
25 ctxt = doc.xpathNewContext()
30 if res[0].name != "doc" or res[1].name != "foo":
49 doc.freeDoc()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/
H A DMakefile.in14 SUBDIRS=libbridge brctl doc
31 rm -f doc/Makefile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h223 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttribute
316 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlElement
376 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlDtd
404 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlAttr
424 struct _xmlDoc *doc; /* The document holding the ID */ member in struct:_xmlID
459 struct _xmlDoc *doc; /* the containing document */ member in struct:_xmlNode
521 struct _xmlDoc *doc; /* autoreference to itself */ member in struct:_xmlDoc
707 xmlCreateIntSubset (xmlDocPtr doc,
712 xmlNewDtd (xmlDocPtr doc,
717 xmlGetIntSubset (xmlDocPtr doc);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A DMakefile.am10 # A file in win32 depends upon one of the doc files
47 $(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
52 $(top_builddir)/NEWS: $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html
54 $(XSLTPROC) --nonet $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html > $(top_builddir)/NEWS ; fi );
56 libxml2.xsa: $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html
59 $(XSLTPROC) --nonet $(top_srcdir)/doc/xs
[all...]

Completed in 1009 milliseconds

1234567891011>>