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.
Subscript
Returns the element at the requested result index.
subscript(i: Int) -> XMLElement { get }
iThe zero-based position to read.
The matching XML element.