Searched refs:xmlSAX2TextNode (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | SAX2.c | 1827 xmlSAX2TextNode(xmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in xmlSAX2TextNode() function 2019 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs() 2041 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs() 2540 lastChild = xmlSAX2TextNode(ctxt, ch, len); in xmlSAX2Text() 2616 lastChild = xmlSAX2TextNode(ctxt, ch, len); in xmlSAX2Text()
|