1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > xml elementの意味・解説 > xml elementに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

xml elementの部分一致の例文一覧と使い方

該当件数 : 73



例文

The document compressing device is configured to compress an element specified by an XML document analyzing part 12, provide an XML document compressing part 13 which creates a correspondence list indicating the correspondence relationship between before and after compression of the element, and create an XSLT 4 for reconstruction for reference when the compressed element is reconstructed based on the correspondence list created by an XML document compressing part 13.例文帳に追加

XML文書解析部12により特定された要素を圧縮するとともに、その要素の圧縮前後の対応関係を示す対応表を作成するXML文書圧縮部13を設け、そのXML文書圧縮部13により作成された対応表に基づいて圧縮後の要素を復元する際に参照する復元用XSLT4を生成するように構成した。 - 特許庁

A database integration reference device 20 stores the structure of an XML file to be used for the output of an inquiry result, the corresponding relationship of each element in the XML file and each element of each database and meta data for integration where the corresponding relationship of elements between databases is specified.例文帳に追加

データベース統合参照装置20は、問い合わせ結果の出力に用いるXMLファイルの構造、当該XMLファイル中の各要素と各データベースの各要素との対応関係、並びに、各データベース間の各要素の対応関係が規定された統合用メタデータを記憶する。 - 特許庁

First, a schema information element is prepared from schema information in a database (steps 51 to 53) and it is utilized as a template for reading and converting a database item and preparing a data information element (steps 54 to 57), thereby converted XML data is made to have an XML document instance form.例文帳に追加

まず、データベースのスキーマ情報からスキーマ情報エレメントを作成し(ステップ51〜53)、それをテンプレートとして、データベース項目の読み出し、変換、およびデータ情報エレメントの作成などに利用する(ステップ54〜57)ことにより、変換後のXMLデータを、XML文書インスタンス形式とする。 - 特許庁

The database integration reference device 20 for executing a database integration reference program stores metadata for integration in which the structure of an XML file to be used for the output of an inquiry result and the correspondence relation of each element in the XML file and each element in each database and the correspondence relation of each element between each database are specified.例文帳に追加

本発明のデータベース統合参照プログラムが実行されるデータベース統合参照装置20は、問い合わせ結果の出力に用いるXMLファイルの構造、当該XMLファイル中の各要素と各データベースの各要素との対応関係、並びに、各データベース間の各要素の対応関係が規定された統合用メタデータを記憶する。 - 特許庁

例文

An input data check part 101, when an HTTP request 401 or 402 is transmitted from a client terminal 30, analyzes the request to extract the whole of the template 122 for XML creation or an element 123 to which a tag for the partial update is attached as XML data creation information based on a value of an ID parameter for XML creation.例文帳に追加

入力データチェック部101は、クライアント端末30から、HTTPリクエスト401または402が送られた場合に、当該リクエストを解析してXML生成用IDパラメータの値に基づき、XML生成用テンプレート122全体または部分更新用タグが付された要素123をXMLデータ生成情報として抽出する。 - 特許庁


例文

Then the part 17 produces an output retrieval expression by means of the selected element name and retrieves an XML data base 2 by using the output retrieval expression.例文帳に追加

次に、中央制御部17は、該選択した要素名を用いて出力用検索式を作り、該出力用検索式を用いてXMLデータベース2を検索する。 - 特許庁

By providing the XML parser built in the structured document display device 20, with a function capable of displaying only an element corresponding to the capability of a self device, a size of the XML parser can be reduced, the XHTML document including the element which is not the display object, can be displayed with the proper format.例文帳に追加

したがって、構造化文書表示装置20に組み込むXMLパーサを、自装置の能力に応じた要素に限定して表示する能力を備えるものとすることにより、XMLパーサのサイズを小さくできると共に、表示対象でない要素を含むXHTML文書であっても、適切な形式で表示することができる。 - 特許庁

If you expand the Configuration Files node and open faces-config.xml in the XML editor,you can see that the IDE inserted the managed-bean and converter elements for each of the controller and converter classes. The IDE also inserted a navigation-rule element for each JSP, indicating the logical outcome that causes the application to navigate to that JSP.例文帳に追加

