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

shouldReportNamespacePrefixes

A Boolean value that determines whether the parser reports the prefixes indicating the scope of namespace declarations. あるブール値、それはパーサーが名前空間宣言のスコープを指し示す接頭辞を報告するかどうかを決定します。

Declaration 宣言

@property BOOL shouldReportNamespacePrefixes;

Discussion 議論

YES if the parser reports the scope of namespace declarations, NO otherwise. The default value is NO. YES、もしパーサーが名前空間宣言のスコープを報告するならば、そうでなければNO。省略時の値はNOです。

The parser reports prefixes with the delegate methods parser:didStartMappingPrefix:toURI: and parser:didEndMappingPrefix:. パーサーは、接頭辞を、委任先メソッドparser:didStartMappingPrefix:toURI:parser:didEndMappingPrefix:で報告します。

See Also 参照

Managing Parser Behavior パーサー挙動を管理する