Instance Property
インスタンスプロパティ
shouldReportNamespacePrefixes
A Boolean value that determines whether the parser reports the prefixes indicating the scope of namespace declarations.
あるブール値、それはパーサーが名前空間宣言のスコープを指し示す接頭辞を報告するかどうかを決定します。
Declaration
宣言
var shouldReportNamespacePrefixes: Bool
{ get set }
Discussion
議論
true
if the parser reports the scope of namespace declarations, false
otherwise. The default value is false
.
true
、もしパーサーが名前空間宣言のスコープを報告するならば、そうでなければfalse
。省略時の値は、false
です。
The parser reports prefixes with the delegate methods parser(_:didStartMappingPrefix:toURI:)
and parser(_:didEndMappingPrefix:)
.
パーサーは、接頭辞を、委任先メソッドparser(_:didStartMappingPrefix:toURI:)
とparser(_:didEndMappingPrefix:)
で報告します。
See Also
参照
Managing Parser Behavior
パーサー挙動を管理する
var shouldProcessNamespaces: Bool
A Boolean value that determines whether the parser reports the namespaces and qualified names of elements.
あるブール値、それはパーサーが要素の名前空間と修飾名を報告するかどうかを決定します。