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

elementDeclaration(forName:)

Returns the DTD node representing an element declaration for a specified element. 指定された要素に対する要素宣言を表しているDTDノードを返します。

Declaration 宣言

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

Parameters パラメータ

elementName

A string that is the name of an element. 要素の名前である、ある文字列。

Return Value 戻り値

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

See Also 参照

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