1153万例文収録!

「The DOM」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

The DOMの部分一致の例文一覧と使い方

該当件数 : 98



例文

Updating the HTML DOM 例文帳に追加

HTML DOM の更新 - NetBeans

13.7.3 minidom and the 例文帳に追加

13.7.3 minidom と DOM - Python

13.6.2 Objects in the DOM 例文帳に追加

13.6.2 DOM 内のオブジェクト - Python

13.7.3 minidom and the DOM standard 例文帳に追加

13.7.3 minidom と DOM 標準 - Python

例文

The definition of the DOM API for Python is given as part of the 例文帳に追加

Python の DOM API 定義は - Python


例文

The following standard DOM methods have special considerations with 例文帳に追加

以下の標準 DOM メソッドは、 - Python

13.6.2 Objects in the 例文帳に追加

13.6.2 DOM 内のオブジェクト - Python

The W3C recommendation upon which the Python DOM API is based.例文帳に追加

Python DOM API が準拠している W3C 勧告。 - Python

The W3C recommendation for the DOM supported by xml.dom.minidom. Subsections例文帳に追加

xml.dom.minidom でサポートされている DOM の W3C 勧告。 - Python

例文

data type: org.w3c.dom.Node (not supported in Python 2) description: When parsing, the current DOM node being visited if this is a DOM iterator; when not parsing, the root DOM node foriteration.access: (parsing) read-only; (not parsing) read/write例文帳に追加

data type: org.w3c.dom.Node (Python 2 では未サポート) description: パース時は DOM イテレータにおけるカレント DOM ノード、非パース時はルート DOM ノードを指す。 - Python

例文

So what's the plan, dom?例文帳に追加

それで計画は ドム? - 映画・海外ドラマ英語字幕翻訳辞書

The W3C recommendation for the DOM supported by xml.dom.minidom.例文帳に追加

xml.dom.minidom でサポートされている W3C の DOMに関する勧告。 - Python

module is essentially a DOM1.0-compatible DOM with some DOM 2 features (primarily namespacefeatures).Usage of the DOM interface in Python is straight-forward. 例文帳に追加

モジュールは、本質的にはDOM 1.0 互換の DOM に、いくつかの DOM 2 機能 (主に名前空間機能) を追加したものです。 Python における DOM インタフェースは率直なものです。 - Python

These properties are defined in the DOM specification.例文帳に追加

これらのプロパティはDOM 仕様で定義されています。 - Python

This requires modifying the HTML DOM.例文帳に追加

そのためには HTML の DOM を変更する必要があります。 - NetBeans

You will define this function next in Updating the HTML DOM.例文帳に追加

この関数は、次の「HTML DOM の更新」で定義します。 - NetBeans

13.6 xml.dom -- The Document Object Model API 例文帳に追加

13.6 xml.dom -- 文書オブジェクトモデル (DOM) API - Python

The Python mapping of the API is substantially based on the DOM Level2 recommendation.例文帳に追加

Python においては、DOM API への対応付け は実質的には DOM レベル2 勧告に基づいています。 - Python

Please, dom, just let me have the chip.例文帳に追加

頼む ドム チップを持たせてくれ - 映画・海外ドラマ英語字幕翻訳辞書

It is intended to be simpler than the full DOM and also significantly smaller.DOM applications typically start by parsing some XML into a DOM.例文帳に追加

この実装では、完全な DOM よりも単純で、かつ十分に小さくなるよう意図しています。 DOM アプリケーションは典型的に、XML を DOM に解析 (parse) することで開始します。 - Python

DocumentationCode completion shows the API documentation for both the core javascript APIs and the DOM APIs. 例文帳に追加

ドキュメントコード補完では、JavaScript のコア API と DOM API の両方の API ドキュメントが表示されます。 - NetBeans

In this particular case, we do not take much advantage of the flexibility of the DOM.例文帳に追加

特にこの例に関しては、DOM の柔軟性をあまり活用してはいません。 - Python

These properties are defined in the DOM specification; this portion of the reference manual describes the interpretation of the specification in Python. The specification provided by the W3C defines the DOM API for Java,ECMAScript, and OMG IDL.例文帳に追加

