1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 54



例文

13.6.2 Objects in the DOM 例文帳に追加

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

13.6.2 Objects in the 例文帳に追加

13.6.2 DOM 内のオブジェクト - 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

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


例文

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

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

Hey, dom, it was pretty wild in that mountain, huh?例文帳に追加

ヘイ、ドム 山はどうだった? - 映画・海外ドラマ英語字幕翻訳辞書

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

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

In these recession times a pink dom perignon is something..例文帳に追加

この不景気なご時世に ピンクのドンペリなんて - 映画・海外ドラマ英語字幕翻訳辞書

例文

The order you get the attributes in is arbitrary but will be consistent for the life of a 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

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

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

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

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

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ブラウザに表示する。 - 特許庁

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

This is actually something that one of our engineers, dom, built in a weekend.例文帳に追加

元々うちのエンジニアのドムが ある週末に作ったツールなんですが - 映画・海外ドラマ英語字幕翻訳辞書

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 is a standard tree representation for XML data.The Document Object Model is being defined by the W3C in stages, or``levels'' in their terminology. 例文帳に追加

DOM は XML データに対する標準的なツリー表現なのです。 文書オブジェクトモデルは、W3C によっていくつかの段階、W3C の用語で言えば ``レベル (level)'' で定義されています。 - Python

Most of these reflect information in the XML document that is not of general utility to most DOM users.例文帳に追加

これらの大部分は、ほとんどの DOM のユーザにとって一般的な用途として有用とはならないような XML 文書内の情報を反映しています。 - Python

Of course you could build some sort of treeyourself in SAX events, but the DOM allows you to avoid writing that code.例文帳に追加

もちろん、何らかのツリーをSAX イベントに応じて自分で構築することもできるでしょうが、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)。 - 特許庁

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

A conversion server acquires a Web page described as input information in a profile in advance and holds its script and a DOM of an HTML text being an operation target.例文帳に追加

変換サーバは、事前にプロファイルにおいて入力情報として記述されたWebページを取得し、そのスクリプトとそのスクリプトの操作対象となるHTML文書のDOMを保持しておく。 - 特許庁

This demonstrated the limit of what you could do with the Document Object Model in Netscape 3. 例文帳に追加

これは,ネットスケープバージョン3のドキュメント・オブジェクト・モデル(DOM)でできる限界を実証した. - コンピューター用語辞典

This Web browser software is provided with a step to read an HTML source program in a computer, a step to analyze the read HTML source program, and a step to convert an analytic result into an intermediate instruction by a DOM matched with the output device of a computer based on the analysis, and configured to check accessibility by using the intermediate instruction by the DOM as a target.例文帳に追加

HTMLソースプログラムをコンピュータに読み込むステップ、前記読み込んだHTMLソースプログラムを解釈するステップ、前記解釈に基づき当該解釈結果をコンピュータの出力装置に整合するDOMによる中間命令に変換するステップを有するウェブブラウザソフトウエアにおいて、前記DOMによる中間命令を対象としてアクセシビリティの検査を行う。 - 特許庁

The diodes DO1-DOm are made of high breakdown voltage P-channel type MOS transistors in which the source and gate are connected in common.例文帳に追加

ダイオードDO1〜DOmは、ソースとゲートが共通接続された高耐圧のPチャネル型MOSトランジスタからなる。 - 特許庁

Using RSS information distributed with a Web document, a part extremely similar to a "title" described in the RSS feed is retrieved on a tree structure data (DOM) converted from HTML and is specified in consideration of a style if necessary.例文帳に追加

Web文書と共に配信されるRSS情報を利用し、そのRSSフィードに記載された「タイトル」に極めて類似した箇所を、HTMLを変換した木構造データ(DOM)上で検索し、必要に応じてそのスタイルを考慮しながら特定する。 - 特許庁

Return the XML that the DOM represents as a string.With no argument, the XML header does not specify an encoding, and the result is Unicode string if the default encoding cannot represent all characters in the document.例文帳に追加

DOM が表現している XML を文字列にして返します。 引数がなければ、 XML ヘッダは encoding を指定せず、文書内の全ての文字をデフォルトエンコード方式で表示できない場合、結果は Unicode 文字列となります。 - Python

