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

entityDeclarationForName:

Returns the DTD node representing the entity declaration for a specified entity. 指定されたエンティティに対するエンティティ宣言を表しているDTDノードを返します。

Declaration 宣言

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

Parameters パラメータ

entityName

A string that is the name of an entity. エンティティの名前である文字列。

Return Value 戻り値

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

See Also 参照

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