これらのプロパティはDOM 仕様で定義されています; 本リファレンスマニュアルでは、Python において DOM 仕様がどのように解釈されているかを記述しています。 W3C から提供されている仕様は、 DOM API を Java、ECMAScript、およびOMG IDL で定義しています。 - Python

The order you get the attributes in is arbitrary but will be consistent for the life of a DOM.例文帳に追加

属性の並び方は任意ですが、DOM 文書が生成されている間は一定になります。 - Python

Users that require a full-featured implementation of DOM should use the PyXML package.例文帳に追加

完全な機能をもったDOM 実装を必要とするユーザは PyXML パッケージを利用すべきです。 - Python

Once you have a Document, you can add child nodes to it to populate the DOM:例文帳に追加

Documentを取得したら、DOM を構成するために子ノードを追加していくことができます: - Python

Values of type DOMString may also be None where allowed to have the IDL null value by the DOM specification from the W3C.例文帳に追加

DOMString 型の値は、W3C の DOM 仕様で、IDLnull 値になってもよいとされている場所では None になることもあります。 - Python

DOM Level2 added the ability to create newDocument and DocumentType objects using theDOMImplementation as well. 例文帳に追加

DOM レベル2 では、DOMImplementation を使って新たなDocument オブジェクトや DocumentType オブジェクトを生成する機能も追加しています。 - Python

If the parser and DOM implementation support the DOM's XML extension,portions of the text enclosed in CDATA marked sections are stored in CDATASection objects.例文帳に追加

パーザおよび DOM 実装が DOM の XML 拡張をサポートしている場合、CDATA でマークされた区域 (section) に入れられている部分テキストは CDATASection オブジェクトに記憶されます。 - Python

The exception codes defined in the DOM recommendation map to the exceptions described above according to this table:例文帳に追加

DOM 勧告で定義されている例外コードは、以下のテーブルに従って上記の例外と対応付けられます: - Python

The primitive IDL types used in the DOM specification are mapped to Python types according to the following table.例文帳に追加

DOM 仕様で使われている基本的な IDL 型は、以下のテーブルに従ってPython の型に対応付けられています。 - Python

A template DOM (document object model) conversion processing part 2 converts a template 1 into the DOM 3 of a template.例文帳に追加

テンプレートDOM変換処理部2は、テンプレート1をテンプレートのDOM3へ変換する。 - 特許庁

In the case of reading out an HTML document, a client computer reads out the setting file of the XML format, converts the read setting file into a DOM (document object model) tree, analyzes the converted DOM tree, and displays the browser control on the Web browser on the basis of the analysis result.例文帳に追加

クライアントコンピュータは、HTML文書を読み込むとき、該XML形式の設定ファイルを読み込み、読み込んだ設定ファイルをDOM(Document Object Model)ツリーに変換し、変換したDOMツリーを解析し、解析した結果に基づいてブラウザコントロールをWebブラウザに表示する。 - 特許庁

Since the DOM uses only in parameters, the arguments are passed in normal order (from left to right).例文帳に追加

DOM では in パラメタのみを使うので、引数は通常の順番 (左から右へ) で渡されます。 オプション引数はありません。 - Python

Refer to the documentation bundled with that package for information on the current state of DOM Level3 support.例文帳に追加

DOM レベル3 サポートの現在の状態についての情報は、PyXML パッケージに同梱されているドキュメントを参照してください。 - Python

DOM Level3adds a Load/Store specification, which defines an interface to the reader, but this is not yet available in the Python standard library.Once you have a DOM document object, you can access the parts of your XML document through its properties and methods.例文帳に追加

DOM レベル3 ではロード(Load)/ストア(Store) 仕様が追加され、リーダのインタフェースにを定義していますが、Python 標準ライブラリではまだ利用することができません。 DOM 文書オブジェクトを生成したら、そのプロパティとメソッドを使ってXML 文書の一部にアクセスできます。 - Python

Once you have a DOM document object, you can access the parts of your XML document through its properties and methods.例文帳に追加

DOM 文書オブジェクトを手にしたら、XML 文書のプロパティやメソッドを使って、文書の一部にアクセスすることができます。 - Python

All of the node names behind the uucp-dom: keyword must be valid UUCP neighbors, as you can verify using the command uuname. 例文帳に追加

