func parse() -> Bool
Starts the event-driven parsing operation.
イベント駆動構文解析演算を開始します。
func abortParsing ()
Stops the parser object.
パーサーオブジェクトを停止します。
Availability 有効性
Technology
var parserError: Error
? { get }
You may access this property after a parsing operation abnormally terminates to determine the cause of error. あなたは、このプロパティにアクセスを、構文解析演算が異常に終了される後に、エラーの原因を決定するためにするかもしれません。
func parse() -> Bool
func abortParsing ()