Home | History | Annotate | Download | only in coders

Lines Matching refs:xmlAddChild

7491     (void) xmlAddChild(parser->node,xmlNewCharRef(msl_info->document,name));
7493 (void) xmlAddChild(parser->node,xmlNewReference(msl_info->document,name));
7626 (void) xmlAddChild(parser->node,xmlNewCDataBlock(parser->myDoc,value,length));