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