Classes
The following classes are available globally.
-
This is base class for holding XML structure.
You can access its structure by using subscript like this:
See moreelement["foo"]["bar"]
would return<bar></bar>
element from<element><foo><bar></bar></foo></element>
XML as anAEXMLElement
object.Declaration
Swift
public class AEXMLElement: NSObject
-
This class is inherited from
AEXMLElement
and has a few addons to represent XML Document.XML Parsing is also done with this object.
See moreDeclaration
Swift
public class AEXMLDocument: AEXMLElement