The cathodes of the diodes DO1-DOm are connected in common to the control terminal PX through a wiring 3.例文帳に追加

ダイオードDO1〜DOmのカソードは、配線3を介して、制御端子PXに共通接続されている。 - 特許庁

The same portion other than the specified same portion is deleted from the DOM tree stored in the tree structure storage part 16.例文帳に追加

木構造記憶領域16に記憶されたDOMツリーから、特定の同一部分以外の同一部分を削除する。 - 特許庁

To reduce the memory usage of DOM tree for XML documents having a common structure differed only in value.例文帳に追加

値のみが異なる共通の構造を持つXML文書に対するDOM木に対する使用メモリ量を削減する。 - 特許庁

A DOM generation processing part 11 generates a DOM tree 12 from automaton transition information 9 acquired through the parsing processing, a value 8 acquired in each state, and transition condition data from the automaton conversion processing part 4.例文帳に追加

DOM生成処理部11は、パース処理を通して取得した、オートマトンの遷移情報9と、各状態で取得した値8と、オートマトン変換処理部4からの遷移条件データ10とからDOMツリー12を生成する。 - 特許庁

To provide an efficient correction procedure (or a hint for correction) to a user by presenting a diagnostic result in the consideration of a DOM structure in Web content.例文帳に追加

ウェブコンテンツにおけるDOM構造を考慮した診断結果を提示し、効率的な修正手順(もしくは修正するためのヒント)をユーザに提供する。 - 特許庁

In one embodiment, the server is configured and controlled for document object model (DOM) access to and manipulation of markup language files.例文帳に追加

一実例では、サーバはドキュメント・オブジェクト・モデル(DOM)がマークアップ・ファイルにアクセスして操作しうるように構成されかつ制御されている。 - 特許庁

The keyword display method includes a first step of listing DOM (Document Object Model) nodes according to a DOM definition, and extracting text from an HTML document of the webpage; a second step of extracting a word, which matches a word stored in a pre-registered dictionary, as a keyword from the extracted text; and a third step of changing a DOM node of the extracted keyword.例文帳に追加

前記ウェブページのHTML文書に対して、DOM(Document Object Model)の定義に基づいてDOMノードを列挙し、テキストを抽出する第1ステップと、抽出された前記テキストの中から、予め登録されている辞書に格納された単語と一致する単語を、キーワードとして抽出する第2ステップと、抽出された前記キーワードのDOMノードを変更する第3ステップとを備える。 - 特許庁

Attributes that are declaredreadonly may not restrict write access in all DOMimplementations.Additionally, the accessor functions are not required. 例文帳に追加

readonly であると宣言された属性は、全てのDOM 実装で書き込みアクセスを制限しているとは限りません。 さらに、アクセサ関数は必須ではありません。 - Python

This document processor is provided with a serialization part 320 serializing a DOM created from an XML file to store it in a file.例文帳に追加

文書処理装置は、シリアライズ部320を備えており、XMLファイルから生成したDOMをシリアライズ部320によりシリアライズしてファイルに保存する。 - 特許庁

To provide a method and an apparatus for solving the loop problem in structural documents such as those defined by DOM, EDI and XML.例文帳に追加

DOM、EDI、およびXMLによって定義されるような構造化文書におけるループ問題を解決する方法および装置を提供すること。 - 特許庁

In this random access method for XML documents of table format and its program, processing is performed in: an analysis section 13 for analyzing a DOM 12 to generate a table 14; an editing part 15 editing to make a display based on the DOM 12 and the table 14 developed on a memory 2; and an operating section 17 for operating the DOM 12 and table 14.例文帳に追加

DOM12を解析してテーブル14を生成するための解析部13と、メモリ2上に展開されたDOM12及びテーブル14に基づいて表示を行なうために編集を行なう編集部15と、表示部16の表示に応じた所定の指示に基づいてDOM12及びテーブル14を操作するための操作部17とにおいて処理を行なわせるテーブル形式のXML文書のランダムアクセス方法及びそのプログラムを提供する。 - 特許庁

In particular, the various character ranges defined by the positional language are used to efficiently map a portion of the source code 50 to a corresponding portion of the DOM 52.例文帳に追加

