columnNumber
The column number of the XML document being processed by the parser.
Declaration
var columnNumber: Int { get }Discussion
The column refers to the nesting level of the XML elements in the document. You may access this property once a parsing operation has begun or after an error occurs.