Documentation Language: Swift

Subscript

subscript(_:)

Returns the element at the requested result index.

subscript(i: Int) -> XMLElement { get }

Parameters

i

The zero-based position to read.

Return Value

The matching XML element.