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

shouldProcessNamespaces

A Boolean value that determines whether the parser reports the namespaces and qualified names of elements. あるブール値、それはパーサーが要素の名前空間と修飾名を報告するかどうかを決定します。

Declaration 宣言

var shouldProcessNamespaces: Bool { get set }

Discussion 議論

true if the parser reports namespace and qualified name, false otherwise. true、もしパーサーが名前空間および修飾名を報告するならば、そうでなければfalse

The parser reports element names with the delegate methods parser(_:didStartElement:namespaceURI:qualifiedName:attributes:) and parser(_:didEndElement:namespaceURI:qualifiedName:). パーサーは、要素名を、委任先メソッドparser(_:didStartElement:namespaceURI:qualifiedName:attributes:)parser(_:didEndElement:namespaceURI:qualifiedName:)で報告します。

See Also 参照

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