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

shouldProcessNamespaces

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

Declaration 宣言

@property BOOL shouldProcessNamespaces;

Discussion 議論

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

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 パーサー挙動を管理する