class func predefinedEntityDeclaration (forName : String) -> XMLDTDNode?
Returns a DTD node representing the predefined entity declaration with the specified name.
指定された名前を持つあらかじめ定義されたエンティティ宣言を表している、ある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 entityDeclaration (forName : String) -> XMLDTDNode?
Returns the DTD node representing the entity declaration for a specified entity.
指定されたエンティティに対するエンティティ宣言を表しているDTDノードを返します。
func notationDeclaration (forName : String) -> XMLDTDNode?
Returns the DTD node representing the notation declaration identified by the specified notation name.
指定された表記法名によって識別される表記法宣言を表しているDTDノードを返します。