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 anAEXMLElementobject.Declaration
Swift
public class AEXMLElement: NSObject
-
This class is inherited from
AEXMLElementand has a few addons to represent XML Document.XML Parsing is also done with this object.
See moreDeclaration
Swift
public class AEXMLDocument: AEXMLElement
View on GitHub
Classes Reference