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