AFKXMLReader

Easy-to-use, open source and property-based XML parser for iOS apps
Download

AFKXMLReader Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD
  • Publisher Name:
  • Marco Tabini
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 22 KB

AFKXMLReader Tags


AFKXMLReader Description

Easy-to-use, open source and property-based XML parser for iOS apps AFKXMLReader is an open source and simple property-based XML parser for iOS applications.The reason for building AFKXMLReader is that the only XML parser included in iOS is the SAX-like NSXMLParser, which is quite inconvenient to use. AFKXMLReader does not require any external library and is completely self-contained.AFKXMLReader takes a given XML file and parses it (using NSXMLParser) into a tree of AFKXMLElement objects, which are simple representations of an XML element. This will allow your code to work in a property-driven way, rather than in an event-driven way (in other words, you load up the entire file first and access the bits and pieces you need). Requirements: · Apple Xcode Limitations: · The only major limitation of AFKXMLReader (except for the fact that it isn't complete) is the fact that it loads an entire XML document into memory. Since the latter comes at a premium on iOS devices, you need to be careful to use AFKXMLReader only on small documents (it was originally intended to be used to read RSS/Atom feeds). For larger documents, you are better off using NSXMLParser directly.


AFKXMLReader Related Software