Home
last modified time | relevance | path

Searched refs:xmlNodeListGetString (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dc14n.c963 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 DHTMLtree.c692 value = xmlNodeListGetString(doc, cur->children, 0); in htmlAttrDumpOutput()
H A Dtree.c1696 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 Dxmlreader.c2300 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 Dvalid.c2847 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 Drelaxng.c6999 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 Dxmlschemas.c28197 xmlNodeListGetString(attr->doc, attr->children, 1), 1); in xmlSchemaVDocWalk()
/reactos/dll/win32/msxml3/
H A Dxmlelem.c293 val = xmlNodeListGetString(attr->doc, attr->children, 1); in xmlelem_getAttribute()
/reactos/dll/3rdparty/libxslt/
H A Dxsltutils.c84 tmp = xmlNodeListGetString(node->doc, prop->children, 1); in xsltGetCNsProp()
181 ret = xmlNodeListGetString(node->doc, prop->children, 1); in xsltGetNsProp()
H A Dtransform.c1143 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 Dtree.h1051 xmlNodeListGetString (xmlDocPtr doc,