In the XML editor, make the following changes (in bold).hibernate-mappingclass dynamic-insert="false" dynamic-update="false" mutable="true"name="travel.Trip" optimistic-lock="version" polymorphism="implicit"select-before-update="false" table="TRIP"id column="TRIPID" name="tripId"generator class="increment"//idproperty column="PERSONID" name="personId"/property column="DEPDATE" name="depDate" type="date"/property column="DEPCITY" name="depCity"/property column="DESTCITY" name="destCity"/property column="TRIPTYPEID" name="tripTypeId"//class/hibernate-mapping
XML エディタで、次のボールドの変更を加えます。 hibernate-mappingclass dynamic-insert=false dynamic-update=false mutable=truename=travel.Trip optimistic-lock=version polymorphism=implicitselect-before-update=false table=TRIPid column=TRIPID name=tripIdgenerator class=increment//idproperty column=PERSONID name=personId/property column=DEPDATE name=depDate type=date/property column=DEPCITY name=depCity/property column=DESTCITY name=destCity/property column=TRIPTYPEID name=tripTypeId//class/hibernate-mapping - NetBeans
All the public methods on the class are automatically published as web service operations, and all their arguments are mapped to XML Schema data types using JAXB 2.0. このクラスのすべての public メソッドは、Web サービスオペレーションとして自動的に公開され、その引数はすべて JAXB 2.0 を使用して XML スキーマデータ型にマッピングされます。 - NetBeans
To allow an XML content information to be displayed simultaneously to be synchronized by notifying one XML content display address of the other. 一方のXMLコンテンツ表示アドレスを他方に通知することにより、同時に表示すべきXMLコンテンツ情報の同期をとることを可能にすること。 - 特許庁
An XML security processing part 9 refers to the XML script from the memory 14c to perform security processing of the data generated by the application processing part 7. XMLセキュリティ処理部9は、アプリケーション処理部7が生成するデータに対して、メモリ14cからXMLスクリプトを参照してセキュリティ処理を行う。 - 特許庁
An XML generator 303 generates an XML file 304 stored in a MakerNote section on the basis of camera information 301 and photographing information 302. カメラ情報301および撮影情報302を基に、XMLジェネレータ303は、メーカーノート部に格納するXMLファイル304を生成する。 - 特許庁
The stored XML data includes version information of the XML, version information of the syndication data, information on delivery, and listed updated information. 保存されるXMLデータは、XMLのバージョン情報と、シンジケーションデータのバージョン情報と、配信に関する情報と、列挙された更新情報とを有する。 - 特許庁
When receiving an input of XML data 52, a database management system 10 calculates processing cost for reflecting the XML data 52 to an index 66. データベース管理システム10は、XMLデータ52の入力を受け付けると、XMLデータ52をインデクス66に反映するための処理コストを算出する。 - 特許庁
To improve convenience by giving and/or verifying an XML signature to an XML document prepared by an optional application by using a web browser. 任意のアプリケーションにより作成されたXML文書に対し、Webブラウザ上でXML署名を付与及び/又は検証可能とし、利便性を向上させる。 - 特許庁
To difference-update an automaton for evaluating XML stream data, and to allow the automaton to rapidly process the XML stream data. XMLストリームデータを評価するためのオートマトンを差分更新するとともに、そのオートマトンがXMLストリームデータを迅速に処理できるようにすること。 - 特許庁
The server 5 converts the received data into XML data 6 and stores the data, converts the XML data into album display data and displays the album to the computer 9. サーバ5は、受け付けたデータをXMLデータ6に変換して保持するとともに、アルバム表示用データに変換し、コンピュータ9に対してアルバムを表示する。 - 特許庁
XNS is an open, XML-based protocol for identifying and linking any resource participating in any kind of digital transaction.
XNS(拡張可能なネームサービス)はオープンでXMLベースのプロトコルであり、すべての種類のディジタル・トランザクションに関与するすべての資源を同定し連係するためのものである。 - コンピューター用語辞典
There are no visible problems regarding implementation of FSV even when distributed-object technology, XML, UN/EDIFACT, CII, or any other business protocols are used.
FSV(機能サービスビュー)の実装に関しては目に見える問題は何もない。分散オブジェクト技術、XML、UN/EDIFACT、CIIまたはその他のビジネスプロトコルが使われていてもである。 - コンピューター用語辞典
The Simple Object Access Protocol, or SOAP, enables Remote Procedure Calls (RPCs) to be sent as Extensible Markup Language (XML) syntax across the Web's HTTP architecture.
SOAP(シンプル・オブジェクト・アクセス・プロトコル)は, ウェブのHTTPアーキテクチャを通して遠隔手順呼出し(RPC)を拡張可能マーク付け言語(XML)の構文で送信することを可能にする. - コンピューター用語辞典
This specification describes a new query language called XQuery, which is designed to be broadly applicable across all types of XML data sources.
この仕様はXQueryと呼ばれる新しい問合せ言語について述べる。これはすべてのタイプのXMLデータ源にまたがって広く応用できるように設計されたものである。 - コンピューター用語辞典
Specify the data types for the message parts.Note that you can create or import an XML schema by using the Navigator window,and then drag the schema elements or types into the messages.
メッセージ部品のデータ型を指定します。 「ナビゲータ」ウィンドウを使用して、XML スキーマを作成またはインポートし、スキーマ要素または型をメッセージにドラッグできます。 - NetBeans
Plain Text If you write the documentation in Docbook XML and if the markup is valid, the documentation can be easily added to the official PEAR Manual, which you are reading right now.
プレインテキストドキュメントを Docbook XML で書き、マークアップが適切なら、そのドキュメントは、あなたが今読まれている公式 PEAR マニュアル に簡単に付け加えることが出来ます。 - PEAR
WARNING: no validation is performed, the array is assumed to be valid, always parse from xml if you want validation.
警告: 内容のチェックは一切行われず、配列の中身が正常なものとみなします。 内容をチェックしたい場合は、常に xml から読み込むようにしてください。 - PEAR
In addition to a SOAP-service, eBay provides an API, that does not follow any standards except wrapping all webservice calls and parameters in XML.
SOAP サービスに加え、eBayでは別の API も提供しています。 これは何かの標準規格に従っているわけではなく、すべてのウェブサービスのコールやパラメータを XML で記述します。 - PEAR
Each API call is encapsulated in an object that contains information about the API call, which XML tags have to be used and what the call is expected to return.
各 API コールはオブジェクトにカプセル化され、そのオブジェクトには API コールに関する情報が含まれます。 例えば、使用する XML タグや期待する返り値などです。 - PEAR
A DTD is the grammar of an XML application, it consist of rules that declare how tags have to be nested and which attributes may be used in the tags.
DTD は、XMLアプリケーションの「文法」で、タグがどの様にネストしなければならず、どのような属性を持つことができるか、というルールで構成されています。 - PEAR
Using XML namespaces, the various syndication formats are very easy to extend and the number of extensions in use is enormous.
XML 名前空間を使用することで、シンジケーションフォーマットは簡単に拡張可能です。 実際、現在使用されている拡張フォーマットの数は莫大なものになります。 - PEAR
Signals the start of an element in non-namespace mode. The name parameter contains the raw XML 1.0 name of the element type as a string and the attrs parameter holds an object of the 非名前空間モードで要素の開始を通知します。 name パラーメータには要素型の raw XML 1.0名を文字列として、attrs パラメータには要素の属性を保持する - 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
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
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
html for a description.
この仕様は XML-RPC 仕様でよく用いられている拡張ですが、全てのクライアントやサーバでサポートされているわけではありません;詳細記述については http://ontosys.com/xml-rpc/extensions.html を参照してください。 - Python
An XML file storage section 16 stores the process logic prepared by a business process logic display/preparation section, as a business process logic XML file. XMLファイル保存部16は業務プロセスロジック表示・作成部で作成されたプロセスロジックを業務プロセスロジックXMLファイルとして保存する。 - 特許庁
A method for being automatically converted into XML includes the steps of converting the HTML documents into XHTML, extracting table structure part data in an XHTML converted document, automatically detecting table direction, data item range and a value range, and converting the table structure part data into XML on the basis of detected result. HTML文書をXHTML化し、XHTML文書化された文書中の表構造部分データを抽出し、自動的に表の方向とデータ項目領域および値領域を検出し、検出結果に基づき表構造部分データをXML化する。 - 特許庁
The XML document distribution server 100 includes a compiler 110 for preparing a compile-finished XML document 11, by converting a specified character sequence of a tag or the like included in the XML document 10, into a specified code such as a control code. XML文書配信サーバ100は、XML文書10に含まれるタグなどの特定の文字列を制御コードなどの特定のコードに変換してコンパイル済XML文書11を作成するコンパイラ110を含む。 - 特許庁
An XML definition information attachment processing part 12 attaches to an input data item of format data of a format data file 13 whether or not to output to the XML data as an element and an element name in outputting to the XML data. XML定義情報付加処理部12は、書式データファイル13の書式データの入力データ項目に対してXMLデータに要素として出力するか否か,およびXMLデータに出力する際の要素名を付加する。 - 特許庁
To provide an apparatus for creating auxiliary data, easily performing data reading from an XML (Extensible Markup Language) document or data writing into the XML document without performing analysis processing of the XML document as thoroughly as possible. XML文書の解析処理を極力行わずに、XML文書からのデータ読み込みや、XML文書へのデータ書込みを容易に行うことを可能とする補助的なデータを作成するための装置を提供する。 - 特許庁
An XML-RDB gateway 100 registers an XML document in a relational data base by a registering unit 110, and executes necessary processing by accepting an inquiry to XML data registered by an inquiry unit 120. XML−RDBゲートウェイ100は、登録ユニット110によりXML文書をリレーショナルデータベースに登録し、問い合わせユニット120により登録したXMLデータへの問い合わせを受け付けて必要な処理を実行する。 - 特許庁
A strongly typed tree associated with the known XML-based element is instantiated, while a weakly typed tree associated with both of the known XML-based element and the unknown XML-based element is instanced. 既知のXMLベース要素に関連付けられた強く型付けされたツリーがインスタンス化され、既知のXMLベース要素および未知のXMLベース要素の両方に関連付けられた弱く型付けされたツリーがインスタンス化される。 - 特許庁
An XML creation part 102 creates XML data 221 for the integral registration or XML data 222 for the partial update by replacing parameter value embedding specification description in the XML data creation information with a parameter value of a parameter name shown by the specification description in the HTTP request. XML生成部102は、XMLデータ生成情報中のパラメータ値埋め込み指定記述を、HTTPリクエスト中の当該指定記述で示されるパラメータ名のパラメータ値に置き換えることで、全体登録用のXMLデータ221または部分更新用のXMLデータ222を生成する。 - 特許庁
This XML structure conversion system and the method are characterized by being provided with an analysis means for analyzing the first XML structure and description and a conversion means outputting the second XML file by performing a character string operation on the first XML file based on an analysis result of the analysis means. 第1のXMLの構造および記述を解析する解析手段と、解析手段の解析結果に基づき、第1のXMLファイルに対して文字列操作を行うことにより第2のXMLファイルを出力する変換手段とを設けたことを特徴とするXML構造変換システムおよび方法を提供する。 - 特許庁
On the other hand, on the decoder side, a user is made to select whether or not the XML box added to the bit stream of the JPEG 2000 file in process of decoding of the JPEG 2000 file and when the XML box is read, the text data is acquired by processing the XML data to be stored in the XML box. 他方、復号化装置側では、JPEG2000ファイルの復号化の途中に、JPEG2000ファイルのビットストリームに付加されたXMLboxを読み込むか否かを、ユーザに選択させ、XMLboxが読み込まれた場合に、それに格納されるXMLデータを処理して、テキストデータを取得する。 - 特許庁
To provide an XML (Extensible Markup Language) document conversion apparatus and a method thereof to convert a document structure of an arbitrary XML document into a numerical value, to provide an XML document restoration apparatus and a method thereof to restore the numerical value into the document structure, and to provide an XML document processing apparatus including both the apparatuses. 本発明は、任意のXML文書に対して、文書構造を数値に変換できるXML文書変換装置及びその方法、数値を文書構造に復元できるXML文書復元装置及びその方法、さらに両装置を含むXML文書処理装置を提供することを目的とする。 - 特許庁
example2 illustrates using a single authentication with permissions (in this case XML) with the optional remember me feature and several aliased fields example4 illustrates using multiple authentication sources (XML and database) with permissions (database) in a more real world news administration scenario example5 illustrates using single authentication sources (database) with permissions (database) in a more real world news administration scenario
example2 では、単一の認証元 (この場合は XML) に権限管理機能をつけ、認証情報の記憶機能 (remember me feature)とフィールドのエイリアスを使用する方法について説明します。 example4 では、複数の認証元 (XML とデータベース) と権限管理機能 (データベース)を使用し、ニュース記事を管理するような実際にありそうな場面を説明します。 - PEAR
This XML structure conversion program and this method are characterized by being provided with an analysis means for analyzing the first XML structure and description, and a conversion means for outputting the second XML file by performing character string manipulation to the first XML file based on the analysis result by the analysis means. 第1のXMLの構造および記述を解析する解析手段と、解析手段の解析結果に基づき、第1のXMLファイルに対して文字列操作を行うことにより第2のXMLファイルを出力する変換手段とを設けたことを特徴とするXML構造変換システムおよび方法を提供する。 - 特許庁
To easily convert an electronic document in a composition language to an XML form. 組版言語による電子化文書を、XML形式に容易に変換する。 - 特許庁
To provide a system for checking adequacy of an XML data, and a method therefor. XMLデータの妥当性のチェックを行うシステムおよび方法を提供する。 - 特許庁
To optimize parsing and searching of an extremely large XML file. 非常に大きいXMLファイルの構文解析および検索を最適化する。 - 特許庁
CALCULATING METHOD OF CONFORMITY OF XML DOCUMENT, INFORMATION PROCESSOR, AND PROGRAM XML文書の適合度の算出方法、情報処理装置およびプログラム - 特許庁
A result output part 16 outputs the result of the XML data search part 15. 結果出力部16は、XMLデータ検索部15の結果を出力する。 - 特許庁
The coordinates of a place set as a flaw by inspection are converted to an XML file. 検査で欠陥とされた箇所の座標は、XMLファイルに変換される。 - 特許庁
To convert the existing electronic document consisting of tabular format data into XML data. 表形式データからなる既存の電子化文書をXMLデータに変換する。 - 特許庁
An alteration of the operation pattern is performed for the operation pattern of the XML document. 運転パターンの変更は、XML文書の運転パターンに対して行う。 - 特許庁
INFORMATION RESOURCE MANAGEMENT METHOD AND SYSTEM USING XML, AND COMPUTER PROGRAM PRODUCT XMLを用いた情報資源管理方法及びシステム、コンピュータプログラム製品 - 特許庁
To provide a database management system, capable of storing XML block data as they are. XMLブロックデータをそのまま記憶できるデータベース管理システムを提供する。 - 特許庁
DATA PROCESSING METHOD, ENCODER USING ITS TECHNIQUE DECODER AND XML PARSER データ処理方法及びその手法を用いたエンコーダ、デコーダ並びにXMLパーサ - 特許庁
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.