Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    76e06eec
    NodeFragment: added remove_attr methods · 76e06eec
    Jonathan Schöbel authored
    Two alternatives are provided: remove_attr and pop_attr. While the
    former free's the Attr's data, the latter allocates a new Attr, to store
    and return the data. Both functionality is provided by a single
    (internal) static method.
    76e06eec
    History
    NodeFragment: added remove_attr methods
    Jonathan Schöbel authored
    Two alternatives are provided: remove_attr and pop_attr. While the
    former free's the Attr's data, the latter allocates a new Attr, to store
    and return the data. Both functionality is provided by a single
    (internal) static method.