Instance Property インスタンスプロパティ

columnNumber

The column number of the XML document being processed by the parser. パーサーによって処理されているXML書類のコラム数。

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. コラムは、書類の中のXML要素の入れ子にされた水準を参照します。あなたは、このプロパティにアクセスを、ただ一度だけ構文解析演算が始まったまたはエラーが発生する後にするかもしれません。

See Also 参照

Obtaining Parser State パーサー状態を入手する