具体的には、位置言語により定義された多様な文字範囲を用いて、ソースコード50の一部分を、それに対応するDOM52の一部分へ効率的にマップする。 - 特許庁

An XML document and a BML document in a carousel 11, extracted from broadcast data are formed into structure that a user can use, based on an ECMA script roman ECMA engine part 13 in a BML (XML) parser 12, are converted into the system of DOM tree structure by a DOM instruction managing part 14 and are displayed on a display part 15.例文帳に追加

放送データから抽出されたカルーセル11内のXML文書及びBML文書は、BML(XML)パーサ12にてECMAエンジン部13からのECMAスクリプトに基づいてユーザが利用可能な構造に変換され、DOM提示管理部14によりDOMツリー構造の形式に変換されて提示部15に提示される。 - 特許庁

To provide method and system for displaying browser control which can specify a control element by XPath or XPointer by associating respective controls with elements of a DOM tree in the case of describing an OBJECT tag in an HTML document and operating a browser control on a Web browser and which are adaptive to personalization, the dynamic processing of behavior (event) and multidevice.例文帳に追加

HTML文書にOBJECTタグを記述しブラウザコントロールをWebブラウザ上で動作させる際、各コントロールとDOMツリーの要素を対応させることにより、XPathやXPointerでコントロールである要素を指定することを可能とし、パーソナライゼーション、振る舞い(イベント)の動的処理、マルチデバイスに対応することのできるブラウザコントロール表示方法およびシステムを提供することを目的とする。 - 特許庁

The same portion where the element, a content of the element and the hierarchical structure are same is detected out of a DOM tree stored in a tree structure storage part 16 of a RAM 26.例文帳に追加

RAM26の木構造記憶領域16に記憶されたDOMツリーの中から、要素、要素の内容、及び要素の階層構造が同一の同一部分を検出する。 - 特許庁

The browser means includes: a browser control means for controlling the document file to be displayed on the screen in response to the display request; a history management means for recoding an access request for a prescribed node from the state display control means; and a DOM processing means for, in response to an access request to the node on the DOM tree, controlling access by referring to the access history.例文帳に追加

ブラウザ手段は、表示要求に応答して、文書ファイルを画面に表示するよう制御するブラウザ制御手段と、状態表示制御手段からの所定のノードのアクセス要求を記録する履歴管理手段と、DOMツリー上のノードへのアクセス要求に応答して、アクセス履歴を参照してアクセスを制御するDOM処理手段とを含む。 - 特許庁

If "No Control" is selected in a DOM (domestic) machine, "Overseas Type A" is set on the engine, and if "No Control" is selected in an EXP (overseas) machine, "Domestic Type" is set on the engine.例文帳に追加

DOM(国内向け)機で「管理しない」を選択された場合には、エンジンに対し「海外タイプA」を設定し、EXP(国外向け)機で「管理しない」を選択された場合には、エンジンに対し「国内タイプ」を設定するようにする。 - 特許庁

The server is configured and controlled to enter the changes in the data structure, for example, in accordance with the document object model (DOM), and to reflect the entered changes to other clients connected to the server.例文帳に追加

サーバはたとえばドキュメント・オブジェクト・モデル(DOM)に従って変更をデータ構造に入力し、入力した変更をサーバに接続された他のクライアントに反映させるように構成されかつ制御されている。 - 特許庁

例文

How this is accomplished is not covered at all by DOM Level1, and Level2provides only limited improvements: There is aDOMImplementation object class which provides access to Document creation methods, but no way to access an XMLreader/parser/Document builder in an implementation-independent way.There is also no well-defined way to access these methods without an existing Document object.例文帳に追加

どのようにして解析を行うかについては DOM レベル1 では全くカバーしておらず、レベル2 では限定的な改良だけが行われました:レベル2 ではDocument を生成するメソッドを提供するDOMImplementation オブジェクトクラスがありますが、実装に依存しない方法で XML リーダ(reader)/パーザ(parser)/文書ビルダ(Document builder) にアクセスする方法はありません。 また、既存の Document オブジェクトなしにこれらのメソッドにアクセスするような、よく定義された方法もありません。 - Python




  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., 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.
  
© 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