1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 108



例文

13.7.2 DOM Example 例文帳に追加

13.7.2 DOM の例 - Python

Updating the HTML DOM 例文帳に追加

HTML DOM の更新 - NetBeans

13.7.3 minidom and the 例文帳に追加

13.7.3 minidomDOM - Python

13.7.1 DOM Objects 例文帳に追加

13.7.1 DOM オブジェクト - Python

例文

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

13.7.3 minidomDOM 標準 - Python


例文

13.6.2 Objects in the DOM 例文帳に追加

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

13.7 xml.dom.minidom -- Lightweight DOM implementation 例文帳に追加

13.7 xml.dom.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

例文

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

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

例文

DOM applications typically start by parsing some XML into a DOM. 例文帳に追加

DOM アプリケーションは、普通は XML を 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

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

13.6.2 Objects in the 例文帳に追加

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

Joke, Kao Dom 例文帳に追加

ジョーク、カーオ・トム - Wikipedia日英京都関連文書対訳コーパス

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

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

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

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

13.8 xml.dom.pulldom -- Support for building partial DOM trees 例文帳に追加

13.8 xml.dom.pulldom -- 部分的な DOM ツリー構築のサポート - Python

Support for building partial DOM trees from SAX events. 例文帳に追加

SAX イベントからの部分的な DOM ツリー構築のサポート。 - Python

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

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

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

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

When you are finished with a DOM, you should clean it up. 例文帳に追加

DOM を使い終えたら、後片付けを行わなければなりません。 - Python

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

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

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

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

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

13.6 xml.dom -- 文書オブジェクトモデル (DOM) API - 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

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

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

Base exception class used for all specific DOM exceptions. 例文帳に追加

全ての特定の 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

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

object.someValue is not required to work, and may raise an AttributeError.The Python DOM API, however, does require that normal attribute access work.例文帳に追加

しかしながら、Python DOM API では、通常の属性アクセスが動作することが必須です。 - Python

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

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

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

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

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

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

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

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へ変換する。 - 特許庁

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

Lightweight Document Object Model (DOM) implementation. 例文帳に追加

軽量な文書オブジェクトモデルの実装。 - 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

TYPE of DOM, INTL, POSTAL, PARCEL, HOME, WORK, PREF, VOICE, FAX, MSG, CELL, PAGER, BBS, MODEM, CAR, ISDN, VIDEO, AOL, APPLELINK, ATTMAIL, CIS, EWORLD, INTERNET, IBMMAIL, MCIMAIL, POWERSHARE, PRODIGY, TLX, X400, GIF, CGM, WMF, BMP, MET, PMB, DIB, PICT, TIFF, PDF, PS, JPEG, QTIME, MPEG, MPEG2, AVI, WAVE, AIFF, PCM, X509, or PGP.例文帳に追加

パラメータ TYPEは DOM, INTL, POSTAL, PARCEL, HOME, WORK,PREF, VOICE, FAX, MSG, CELL, PAGER, BBS, MODEM, CAR, ISDN, VIDEO,AOL, APPLELINK, ATTMAIL, CIS, EWORLD, INTERNET, IBMMAIL, MCIMAIL,POWERSHARE, PRODIGY, TLX, X400, GIF, CGM, WMF, BMP, MET, PMB, DIB,PICT, TIFF, PDF, PS, JPEG, QTIME, MPEG, MPEG2, AVI, WAVE, AIFF,PCM, X509, あるいは PGP。 - PEAR

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

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

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

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

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

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

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

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

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

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

A DOM implementation presents an XML document as a tree structure, or allows client code to build such a structure from scratch.例文帳に追加

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

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
© 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.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS