1016万例文収録!

「DOM.」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

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

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

セーフサーチについて

DOM.を含む例文一覧と使い方

該当件数 : 108



例文

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

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

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 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

例文

METHOD AND SYSTEM FOR DISPLAYING BROWSER CONTROL BY UTILIZING DOM TREE例文帳に追加

DOMツリーを利用したブラウザコントロール表示方法およびシステム - 特許庁


例文

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

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

A program accepts HTML DOM configuration as input, 1) generates one or a plurality of tokens for the respective parsed DOM elements and 2) processes the DOM by parsing the generated tokens according to a grammar dedicated to application.例文帳に追加

プログラムは入力としてHTML DOM構造を受け付け、1)パーズされた各DOM要素に対する1つまたは複数のトークンを生成し、2)生成されたトークンをアプリケーションに特化した文法に従ってパーズすることによって、DOMを処理する。 - 特許庁

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

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

例文

A tree data operation part 109 provides DOM API to a user application 111.例文帳に追加

木データ操作部109では、ユーザアプリケーション111に対して、DOM APIを提供する。 - 特許庁

例文

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による中間命令を対象としてアクセシビリティの検査を行う。 - 特許庁

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

Even when cyclic GC is available, using this can make large amounts of memory availablesooner, so calling this on DOM objects as soon as they are no longer needed is good practice.例文帳に追加

循環参照ガベージコレクションが利用できても、このメソッドを使えば、大量のメモリをすぐに使えるようにできるため、必要なくなったらすぐにこのメソッドを DOM オブジェクトに対して呼ぶのが良い習慣です。 - Python

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

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

The Document Object Model, or ``DOM,'' is a cross-language API from the World Wide Web Consortium (W3C) for accessing and modifying XML documents.例文帳に追加

文書オブジェクトモデル、または ``DOM'' は、ワールドワイドウェブコンソーシアム (World Wide Web Consortium, W3C) による、XML ドキュメントにアクセスしたり変更を加えたりするための、プログラミング言語間共通の API です。 - Python

It then gives access to the structure through a set of objects which provided well-known interfaces.The DOM is extremely useful for random-access applications.例文帳に追加

さらに、前述の構造に対して、よく知られたインタフェースをもつ一連のオブジェクトを通したアクセス手段も提供します。 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

This data processor holds the XML data inside it as a DOM tree, and handles all various styles of pieces of data as the data expressed by the DOM tree.例文帳に追加

データ処理装置では、XMLデータをDOMツリーとして内部で保持し、様々な様式のデータをすべてDOMツリーによって表現されるデータとして取り扱う。 - 特許庁

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を保持しておく。 - 特許庁

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を生成する。 - 特許庁

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)。 - 特許庁

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を搭載できない組み込みシステムへ搭載する。 - 特許庁

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)上で検索し、必要に応じてそのスタイルを考慮しながら特定する。 - 特許庁

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

The implementations must raise the appropriate specific exception, each of which carries the appropriate value for the code attribute.例文帳に追加

DOM の実装では、適切な特定の例外を送出しなければならず、各例外は code 属性に対応する適切な値を伴わなければなりません。 - Python

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

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

An automaton conversion processing part 4 converts the DOM 3 of the template into an automaton 5 for receive an XML document.例文帳に追加

オートマトン変換処理部4は、テンプレートのDOM3を介して、XML文書を受け取るためのオートマトン5へ変換する。 - 特許庁

To reduce the number of work processes, without degrading decorative ness, while the number of usable colors is increased, for improved design free dom and decorativeness.例文帳に追加

装飾性を損なうことなく作業工数を低減し、使用できる色数を増やし、デザインの自由度と装飾性を向上させること。 - 特許庁

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ツリーから、特定の同一部分以外の同一部分を削除する。 - 特許庁

Then, an XML generation part 209 generates output XML data 31 based on the composite DOM object.例文帳に追加

そして、XML生成部209は、合成DOMオブジェクトに基づいて出力XMLデータ31を生成する。 - 特許庁

The outputs of the interpolation calculation means CO1 to COm-1 are added to the output of the distributed calculation means DOm to generate a control command signal.例文帳に追加

補間演算手段CO1〜COm−1の出力と分散演算手段DOmの出力とを加算して制御指令信号を生成する。 - 特許庁

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によって定義されるような構造化文書におけるループ問題を解決する方法および装置を提供すること。 - 特許庁

Diagnostic result content based on the inadequate place list is generated according to the specified DOM structural location (1a5, 1a6).例文帳に追加

特定されたDOM構造位置に応じて、前記不適切箇所リストに基づく診断結果コンテンツを作成する(1a5,1a6)。 - 特許庁

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文書のランダムアクセス方法及びそのプログラムを提供する。 - 特許庁

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

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処理手段とを含む。 - 特許庁

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でコントロールである要素を指定することを可能とし、パーソナライゼーション、振る舞い(イベント)の動的処理、マルチデバイスに対応することのできるブラウザコントロール表示方法およびシステムを提供することを目的とする。 - 特許庁

Applications should be able to handle Unicode whenever a string is returned from the DOM.The IDL null value is mapped to None, which may be accepted or provided by the implementation whenever null is allowed by the API.例文帳に追加

アプリケーションでは、DOM から文字列が返される際には常に Unicode を扱えなければなりません。 IDL の null 値は None に対応付けられており、API で null の使用が許されている場所では常に受理されるか、あるいは実装によって提供されるはずです。 - Python

The parsing of the document will be completed before these functions return; it's simply that these functions do not provide a parser implementation themselves.You can also create a Document by calling a method on a ``DOMImplementation'' object.例文帳に追加

文書の解析はこれらの関数が戻るより前に完結します; 要するに、これらの関数自体はパーザ実装を提供しないということです。 ``DOM 実装'' オブジェクトのメソッドを呼び出して Document を生成することもできます。 - Python

CLASS OBJECT WRAPPER OF DOCUMENT OBJECT MODEL (DOM) ELEMENT OF PROJECT TASK MANAGEMENT SYSTEM FOR MANAGING PROJECT SCHEDULE ON NETWORK例文帳に追加

ネットワーク上でプロジェクトスケジュールを管理するためのプロジェクトタスク管理システムのドキュメント・オブジェクト・モデル(DOM)要素のクラスオブジェクトラッパ - 特許庁

The document processor is also provided with a deserialization part 322 for reading a binary file to deserialize the binary data by the deserialization part 322 to generate the DOM.例文帳に追加

文書処理装置は、デシリアライズ部322も備えており、バイナリファイルを読み込んで、デシリアライズ部322によりバイナリデータをデシリアライズしてDOMを生成する機能を有する。 - 特許庁

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の一部分へ効率的にマップする。 - 特許庁

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)に従って変更をデータ構造に入力し、入力した変更をサーバに接続された他のクライアントに反映させるように構成されかつ制御されている。 - 特許庁

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構造を考慮した診断結果を提示し、効率的な修正手順(もしくは修正するためのヒント)をユーザに提供する。 - 特許庁

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によりシリアライズしてファイルに保存する。 - 特許庁

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

一実例では、サーバはドキュメント・オブジェクト・モデル(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(国外向け)機で「管理しない」を選択された場合には、エンジンに対し「国内タイプ」を設定するようにする。 - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
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.
  
© 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会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS