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

entityDeclaration(forName:)

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

Declaration 宣言

func entityDeclaration(forName name: String) -> XMLDTDNode?

Parameters パラメータ

entityName

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

Return Value 戻り値

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

See Also 参照

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