Instance Method インスタンスメソッド

notationDeclarationForName:

Returns the DTD node representing the notation declaration identified by the specified notation name. 指定された表記法名によって識別される表記法宣言を表しているDTDノードを返します。

Declaration 宣言

- (NSXMLDTDNode *)notationDeclarationForName:(NSString *)name;

Parameters パラメータ

notationName

A string that is the name of a notation. 表記法の名前であるある文字列。

Return Value 戻り値

An autoreleased NSXMLDTDNode object, or nil if there is no match. あるオートリリースされたNSXMLDTDNodeオブジェクト、またはnil、もし合致するものがないならば。

See Also 参照

Getting DTD Nodes by Name DTDノードを名前によって取得する