「DocumentType」を含む例文一覧(6)

  • DocumentType attribute
    DocumentType の属性 - Python
  • 13.6.2.4 DocumentType Objects
    13.6.2.4 DocumentType オブジェクト - Python
  • 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

例文データの著作権について