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 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ノードを返します。