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: element["foo"]["bar"] would return <bar></bar> element from <element><foo><bar></bar></foo></element> XML as an AEXMLElement object.

    See more

    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 more

    Declaration

    Swift

    public class AEXMLDocument: AEXMLElement