graetzer / GDataXML-HTML

HTML and XML parser for iOS and OSX, supports XPath
Apache License 2.0
289 stars 121 forks source link

Implements new properties and methods #9

Open DZamataev opened 10 years ago

DZamataev commented 10 years ago

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 commented 10 years ago

Ok, I did it.