Searched refs:xmlSAX2TextNode (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | SAX2.c | 1855 xmlSAX2TextNode(xmlParserCtxtPtr ctxt, const xmlChar *str, int len) { in xmlSAX2TextNode() function 2047 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs() 2069 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs() 2566 lastChild = xmlSAX2TextNode(ctxt, ch, len); in xmlSAX2Characters() 2638 lastChild = xmlSAX2TextNode(ctxt, ch, len); in xmlSAX2Characters()
|