MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlSAX2CDataBlock

Function xmlSAX2CDataBlock

ThirdParty/libxml2/vtklibxml2/SAX2.c:2606–2610  ·  view source on GitHub ↗

* xmlSAX2CDataBlock: * @ctx: the user data (XML parser context) * @value: The pcdata content * @len: the block length * * called when a pcdata block has been parsed */

Source from the content-addressed store, hash-verified

2604 * called when a pcdata block has been parsed
2605 */
2606void
2607xmlSAX2CDataBlock(void *ctx, const xmlChar *value, int len)
2608{
2609 xmlSAX2Text((xmlParserCtxtPtr) ctx, value, len, XML_CDATA_SECTION_NODE);
2610}
2611
2612static int xmlSAX2DefaultVersionValue = 2;
2613

Callers 2

cdataBlockFunction · 0.85
cdataBlockBndFunction · 0.85

Calls 1

xmlSAX2TextFunction · 0.85

Tested by 1

cdataBlockBndFunction · 0.68