Home > Software engineering >  The question of CMarkup
The question of CMarkup

Time:09-30



With the CMarkup how to delete an element with attributes, can write a simple example? thank you

CodePudding user response:

RemoveElem delete the current including child element is the main position of the element
RemoveChildElem delete includes current child element and its child elements
RemoveNode delete the current node
RemoveAttrib delete current location element specific attribute
RemoveChildAttrib delete current location element of a particular attribute

CodePudding user response:

http://www.cppblog.com/totti1006/archive/2009/07/27/63672.html
  • Related