「構成ファイル」ノードを展開し、faces-config.xml を XML エディタで開くと、コントローラおよびコンバータクラスごとに管理対象 Bean とコンバータ要素が挿入されたことがわかります。 また、アプリケーションを JSP にナビゲートさせる論理的な結果を示すナビゲーション規則要素も JSP ごとに挿入されています。 - NetBeans

An editing server 20 generates HTML format data being set with a form capable of entering each content element on the basis of a XML format data of a XML data memory means 32 in response to request of a client terminal 40, and transmits the HTML format data to the client terminal 40.例文帳に追加

編集サーバ20が、クライアント端末40からの要求に応じて、XMLデータ記憶手段32のXML形式のデータに基づいて、要素内容毎に入力可能なフォームを設定したHTML形式のデータを生成し、クライアント端末40に送信する。 - 特許庁

例文

For instance, the taghtml xmlns='http://www.w3.org/TR/REC-html40' is treated as if the tag name was 'http://www.w3.org/TR/REC-html40 html', and the tag html:a href='http://frob.com' inside the above mentioned element is treated as if the tag name were'http://www.w3.org/TR/REC-html40 a' and the attribute name as if it were 'http://www.w3.org/TR/REC-html40 href'.An older draft of the XML Namespaces proposal is also recognized, buttriggers a warning.例文帳に追加

たとえば、タグが html xmlns='http://www.w3.org/TR/REC-html40' の場合、タグ名は 'http://www.w3.org/TR/REC-html40 html' として処理され、この要素の中にタグ html:a href='http://frob.com' が現れた場合、タグ名は 'http://www.w3.org/TR/REC-html40 a' で、属性名は 'http://www.w3.org/TR/REC-html40 href' となります。 古い XML 名前空間勧告ドラフトに基いたものも処理可能ですが、警告が発せられます。 - Python

例文

For these XML tags, a nondisclosure level indicating the priority relating to the execution or non-execution of masking processing to the tag added to each document element is defined based on the tag dictionary 27.例文帳に追加

これらXMLタグには、タグ辞書27に基づいて、各文書要素に付加されたタグにマスキング加工をするか、しないかの優先度を示す非公開レベルが定義されている。 - 特許庁

A structure of an instanced XML document corresponds to a tree-like data structure, and each tree node represents an element of the content description and has a structure which is defined in a schema.例文帳に追加

インスタンス化されたXMLドキュメントの構造はツリー状のデータ構造に対応し、各ツリーノードはコンテンツ記述の1つの要素を成し、スキーマ中に定義された構造を有している。 - 特許庁

When updating XML data 24-i (1≤i≤n) held by a server 2, while using an update form display means 112, a client 1 displays an update form having input fields for inputting the position of an update target element, an update class and added or changed value in the XML data 24-i on a display device 14.例文帳に追加

クライアント1は、サーバ2が保持しているXMLデータ24−i(1≦i≦n)を更新する際、更新フォーム表示手段112を用いて、XMLデータ24−i中の更新対象要素の位置,更新種別,追加或いは変更後の値を入力するため入力欄を有する更新フォームを表示装置14に表示する。 - 特許庁

An XML file viewer 101 classifies a plurality of XML documents stored in a storage 103 on the basis of whether a specific element/attribute is present inside the document or not, and identity of a value thereof, generates folder hierarchy expression divided into a folder and disposed, and provides it to a hierarchical file GUI 102.例文帳に追加

XMLファイルビューワ101が、ストレージ103に保存されている複数のXML文書を、文書内に特定の要素/属性が存在するか否か、およびその値の同一性に基づいて分類し、フォルダに分けて配置したフォルダ階層表現を作成し、階層型ファイルGUI102に提供する。 - 特許庁

Further, the editing server 20 generates the HTML format data with a form set for each content element on the basis of the regenerated XML format data, and transmits the HTML format data to the client terminal 40.例文帳に追加

さらに、編集サーバ20は、この再作成したXML形式のデータに基づいて、要素内容毎にフォームを設定したHTML形式のデータを生成し、クライアント端末40に送信する。 - 特許庁

To provide a tag compressing method for XML capable of maintaining positional information of an element value in a form wherein a path structure can be understood, and realizing high compression efficiency without using DTD.例文帳に追加

