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
パーサー状態を入手する
var lineNumber: Int
The line number of the XML document being processed by the parser.
パーサーによって処理されているXML書類の行数。
var publicID: String?
The public identifier of the external entity referenced in the XML document.
XML書類において参照される外部エンティティのパブリック識別子。
var systemID: String?
The system identifier of the external entity referenced in the XML document.
XML書類において参照される外部エンティティのシステム識別子。