AMFXML

public struct AMFXML : Sendable, CustomStringConvertible
extension AMFXML: Equatable

ActionScript 3.0 introduces a new XML type.

Seealso

3.13 XML type (amf-file-format-spec.pdf)
  • Declaration

    Swift

    public var description: String { get }
  • Creates a new instance of string.

    Declaration

    Swift

    public init(data: String)

Equatable

  • Declaration

    Swift

    public static func == (lhs: AMFXML, rhs: AMFXML) -> Bool