DTDを用いることなく、且つ、要素値の位置情報はパス構造が分かる形で保持することができる高い圧縮効率を実現できるXMLのタグ圧縮方法を提供する。 - 特許庁

A data specification description document 30 is created which describes the specification of each data element contained in an XML document 50 describing application data in a condition each data element should satisfy in relation to other data elements, or a verification procedure of the condition in a language easy for a person to describe or understand.例文帳に追加

アプリケーションデータを記述したXML文書50に含まれる各データ要素の仕様を、各データ要素が他のデータ要素との関連で満たすべき条件または該条件の検証手順を人が記述や理解のし易い言語で記述したデータ仕様記述文書30を作成する。 - 特許庁

An element name 13 of a tag just under a preliminarily designated XPath11 is extracted from received XML data, and registered in a predetermined region in a database, and a maintenance screen 14 in which an element name 13 registered in a predetermined region in the database or an element sum name corresponding to the XPath can be registered is displayed.例文帳に追加

受信されるXMLデータの中から事前に指定したXPath11直下のタグの要素名13を抽出してそれをデータベース内の所定の領域に登録し、前記データベース内の所定の領域に登録された要素名13もしくはそのXPathに対応する要素和名の登録が可能なメンテナンス画面14を表示する。 - 特許庁

A hash compact XML parser comprises a step 310 of identifying a type of an element for one of the syntactic elements, a step 318 of processing the element by determining a hash representation thereof if the type is a first type and a step 314 of augmenting an at least partial structural representation of the document using the hash representation if the type is the first type.例文帳に追加

構文要素の1つに対し、その要素のタイプを識別し310、前記タイプが第1タイプの場合はハッシュ表現を決定することによってその要素を処理し318、前記タイプが前記第1タイプの場合は、ハッシュ表現を用いたその文書の少なくとも部分的な構造表現を強める314、という手続きを含む。 - 特許庁

To provide a method and a system thereof by which specific element (or node) can be retrieved easily and quickly from a document or a library by XML format using tree-path information based on prescribed syntax, and a recording medium in which program to execute the method is preserved.例文帳に追加

所定のシンタックスに基づいたツリーパス情報を利用してXMLフォーマットよる文書またはライブラリで特定エレメント(またはノード)を容易、かつ迅速にサーチできる方法及び装置とその方法を行うためのプログラムが保存された記録媒体を提供する。 - 特許庁

The verification data creation device 10 creates, based on the data specification description document 30, verification procedure data (XSLT script) 40 for computationally verifying whether each element contained in the object XML document 50 satisfies the condition described in the data specification description document 30.例文帳に追加

検証データ生成装置10は、データ仕様記述文書30を元にして、対象のXML文書50に含まれる各データ要素がこのデータ仕様記述文書30に記述された条件を満たすか否かをコンピュータで検証するための検証手順データ(XSLTスクリプト)40を生成する。 - 特許庁

The conversion engine 30 executes a conversion operation by the shift or rotation of values among the element names, attributes and element contents of those elements based on conversion operation designation information included in the selected conversion method definition file 12 by targeting the elements designated by the conversion object designation information included in the file 12 among elements included in the XML data designated by the user.例文帳に追加

変換エンジン30は、選択された変換法定義ファイル12に基づいて、ユーザによって指定されたXMLデータに含まれている要素のうち、当該ファイル12に含まれている変換対象指定情報の指定する要素を対象に、当該ファイル12に含まれている変換操作指定情報に基づいて、当該要素の要素名、属性及び要素内容の間での値のシフトまたはローテーションによる変換操作を実行する。 - 特許庁

例文

A data generating apparatus converts a description format of basic pattern CAD data into XML to generate pattern formation data 91, adds a rule addition index 912 representing pattern formation conditions and an object pattern element to the pattern formation data 91, and further adds a correction rule as a correction rule part 913 acquired from a database, based on the rule addition index 912.例文帳に追加

データ生成装置では、基礎パターンCADデータの記述形式がXMLに変換されてパターン形成用データ91が生成され、パターン形成用データ91には、パターン形成条件および対象パターン要素を示すルール付加用インデックス912が付加され、さらに、ルール付加用インデックス912に基づいてデータベースから取得された補正ルールが補正ルール部913として付加される。 - 特許庁




  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS