Searched refs:xmlNodeListGetString (Results 1 – 11 of 11) sorted by relevance
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | c14n.c | 963 value = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NPrintAttrs() 1026 res = xmlNodeListGetString(ctx->doc, xml_base_attr->children, 1); in xmlC14NFixupBaseAttr() 1038 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
|
H A D | HTMLtree.c | 692 value = xmlNodeListGetString(doc, cur->children, 0); in htmlAttrDumpOutput()
|
H A D | tree.c | 1696 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() function 1740 buffer = xmlNodeListGetString(doc, ent->children, 1); in xmlNodeListGetString() 2880 xmlChar *idVal = xmlNodeListGetString(doc, prop->children, in xmlSetTreeDoc() 4182 id = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlCopyPropInternal() 6741 ret = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlGetPropNodeValueInternal() 9872 idVal = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlDOMWrapCloneNode()
|
H A D | xmlreader.c | 2300 ret = xmlNodeListGetString(reader->node->doc, cur->children, 1); in xmlTextReaderGetAttributeNo() 3500 return (xmlNodeListGetString in xmlTextReaderValue() 3503 return (xmlNodeListGetString(NULL, attr->children, 1)); in xmlTextReaderValue()
|
H A D | valid.c | 2847 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveID() 3177 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveRef() 6491 value = xmlNodeListGetString(doc, attr->children, 0); in xmlValidateElement()
|
H A D | relaxng.c | 6999 val = xmlNodeListGetString(node->doc, cur->children, 1); in xmlRelaxNGCleanupAttributes() 9151 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute() 9189 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute()
|
H A D | xmlschemas.c | 28197 xmlNodeListGetString(attr->doc, attr->children, 1), 1); in xmlSchemaVDocWalk()
|
/reactos/dll/win32/msxml3/ |
H A D | xmlelem.c | 293 val = xmlNodeListGetString(attr->doc, attr->children, 1); in xmlelem_getAttribute()
|
/reactos/dll/3rdparty/libxslt/ |
H A D | xsltutils.c | 84 tmp = xmlNodeListGetString(node->doc, prop->children, 1); in xsltGetCNsProp() 181 ret = xmlNodeListGetString(node->doc, prop->children, 1); in xsltGetNsProp()
|
H A D | transform.c | 1143 value = xmlNodeListGetString(attr->doc, attr->children, 1); in xsltShallowCopyAttr() 1183 value = xmlNodeListGetString(attr->doc, attr->children, 1); in xsltShallowCopyAttr() 1256 value = xmlNodeListGetString(attr->doc, attr->children, 1); in xsltCopyAttrListNoOverwrite()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | tree.h | 1051 xmlNodeListGetString (xmlDocPtr doc,
|