GDataXML-HTML icon indicating copy to clipboard operation
GDataXML-HTML copied to clipboard

Implements new properties and methods

Open DZamataev opened this issue 11 years ago • 1 comments

Thanks for the awesome work! This parser helped me a lot. Let me introduce some improvements.

Implements methods to get index and parent of the node. Pretty basic but needed in many scenarios. Implements removeChildAtIndex: which is useful when you have index of element. Implements removeAttributeForName: which is also very useful when dealing with HTML, clearing page, for example.

These improvements need more testing though.

DZamataev avatar Sep 12 '14 14:09 DZamataev

Ok, I did it.

DZamataev avatar Sep 17 '14 14:09 DZamataev