Home
last modified time | relevance | path

Searched refs:xmlStringText (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A DparserInternals.h312 XMLPUBVAR const xmlChar xmlStringText[]; variable
/reactos/sdk/lib/3rdparty/libxml2/
H A DHTMLtree.c856 if (((cur->name == (const xmlChar *)xmlStringText) || in htmlNodeDumpFormatOutput()
H A Dtree.c117 const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 }; variable
2480 cur->name = xmlStringText; in xmlNewText()
2713 cur->name = xmlStringText; in xmlNewTextLen()
4307 if (node->name == xmlStringText) in xmlStaticCopyNode()
4308 ret->name = xmlStringText; in xmlStaticCopyNode()
9641 if (cur->name == xmlStringText) in xmlDOMWrapCloneNode()
9642 clone->name = xmlStringText; in xmlDOMWrapCloneNode()
H A DSAX2.c1893 ret->name = xmlStringText; in xmlSAX2TextNode()
2574 (lastChild->name == xmlStringText)); in xmlSAX2Text()
H A Dxmlsave.c1625 if ((cur->name == xmlStringText) || in xhtmlNodeDumpOutput()
H A DdebugXML.c366 if ((node->name == xmlStringText) || in xmlCtxtGenericNodeCheck()
/reactos/dll/3rdparty/libxslt/
H A Dxslt.c3414 textNode->name = xmlStringText; in xsltParsePreprocessStylesheetTree()
H A Dtransform.c913 (target->last->name == xmlStringText)) { in xsltCopyTextString()