Lines Matching +defs:val +defs:node
688 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs()
752 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { in xmlSetNs()
1166 xmlNodePtr node; in xmlNodeParseContentInternal() local
1167 xmlChar *val = NULL; in xmlNodeParseContentInternal() local
1433 xmlNodeParseContent(xmlNodePtr node, const xmlChar *content, int len) { in xmlNodeParseContent()
1494 xmlNodeListGetStringInternal(xmlDocPtr doc, const xmlNode *node, int escMode) { in xmlNodeListGetStringInternal()
1625 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, in xmlNewPropInternal()
1740 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlNewProp()
1768 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlNewNsProp()
1793 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, in xmlNewNsPropEatName()
2687 xmlNodeSetDoc(xmlNodePtr node, xmlDocPtr doc) { in xmlNodeSetDoc()
3194 xmlAddSibling(xmlNodePtr node, xmlNodePtr cur) { in xmlAddSibling()
3512 xmlPreviousElementSibling(xmlNodePtr node) { in xmlPreviousElementSibling()
3548 xmlNextElementSibling(xmlNodePtr node) { in xmlNextElementSibling()
4128 xmlStaticCopyNode(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent, in xmlStaticCopyNode()
4324 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) { in xmlStaticCopyNodeList()
4411 xmlCopyNode(xmlNodePtr node, int extended) { in xmlCopyNode()
4431 xmlDocCopyNode(xmlNodePtr node, xmlDocPtr doc, int extended) { in xmlDocCopyNode()
4448 xmlNodePtr xmlDocCopyNodeList(xmlDocPtr doc, xmlNodePtr node) { in xmlDocCopyNodeList()
4464 xmlNodePtr xmlCopyNodeList(xmlNodePtr node) { in xmlCopyNodeList()
4667 xmlGetLineNoInternal(const xmlNode *node, int depth) in xmlGetLineNoInternal()
4717 xmlGetLineNo(const xmlNode *node) in xmlGetLineNo()
4732 xmlGetNodePath(const xmlNode *node) in xmlGetNodePath()
5108 xmlNodeSetSpacePreserve(xmlNodePtr cur, int val) { in xmlNodeSetSpacePreserve()
5819 xmlGetNsListSafe(const xmlDoc *doc ATTRIBUTE_UNUSED, const xmlNode *node, in xmlGetNsListSafe()
5885 xmlGetNsList(const xmlDoc *doc, const xmlNode *node) in xmlGetNsList()
5951 xmlSearchNsSafe(xmlNodePtr node, const xmlChar *prefix, in xmlSearchNsSafe()
6041 xmlSearchNs(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlSearchNs()
6062 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlNsInScope()
6103 xmlSearchNsByHrefSafe(xmlNodePtr node, const xmlChar *href, in xmlSearchNsByHrefSafe()
6197 xmlSearchNsByHref(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlSearchNsByHref()
6298 xmlNodePtr node = tree; in xmlReconciliateNs() local
6431 xmlGetPropNodeInternal(const xmlNode *node, const xmlChar *name, in xmlGetPropNodeInternal()
6587 xmlHasProp(const xmlNode *node, const xmlChar *name) { in xmlHasProp()
6642 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp()
6665 xmlNodeGetAttrValue(const xmlNode *node, const xmlChar *name, in xmlNodeGetAttrValue()
6704 xmlGetProp(const xmlNode *node, const xmlChar *name) { in xmlGetProp()
6732 xmlGetNoNsProp(const xmlNode *node, const xmlChar *name) { in xmlGetNoNsProp()
6760 xmlGetNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlGetNsProp()
6779 xmlUnsetProp(xmlNodePtr node, const xmlChar *name) { in xmlUnsetProp()
6800 xmlUnsetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name) { in xmlUnsetNsProp()
6827 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlSetProp()
6868 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlSetNsProp()
6933 xmlNodeIsText(const xmlNode *node) { in xmlNodeIsText()
6950 xmlIsBlankNode(const xmlNode *node) { in xmlIsBlankNode()
6981 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat()
7327 xmlNodePtr node) in xmlDOMWrapNSNormGatherInScopeNs()
7426 xmlNodePtr node, int options ATTRIBUTE_UNUSED) in xmlDOMWrapRemoveNode()
7561 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, in xmlSearchNsByNamespaceStrict()
7662 xmlSearchNsByPrefixStrict(xmlDocPtr doc, xmlNodePtr node, in xmlSearchNsByPrefixStrict()
8207 xmlNodePtr node, in xmlDOMWrapAdoptBranch()
8496 xmlNodePtr node, in xmlDOMWrapCloneNode()
9104 xmlNodePtr node, in xmlDOMWrapAdoptNode()