Instance Property
インスタンスプロパティ
publicID
The public identifier of the external entity referenced in the XML document.
XML書類において参照される外部エンティティのパブリック識別子。
Declaration
宣言
@property(nullable, readonly, copy) NSString
*publicID;
Discussion
議論
You may access this property once a parsing operation has begun or after an error occurs.
あなたは、このプロパティにアクセスを、ただ一度だけ構文解析演算が始まったまたはエラーが発生する後にするかもしれません。
See Also
参照
Obtaining Parser State
パーサー状態を入手する
columnNumber
The column number of the XML document being processed by the parser.
パーサーによって処理されているXML書類のコラム数。
lineNumber
The line number of the XML document being processed by the parser.
パーサーによって処理されているXML書類の行数。
systemID
The system identifier of the external entity referenced in the XML document.
XML書類において参照される外部エンティティのシステム識別子。