DocumentType is a specialization of Node, and adds the following attributes: DocumentType は Node を特殊化したもので、以下の属性を加えています: - Python
DOM Level2 added the ability to create newDocument and DocumentType objects using theDOMImplementation as well.
DOM レベル2 では、DOMImplementation を使って新たなDocument オブジェクトや DocumentType オブジェクトを生成する機能も追加しています。 - Python
The DocumentType for a document is available from the Document object's doctype attribute; if there is noDOCTYPE declaration for the document, the document'sdoctype attribute will be set to None instead of an instance of this interface. 文書の DocumentType は、Document オブジェクトの doctype 属性で入手することができます; 文書の DOCTYPE 宣言がない場合、文書の doctype 属性は、このインタフェースを持つインスタンスの代わりに None に設定されます。 - Python
Information about the notations and entities declared by a document(including the external subset if the parser uses it and can provide the information) is available from a DocumentType object. 文書で宣言されている記法 (notation) やエンティティ (entity) に関する (外部サブセット(external subset) がパーザから利用でき、情報を提供できる場合にはそれも含めた) 情報は、 DocumentType オブジェクトから手に入れることができます。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.