class func predefinedEntityDeclaration (forName : String) -> XMLDTDNode?
Returns a DTD node representing the predefined entity declaration with the specified name.
指定された名前を持つあらかじめ定義されたエンティティ宣言を表している、あるDTDノードを返します。
func elementDeclaration (forName : String) -> XMLDTDNode?
Returns the DTD node representing an element declaration for a specified element.
指定された要素に対する要素宣言を表しているDTDノードを返します。
func attributeDeclaration (forName : String, elementName : String) -> XMLDTDNode?
Returns the DTD node representing an attribute-list declaration for a given attribute and its element.
与えられた属性とそれの要素に対して、属性リスト宣言を表しているDTDノードを返します。
func notationDeclaration (forName : String) -> XMLDTDNode?
Returns the DTD node representing the notation declaration identified by the specified notation name.
指定された表記法名によって識別される表記法宣言を表しているDTDノードを返します。