uucp-dom: キーワードの後ろにあるノード名はすべて、 uuname コマンドを使用することで確かめられる正しい UUCP隣接ホストである必要があります。 - FreeBSD

Raised when a specified range of text does not fit into a string. This is not known to be used in the Python DOM implementations, but may be received from DOM implementations not written in Python.例文帳に追加

指定された範囲のテキストが文字列に収まらない場合に送出されます。 この例外は Python の DOM 実装で使われるかどうかは判っていませんが、Python で書かれていない DOM 実装から送出される場合があります。 - Python

That is, the document processor reads the binary file and generates the DOM instead of reading the XML file and generating the DOM.例文帳に追加

すなわち、文書処理装置は、XMLファイルを読み込んでDOMを生成する代わりに、バイナリファイルを読み込んでDOMを生成する。 - 特許庁

Dom, I did some checking, asked around, got the location of a street race tonight.例文帳に追加

ドム あちこちで 聞いて回って来た 今夜ストリートレースがある - 映画・海外ドラマ英語字幕翻訳辞書

The DOMImplementation interface provides a way for applications to determine the availability of particular features in the DOM they are using.例文帳に追加

DOMImplementation インタフェースは、利用している DOM 実装において特定の機能が利用可能かどうかを決定するための方法をアプリケーションに提供します。 - Python

The DOM structural location of the inadequate place in the stored inadequate place list is specified, and the DOM structural location is added to the inadequate place list (1a4).例文帳に追加

前記保存した不適切箇所リストにおける不適切箇所のDOM構造位置を特定し、該DOM構造位置を不適切箇所リストに追加する(1a4)。 - 特許庁

Contents of the dom perignon of that shop was a mixture worth about 20 yen a cup.例文帳に追加

あの店のドンペリの中身は 原価1杯20円の混ぜ物でした。 - 映画・海外ドラマ英語字幕翻訳辞書

Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic GC.例文帳に追加

DOM との内部的な参照を破壊して、循環参照ガベージコレクションを持たないバージョンの Python でもガベージコレクションされるようにします。 - Python

This means that the typical surrogates generated by Python IDL compilers are not likely to work, and wrapper objects maybe needed on the client if the DOM objects are accessed via CORBA.While this does require some additional consideration for CORBA DOMclients, the implementers with experience using DOM over CORBA from Python do not consider this a problem.例文帳に追加

これは、Python IDL コンパイラによって生成された典型的なサロゲーションはまず動作することはなく、DOM オブジェクトがCORBA を解してアクセスされる場合には、クライアント上でラッパオブジェクトが必要であることを意味します。 CORBA DOM クライアントでは他にもいくつか考慮すべきことがある一方で、CORBA を介して DOM を使った経験を持つ実装者はこのことを問題視していません。 - Python

Starting with Python 2.2, these objects provide the interface defined in the DOM specification, but with earlier versions of Python they do not support the official API.例文帳に追加

Python 2.2 からは、これらのオブジェクトはDOM 仕様で定義されたインタフェースを提供していますが、それ以前のバージョンの Python では、公式の API をサポートしていません。 - Python

Finally, the XMLHttpRequest object receives the XML data using a callback function, processes it, and updates the HTML DOM (Document Object Model) to display the page containing the new data.例文帳に追加

最後に、コールバック関数を使用して XMLHttpRequest オブジェクトが XML データを受け取って処理し、新しいデータを含むページを表示するように HTML の DOM (文書オブジェクトモデル) を更新します。 - NetBeans

An interruption processing means 500 performs print processing for data to be printed which are specified via a DOM-API202 on the basis of the print request interruption.例文帳に追加

割り込み処理手段500は、印刷要求割り込みに基づいて、DOM-API202を介して特定した印刷対象データについて印刷処理を行う。 - 特許庁

例文

To attain an XML parsing function equivalent to a DOM by saving a memory and to load the XML parsing system to an incorporated system on which the DOM can not be loaded by resource restriction.例文帳に追加

省メモリでDOMと同等のXML構文解析機能を実現し、リソース制限によりDOMを搭載できない組み込みシステムへ搭載する。 - 特許庁




  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS