"dom "の翻訳 英語に:


  例 (レビューされていない外部ソース)

DOM ツリー
DOM Tree
DOM ツリービューア
DOM Tree Viewer
DOM ノード
DOM Node
DOM ツリービューアComment
DOM Tree Viewer
純粋な DOM ツリー
Pure DOM Tree
DOM 属性を表示
Show DOM Attributes
Check DOM standard for a detailed explanation.
Prev
新しいcanvas DOMオブジェクトを
Alright, now that we've seen this in action, let's go ahead and use it ourselves.
DOM ツリーを標準出力に
Print DOM Tree to STDOUT
DOM(ドキュメントオブジェクトモデル)についてです
Now, we need to talk about how to interface to the browser. More specifically, we need to talk about the DOM, or document object model.
Canvas要素をDOMから持ってきた DOM要素と考えてみましょう
The interesting thing that we haven't yet covered is grabbing the context of the canvas. Think of the canvas object that we fetched from the
DOM ツリーを HTML として保存
Save DOM Tree as HTML
Creates an HTML document from the dom representation. This function usually is called after building a new dom document from scratch as in the example below.
This function usually is called after building a new dom document from scratch as in the example below.
現在のページの DOM ツリーを表示しますName
View the DOM tree of the current page
この拡張モジュールは with dom DIR を指定してPHPを設 定した場合のみ利用可能です DOM XSLTサポートを組み込むには with dom xslt DIR を追加して下 さい DIRは libxsltをインストールしたディレクトリです DOM EXSLTサ ポートを有効にするには with dom exslt DIR を指定しま す ただし DIRはlibxsltをインストールしたディレクトリです
This extension makes use of the GNOME XML library.
DOM要素が1つ表示されます itemを代入して実行すると DOM要素は2つ表示されます
Now, if I were to run this function on our x object and give it mytag, it returns one dom element.
DOMはXMLのコンピュータ表現を参照するもので
I'm not going to quiz you on this sort of stuff. Just kind of carry this with you.
Creates an XML document from the dom representation. This function usually is called after building a new dom document from scratch as in the example below. The format specifies whether the output should be neatly formatted, or not.
The format specifies whether the output should be neatly formatted, or not.
発火(fire)するような 実験的なDOM Loadイベントを考える事ができます さて 二つ目のアイデアに使うのは dom shotライブラリです
An example of this is the experimental dom load event which is fired when new content is loaded in an iframe.
HTML5ではCanvas要素と呼ばれるDOMを使用します
How to write a 2D tile based rendering engine.
あまり頻繁にDOMにアクセスすることはありません
Our game is primarily going to exist within a single element, the canvas, which we'll get into later.
miniはDOMパーサの中では 小さくて軽いことを表します
Why is it called minidom and not something else?
必ずDOMを参照してください ブラウザで作業するときにDOMを参照することは プログラムで操作しているHTMLドキュメントを 参照するのと同じです
Any time you're dealing with XML programmatically, you'll see references to a dom, or if you're working in your browser, you'll see references to the dom, which kind of refers to the document, the HTML that you're manipulating programmatically.
DOMはHTML文書の構造体とのインタフェースです 例えばheadやbody要素です DOMのおかげでJavaScriptを用いて HTMLにダイナミックにアクセスして 変更することができます
The DOM is an interface to the structure of an HTML.document, for example, the head or body element.
Adds a root element node to a dom document and returns the new node. The element name is given in the passed parameter.
The element name is given in the passed parameter.
修正されたかを表しています 例えばこれはDOM つまりドキュメントオブジェクトモデルです
The color of the rectangle indicates how many security issues have been fixed in that particular class.
XMLではこのDOMという語をよく見るでしょう これはDocument Object Modelの略で
Now, one thing I would like to point out real quick here is when you're working with XML you'll often see this word dom up here.
これを使って指定のDOMノードのスナップショット画像を取得できます その関数は PNG画像データが埋め込まれた
The other tool we'll use is the dom shot library which can get a graphical snapshot of the specific dom node.
JavaScriptのDOM APIを使って 検証を行う方法があります 基本的なHTMLが記述されています フォームとパスワード入力
Here's how you would do that using the DOM API in
JavaScriptを実行しています getElementByIdメソッドがあります これを使えば与えられたIDのDOM要素を取得できます
You can see the basic HTML here with the form and the password input and the submit button, and we have a script down here where we start executing our javascript.
body要素内にある 新しいdiv DOMオブジェクト内に作成します そのためにbodyのIDを使ってbody要素を取得します
What I'd like you to do is create a new canvas DOM object inside a new div DOM object, that is then put inside the body element.
このモジュールは 一連のクラスを定義します メソッドも含めたリス トを以下の表に示します クラスは DOM標準でDOMxxxという名前のもの と等価です
This API differs from the official DOM API in two ways.
この関数は クラス DomDocumentType のオブジェ クトを返します 4.3より前のバージョンのPHPでは このオブジェクト は クラス Dtd でしたが DOM標準にはそのよう なクラスはありません
In versions of PHP before 4.3 this has been the class Dtd, but the DOM Standard does not know such a class.
domxml拡張モジュールは DOM標準に対する互換性を改善するためPHPバー ジョン4.3.0で書き直されました 拡張モジュールには まだ 多くの古 い関数が含まれていますが 使用は推奨されません 特にオブジェクト 指向でない関数の使用は避けるべきです
The extension still contains many old functions, but they should no longer be used.
PHPにはPOSIX拡張正規表現もしくはPerl正規表現からXML文書の解析に至るまで 非常に便利なテキスト処理の機能があります XML文書の解析や操作のために SAXとDOMをサポートしています XML文書の変換にはXSLT拡張モジュールを 使用することが出来ます
Talking about interconnection, PHP has support for instantiation of Java objects and using them transparently as PHP objects.