JP2005222465A - Information processor - Google Patents
Information processor Download PDFInfo
- Publication number
- JP2005222465A JP2005222465A JP2004032145A JP2004032145A JP2005222465A JP 2005222465 A JP2005222465 A JP 2005222465A JP 2004032145 A JP2004032145 A JP 2004032145A JP 2004032145 A JP2004032145 A JP 2004032145A JP 2005222465 A JP2005222465 A JP 2005222465A
- Authority
- JP
- Japan
- Prior art keywords
- information
- search
- deletion
- deleted
- storage unit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Landscapes
- Document Processing Apparatus (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
本発明は、複数の要素が階層的に記述された構造化情報を処理する情報処理装置に関する。 The present invention relates to an information processing apparatus that processes structured information in which a plurality of elements are hierarchically described.
装置/アプリケーション間のデータ交換フォーマットとして相互接続性や健読性等の理由からXML(Extensible Markup Language)が多く利用されている(例えば、特許文献1および特許文献2参照)。XMLは、様々なデータを仮想的な木構造状に配置し、個々のデータとそれらの関連を表現することが可能である。
As a data exchange format between devices / applications, XML (Extensible Markup Language) is often used for reasons such as interoperability and good readability (see, for example,
このような意味的に構造化されたXMLデータに対して要素データやその属性の取得/追加等の操作をする際、アプリケーションが「DOMライブラリ」を利用することが一般的である。DOM(Document Object Model)とは、XMLデータのあらゆる要素をノードとしてとらえ、ノードのツリー(DOMツリー)として展開するものである。 When performing operations such as acquisition / addition of element data and its attributes to such semantically structured XML data, it is common for an application to use a “DOM library”. The DOM (Document Object Model) is a method that takes every element of XML data as a node and expands it as a tree of nodes (DOM tree).
また目的とする要素データや属性等を検索する手段として、XMLデータの構造から検索を行う「XPathライブラリ」を利用することも一般的である。XPath(XML Path Language)とは、XML文書のDOMツリーにおいて、起点となるノードから出発して目的のノードに至るまでの経路を表現するものである。 As a means for searching for target element data, attributes, etc., it is also common to use an “XPath library” that searches from the structure of XML data. XPath (XML Path Language) expresses a route from a starting node to a target node in the DOM tree of the XML document.
XMLは様々な装置において利用されている。装置によっては少ないメモリ量での動作を強いられている場合があり、そのため、上述したXMLの木構造状のデータのうち不要となった要素データや属性データを消去することによりメモリ領域を開放するなどして、使用メモリ量を削減することが望ましい。もちろん、開放される領域のデータをハードディスク等へ退避することも考えられる。 XML is used in various apparatuses. Some devices may be forced to operate with a small amount of memory. For this reason, the memory area is released by deleting unnecessary element data and attribute data from the XML tree-structured data described above. It is desirable to reduce the amount of memory used. Of course, it is also conceivable to save the data in the released area to a hard disk or the like.
しかし、上述したXPathライブラリを利用したデータの検索においては、対象とするデータ構造を踏まえた検索を行うため、一部分の要素データや属性データの開放によって、常に正しい検索結果が得られなくなってしまう。そのため、不要データ解放をする際、木構造の形状(枝/節データの有無)に依存する処理(例えばXPath検索など)に影響を与え無いように削除するデータを選択する必要がある。 However, in the data search using the XPath library described above, a search based on the target data structure is performed. Therefore, a correct search result cannot always be obtained by releasing some element data and attribute data. Therefore, when releasing unnecessary data, it is necessary to select data to be deleted so as not to affect processing (for example, XPath search) that depends on the shape of the tree structure (presence / absence of branch / node data).
そこで、本発明は、階層構造の形状に依存した処理を考慮して不要情報を削除することを目的とする。 Accordingly, an object of the present invention is to delete unnecessary information in consideration of processing depending on the shape of the hierarchical structure.
上記目的を達成するために、本発明の好適な態様である情報処理装置は、複数の要素による階層構造を含む構造化情報が記憶された記憶部と、前記複数の要素に含まれる特定要素を検索するために前記階層構造内における特定要素までの経路を示した検索情報に基づいて、前記記憶された構造化情報のうちの前記経路を特定するために必要な情報を識別する識別部と、前記識別された必要な情報を残して、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する削除処理部とを有することを特徴とする。 In order to achieve the above object, an information processing apparatus according to a preferred aspect of the present invention includes a storage unit in which structured information including a hierarchical structure of a plurality of elements is stored, and a specific element included in the plurality of elements. An identification unit for identifying information necessary for specifying the path of the stored structured information based on search information indicating a path to a specific element in the hierarchical structure for searching; And a deletion processing unit that deletes information requested to be deleted from the stored structured information while leaving the identified necessary information.
この構成によれば、経路を特定するために必要な情報が残されるため、検索処理に利用される検索経路を確保しつつ不要情報を削除することができる。 According to this configuration, since information necessary for specifying a route is left, unnecessary information can be deleted while securing a search route used for search processing.
また、上記目的を達成するために、本発明の好適な態様である情報処理装置は、複数の要素による階層構造を含む構造化情報が記憶された記憶部と、前記複数の要素に含まれる特定要素を検索するための検索情報に基づいて、その特定要素のデータとその特定要素の検索情報とを対応付けた対応情報を生成する対応情報生成部と、削除を要求された特定要素のうちの前記対応情報が生成された特定要素を前記記憶部から削除する削除処理部と、を有することを特徴とする。 In order to achieve the above object, an information processing apparatus according to a preferred aspect of the present invention includes a storage unit in which structured information including a hierarchical structure of a plurality of elements is stored, and a specification included in the plurality of elements. Based on the search information for searching for an element, a correspondence information generating unit that generates correspondence information that associates the data of the specific element with the search information of the specific element, and among the specific elements requested to be deleted And a deletion processing unit that deletes the specific element for which the correspondence information has been generated from the storage unit.
この構成によれば、情報の削除の結果、検索情報によって特定要素の検索ができない場合でも、対応情報に基づいて、その特定要素に対応するデータを参照することが可能になる。つまり、検索処理の結果として必要なデータを確保しつつ不要情報を削除することができる。 According to this configuration, even if the specific element cannot be searched for by the search information as a result of the information deletion, it is possible to refer to the data corresponding to the specific element based on the correspondence information. That is, unnecessary information can be deleted while securing necessary data as a result of the search process.
また、上記目的を達成するために、本発明の好適な態様である情報処理装置は、複数の要素による階層構造を含む構造化情報が記憶された記憶部と、前記複数の要素に含まれる特定要素を検索するための検索情報を解析する解析部と、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する削除処理部と、前記削除される前に解析が行われた削除前検索情報、および、前記削除された後の削除後構造化情報に基づいて、削除前検索情報に対応した特定要素を削除後構造化情報内で検索するための削除後検索情報を生成する検索情報再構成部と、を有することを特徴とする。 In order to achieve the above object, an information processing apparatus according to a preferred aspect of the present invention includes a storage unit in which structured information including a hierarchical structure of a plurality of elements is stored, and a specification included in the plurality of elements. An analysis unit for analyzing search information for searching for elements, a deletion processing unit for deleting information requested to be deleted from the stored structured information from the storage unit, and an analysis before the deletion And a post-deletion search for searching for a specific element corresponding to the pre-deletion search information in the post-deletion structured information based on the pre-deletion search information performed and the post-deletion structured information after the deletion. And a search information reconstruction unit that generates information.
この構成によれば、情報の削除の結果、削除前検索情報によって特定要素の検索ができない場合でも、削除後検索情報に基づいて特定要素を検索することができる。つまり、新たな検索情報によって特定要素の検索を可能にしつつ不要情報を削除することができる。 According to this configuration, even when the specific element cannot be searched for by the search information before deletion as a result of the deletion of the information, the specific element can be searched based on the post-deletion search information. That is, unnecessary information can be deleted while enabling a search for a specific element by using new search information.
また、上記目的を達成するために、本発明の好適な態様である情報処理装置は、複数の要素による階層構造を含む構造化情報が記憶された記憶部と、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除し、削除した情報を補助記憶部へ退避する退避処理部と、前記複数の要素に含まれる特定要素を検索するための検索情報に基づいて、前記検索情報から特定要素を検索するために必要な対象情報を識別する対象情報識別部と、前記対象情報が前記補助記憶部へ退避されている場合に、前記補助記憶部から前記対象情報を取得する対象情報取得部と、前記取得された対象情報を利用して前記検索情報から特定要素を検索する検索処理部と、を有することを特徴とする。 In order to achieve the above object, an information processing apparatus according to a preferred aspect of the present invention includes a storage unit in which structured information including a hierarchical structure of a plurality of elements is stored, and the stored structured information. Based on search information for searching for specific elements included in the plurality of elements, and a save processing unit that deletes information requested to be deleted from the storage unit and saves the deleted information to an auxiliary storage unit A target information identifying unit for identifying target information necessary for searching for a specific element from the search information; and when the target information is saved in the auxiliary storage unit, the target information is extracted from the auxiliary storage unit. It has an object information acquisition part to acquire, and a search processing part which searches a specific element from the search information using the acquired object information.
この構成によれば、特定要素を検索するために必要な対象情報を補助記憶部から取得することができるため、特定要素の検索を可能にしつつ記憶部から不要情報を削除することができる。 According to this configuration, since the target information necessary for searching for the specific element can be acquired from the auxiliary storage unit, unnecessary information can be deleted from the storage unit while enabling the search for the specific element.
上記目的を達成するために、本発明の好適な態様である情報処理方法は、複数の要素による階層構造を含む構造化情報が記憶された記憶部から情報を削除するために情報処理装置が実行する情報処理方法であって、前記複数の要素に含まれる特定要素を検索するために前記階層構造内における特定要素までの経路を示した検索情報に基づいて、前記記憶された構造化情報のうちの前記経路を特定するために必要な情報を識別し、前記識別された必要な情報を残して、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する、ことを特徴とする。 In order to achieve the above object, an information processing method according to a preferred aspect of the present invention is executed by an information processing apparatus to delete information from a storage unit in which structured information including a hierarchical structure of a plurality of elements is stored. An information processing method, wherein, in order to search for a specific element included in the plurality of elements, based on search information indicating a route to the specific element in the hierarchical structure, Identifying the information necessary for specifying the path of the information, leaving the identified necessary information, and deleting the requested information of the stored structured information from the storage unit, It is characterized by that.
望ましくは、前記検索情報に基づいて、その検索情報によって検索される特定要素に対応したデータを検索し、検索したデータのデータ量が所定量より小さいか否かを判断し、前記データ量が所定量より小さいと判断された場合に、そのデータとその検索情報とを対応付けた対応情報を生成し、削除を要求された特定要素のうちの前記対応情報が生成された特定要素を前記記憶部から削除し、前記データ量が所定量より小さくないと判断された場合に、前記識別された必要な情報を残して、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する、ことを特徴とする。望ましくは、前記削除を要求された情報が検索情報による検索結果として返されるオブジェクトか否かを判断し、検索結果として返されるオブジェクトでないと判断された場合に、削除を要求された情報を前記記憶部から削除し、前記削除される前の削除前検索情報、および、前記削除された後の削除後構造化情報に基づいて、削除前検索情報に対応した特定要素を削除後構造化情報内で検索するための削除後検索情報を生成する、ことを特徴とする。 Preferably, based on the search information, data corresponding to a specific element searched by the search information is searched, it is determined whether or not the data amount of the searched data is smaller than a predetermined amount, and the data amount is determined. When it is determined that the data is smaller than the fixed amount, correspondence information that associates the data with the search information is generated, and the specific element in which the correspondence information is generated among the specific elements requested to be deleted is stored in the storage unit. If the data amount is determined not to be smaller than a predetermined amount, the information required to be deleted from the stored structured information is stored, leaving the identified necessary information. It is deleted from the part. Preferably, it is determined whether the information requested to be deleted is an object returned as a search result based on search information. If it is determined that the information is not an object returned as a search result, the information requested to be deleted is stored in the memory. A specific element corresponding to the pre-deletion search information in the post-deletion structured information based on the pre-deletion search information before the deletion and the post-deletion structured information after the deletion. It is characterized by generating post-deletion search information for searching.
また、上記目的を達成するために、本発明の好適な態様である情報処理方法は、複数の要素による階層構造を含む構造化情報が記憶された記憶部から情報を削除するために情報処理装置が実行する情報処理方法であって、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除して削除した情報を補助記憶部へ退避し、前記複数の要素に含まれる特定要素を検索するための検索情報に基づいて、前記検索情報から特定要素を検索するために必要な対象情報を識別し、前記対象情報が前記補助記憶部へ退避されている場合に、前記補助記憶部から前記対象情報を取得する、ことを特徴とする。 In order to achieve the above object, an information processing method according to a preferred aspect of the present invention is an information processing apparatus for deleting information from a storage unit in which structured information including a hierarchical structure of a plurality of elements is stored. The information processing method executed by the information processing apparatus, wherein the information requested to be deleted among the stored structured information is deleted from the storage unit, and the deleted information is saved to the auxiliary storage unit, and the plurality of elements are stored in the plurality of elements. Based on search information for searching for a specific element included, identifying target information necessary for searching for a specific element from the search information, and when the target information is saved in the auxiliary storage unit, The target information is acquired from the auxiliary storage unit.
本発明により、階層構造の形状に依存した処理に利用される情報を確保しつつ不要情報を削除することができる。 According to the present invention, unnecessary information can be deleted while securing information used for processing depending on the shape of the hierarchical structure.
以下、本発明の好適な実施形態を図面に基づいて説明する。 DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments of the invention will be described with reference to the drawings.
図1は、本発明の好適な実施形態を説明するための図であり、図1には、本発明に係る情報処理装置の構成図が示されている。 FIG. 1 is a diagram for explaining a preferred embodiment of the present invention, and FIG. 1 shows a configuration diagram of an information processing apparatus according to the present invention.
情報処理装置100は、操作部101、第1記憶部102、入出力部103、CPU105、ネットワークI/F106、ROM107を含んでおり、これらは内部バス108で互いに接続されている。また、入出力部103には第2記憶部104が接続されている。ROM107内には、情報処理装置100で利用される複数のプログラムが記憶されており、CPU105はROM107に記憶されたプログラムに従って動作する。
The information processing apparatus 100 includes an
ROM107には、情報処理装置100をXMLプロセッサとして機能させるXML文書解析処理プログラム、XML文書を扱う上位XMLアプリケーションとして機能させるアプリケーションプログラムが記憶されている。さらに、DOMツリー作成処理を実行するプログラム、DOMインターフェースを実現するためのプログラムも記憶されている。これらプログラムによって実現される処理については後に、図2から図5を利用して説明する。
The
第1記憶部102は例えばRAMにより構成され、作成されたDOMツリー等を記憶する。入出力部103は各種データを入出力するためのインターフェースである。入出力部103には第2記憶部104が接続されている。第2記憶部104には、例えばハードディスク装置等が利用される。なお、操作部101は、ユーザから操作を受け付けるユーザインターフェースとして機能し、ネットワークI/F106は、情報処理装置100が図示しないネットワークに接続された際に、ネットワークを介して情報の授受を行う通信インターフェースとして機能する。
The first storage unit 102 is configured by a RAM, for example, and stores the created DOM tree and the like. The input /
図2は、図1の情報処理装置100で実行される処理を説明するための図である。図2には、図1のROM107内に記憶されたプログラムによって実現される機能が示されている。つまり、XMLプロセッサ(XMLパーサ)202、上位XMLアプリケーション204、DOMインターフェース206が示されている。
FIG. 2 is a diagram for explaining processing executed by the information processing apparatus 100 of FIG. FIG. 2 shows functions realized by a program stored in the
上位XMLアプリケーション204は、XML文書208を利用するアプリケーションであり、XML文書208に関するDOMツリー作成指示と共にXML文書208をDOMインターフェース206経由でXMLプロセッサ202に提供する。テキスト形式で記述されたXML文書208はXMLプロセッサ202によって解析され、解析結果としてXML文書208の各要素をノードとする木構造で表現したオブジェクト(DOMツリー210)が作成される。上位XMLアプリケーション204は、DOMインターフェース206経由で、作成されたDOMツリー210を参照し又は操作することができる。
The upper XML
図3は、XML文書の一例を示したものである。XML文書208はテキスト形式で記述されており、要素の始まりを示す開始タグ“< >”と終了を示す終了タグ“</ >”により複数の要素が階層的に表現されている。図3において、要素procは、タグ302を開始タグ、タグ304を終了タグとして記述されており、また、要素setは、タグ306を開始タグ、タグ308を終了タグとして記述されている。XML文書208では、複数の要素が入れ子構造で記述されて要素間の包含関係が表現される。つまり、より外側の要素を上位の要素とする階層構造で表現される。
FIG. 3 shows an example of an XML document. The
図4は、図3のXML文書208を解析した結果に対応する木構造のオブジェクト(DOMツリー210)を示している。XMLプロセッサ(図2の符号202)は、XML文書(図3の符号208)を文頭から順に読み込み、開始タグおよび、終了タグを次々に検出して、XML文書208の各要素の階層構造を解析し、解析結果に基づいて図4に示すDOMツリー210を作成する。
FIG. 4 shows a tree-structured object (DOM tree 210) corresponding to the result of analyzing the
図4では、XML文書208で最も外側の要素procが最上位のノードとして配置され、そして、要素procの直下に要素setと要素modeのノードが並列的に配置される。さらに、要素setの直下に3つの要素prmのノードが並列的に配置される。なお、各要素のノードの直下には、その要素の属性ノードや名前空間(Namespace)も配置される。また、3つの要素prmには、図3に示すように、それぞれテキスト(name1,name2,name3)が含まれており、DOMツリー210には、これらテキストに対応するテキストノードも反映されている。
In FIG. 4, the outermost element proc in the
XML文書の要素、属性、名前空間およびテキストは、図4に示すような木構造(階層構造)で表現できる。XML文書では、この構造を利用したXPath(XML Path Language)と呼ばれる検索式が利用される。 The elements, attributes, name space, and text of the XML document can be expressed by a tree structure (hierarchical structure) as shown in FIG. In an XML document, a search expression called XPath (XML Path Language) using this structure is used.
図5は、XPathを説明するための図である。XPathは、XML文書のDOMツリー(図4の符号210参照)において、起点となるノードから出発して目的のノードに至るまでの経路を表現するものである。図5に示すXPath(/proc/set/prm[@id=“1”])の意味は次のとおりである。
FIG. 5 is a diagram for explaining XPath. XPath expresses a route from a starting node to a target node in the XML document DOM tree (see
つまり、ルートノード(図4における要素procの親ノードに相当)の子ノードであるproc要素の子ノードであるset要素の、さらにその子ノードのprm要素のうち、id属性が指定されたノードが指定されている。このXPath式において検索の為に必要な情報は、ルートノードの子ノードであるproc要素、その子ノードのset要素、さらにその子ノードのprm要素でid属性をもつノードとなる。本実施形態では、XPath式とその式に対応する検索の為に必要な情報とを対応づけた検索式管理テーブルが作成され、第1記憶部(図1の符号102)に記憶される。 That is, the node with the id attribute specified is specified among the set elements that are child nodes of the proc element that is a child node of the root node (corresponding to the parent node of the element proc in FIG. 4), and among the prm elements of the child nodes. Has been. Information necessary for the search in this XPath expression includes a proc element that is a child node of the root node, a set element of the child node, and a node having an id attribute in the prm element of the child node. In this embodiment, a search expression management table in which an XPath expression and information necessary for a search corresponding to the expression are associated is created and stored in the first storage unit (reference numeral 102 in FIG. 1).
図6は、本実施形態の情報処理装置において実行される処理の詳細を説明するためのフローチャートである。以下、図1および図2に記載した部分にはそれぞれの図で付した符号を利用して、図6のフローチャートを説明する。 FIG. 6 is a flowchart for explaining details of processing executed in the information processing apparatus of this embodiment. Hereinafter, the flowchart shown in FIG. 6 will be described by using the reference numerals attached to the portions shown in FIGS. 1 and 2.
まず、XMLプロセッサ202は、上位XMLアプリケーション204の指示を受け、XML文書208を取得するする(S601)。XMLプロセッサ202は、取得したXML文書208の中にXPath式(検索式)が含まれるか否かを調べて、XPath式が抽出された場合そのXPath式を解析する(S602)。そして、XMLプロセッサ202は、XPath式の評価(検索実行)の為に必要な情報(図5参照)を解析し(S603)、解析した検索式と必要な情報とを対応づけた検索式管理テーブル(図5参照)を第1記憶部102に格納する(S604)。XML文書の中にXPath式が複数含まれる場合、XMLプロセッサ202は、S602〜S604の各ステップを繰り返し、全てのXPath式を抽出して必要な情報と対応づけして第1記憶部102に格納する。
First, the
次に、XMLプロセッサ202は、取得したXML文書208の先頭から構造解析処理を実行する(S605)。この構造解析処理では、図3を利用して説明したように、開始タグや終了タグが順に検出される。なお、XML文書208が複数存在してもよく、さらに、XPath式が記述されているXML文書208と、そのXPath式によって参照されるデータを含むXML文書208が別文書であってもよい。
Next, the
そして、XMLプロセッサ202は、解析結果に基づいて木構造のオブジェクト(DOMツリー210)を作成し(S606)、作成したDOMツリー210を第1記憶部102に格納する(S607)。格納されたDOMツリー210は、上位XMLアプリケーション204によって参照される。
Then, the
S608〜S612には、本実施形態の特徴的処理の一つであるDOMツリー210の削除処理が示されている。つまり、使用メモリ量削減等の為に上位XMLアプリケーション204の指示により、格納されたDOMツリー210を部分的に削除する処理を行う。XMLプロセッサ202は、上位XMLアプリケーション204から削除要求があるか否かを判断し(S608)、削除要求がない場合には、S605からS607の処理を実行して、DOMツリー210の作成を継続する。一方、削除要求があった場合、記憶している検索式管理テーブルを参照し、削除しようとするノードがXPath式の検索対象か否かを判断する(S609)。検索対象のノードとは、検索式の結果として返されるオブジェクトに含まれるノードや、検索式による計算の為に必要なノードである。また、検索対象か否かの判定は、記憶されているすべてのXPath式について行われる。検索対象のノードの場合、XMLプロセッサ202は、検索式管理テーブルの必要情報と削除対象ノードを比較して不要な部分を削除する(S610)。
In S608 to S612, a deletion process of the
ここで、図4のDOMツリー210に関して、図5の検索式管理テーブルが存在する場合を例として、削除可能な不要な部分について説明する。図4のDOMツリー210に対して、領域A内のノードの削除、つまり、要素setのノードおよび二つの要素prmのノードの削除(これらに付随するノードも含まれる)が要求されたとする。ところが、削除対象のノードのうち要素prm(その属性がid=1)のノードは、図5に示す検索式(XPath式)の検索対象ノードとなっている。そこで、XMLプロセッサ202は、検索式管理テーブルの必要情報と削除対象ノードを比較して、削除対象ノードのうち必要情報以外のノードを不要な部分と判断する。つまり、図4における、「B」が付されたノードを不要な部分と判断して削除する。これらのノードが削除されても、XPath式の検索対象ノードである要素prm(その属性がid=1)のノードまでの経路が確保される。すなわち、「B」のノードが削除されても、要素setのノードからの経路が確保され、XPath式による参照状態が保たれる。
Here, regarding the
図6に戻り、S609で検索対象ノードでないと判断された場合には、その削除指定ノードを削除する(S611)。そして、XML文書208の終わりまで解析処理が実行されたか否かを判断し(S612)、終了していない場合にはS605に戻り、S605以降の処理を再び実行する。一方、S612でXML文書208の終わりまで解析処理が終了したと判断された場合には、解析結果である木構造(DOMツリー210)が上位XMLアプリケーション204に渡されて本フローが終了する。
Returning to FIG. 6, if it is determined in S609 that the node is not a search target node, the deletion designation node is deleted (S611). Then, it is determined whether or not the analysis process has been executed until the end of the XML document 208 (S612). If the analysis process has not been completed, the process returns to S605, and the processes after S605 are executed again. On the other hand, if it is determined in S612 that the analysis processing has been completed up to the end of the
図7は、DOMツリー削除処理の他の例を説明するための図であり、図6のS608〜S612に換えて実行される処理のフローチャートである。 FIG. 7 is a diagram for explaining another example of the DOM tree deletion processing, and is a flowchart of processing executed in place of S608 to S612 in FIG.
XPath式の検索結果として返されるオブジェクト、つまり、XPath式で特定される要素に対応したデータの種類には、ノード集合、ブール値、数値、文字列などが挙げられる。これらの内容によっては、比較的少ないデータ量のオブジェクトがXPath式の検索結果として返される場合がある。例えば、図8に示すように、検索式による検索結果としてブール値(True)や数値(5)のようにデータ量の少ないオブジェクトが対応する場合がある。このように、比較的少ないデータ量のオブジェクトの場合には、検索式と検索結果であるオブジェクトを直接対応づけて記憶しておき、検索式の実行時には結果として記憶しているオブジェクト(データ)を返すことにより、処理効率も上がり、より多くの情報を削減できる。以下、図7に戻りその処理について説明する。 Examples of the object returned as the search result of the XPath expression, that is, the data type corresponding to the element specified by the XPath expression include a node set, a Boolean value, a numerical value, and a character string. Depending on these contents, an object with a relatively small amount of data may be returned as a search result of the XPath expression. For example, as shown in FIG. 8, an object with a small amount of data such as a Boolean value (True) or a numerical value (5) may correspond as a search result based on a search expression. In this way, in the case of an object with a relatively small amount of data, the search expression and the object that is the search result are directly associated and stored, and the object (data) stored as a result when the search expression is executed is stored. By returning, the processing efficiency is improved and more information can be reduced. Hereinafter, returning to FIG. 7, the process will be described.
S608(図6参照)において、DOMツリー210の一部を削除する指示を受取ると、XMLプロセッサ202は、削除しようとするノードがXPath式の検索対象か否かを判断し(S701)、検索対象である場合、その検索結果となるオブジェクトが所定量以下であるか否かを判断する(S702)。S702では、例えば、検索結果がブール値や数値の場合にはこれらのデータ量が小さいため常に所定量以下と判断し、検索結果がノード集合ならNノード以下であるか否かを判断し、検索結果が文字列ならN文字以下であるか否かを判断する。検索結果がNバイト以下か否かを判断してもよい。
In S608 (see FIG. 6), upon receiving an instruction to delete a part of the
S702で所定量以下であると判断された場合はその検索式を実行し(S703)、検索結果と検索式を対応づけて第1記憶部102に記憶する(S704)。そして、削除を指定されたノードを削除する。S704で検索結果と検索式が対応づけられているため、検索対象のノードが削除されても検索結果であるオブジェクトの参照が可能になる。 If it is determined in S702 that the amount is equal to or smaller than the predetermined amount, the search formula is executed (S703), and the search result and the search formula are associated with each other and stored in the first storage unit 102 (S704). Then, the node designated to be deleted is deleted. Since the search result is associated with the search expression in S704, it is possible to refer to the object that is the search result even if the search target node is deleted.
なお、S702で、オブジェクトが所定量以下ではないと判断された場合には、検索式管理テーブルの必要な情報と削除対象ノードを比較して不要な部分のみを削除する(S706)。つまり、図6におけるS610と同じ処理を実行する。 If it is determined in S702 that the object is not less than the predetermined amount, the necessary information in the search formula management table is compared with the deletion target node, and only unnecessary portions are deleted (S706). That is, the same processing as S610 in FIG. 6 is executed.
図9は、DOMツリー削除処理のさらに他の例を説明するための図であり、図6のS608〜S612に換えて実行される処理のフローチャートである。検索対象のノードとは、検索式の結果として返されるオブジェクトに含まれるノードや、検索式による計算の為に必要なノードである。そこで、検索式による計算の為だけに必要なノードに対して削除要求があった場合には、そのノードを削除し、削除後のツリートポロジーを反映させた検索式を再作成し、削除後に検索式を実行する際には、再作成した検索式を用いて検索を実行する。これにより、さらに多くの情報を削減できる。 FIG. 9 is a diagram for explaining still another example of the DOM tree deletion processing, and is a flowchart of processing executed in place of S608 to S612 in FIG. The search target node is a node included in an object returned as a result of the search expression or a node necessary for calculation using the search expression. Therefore, if there is a deletion request for a node that is necessary only for calculation using the search expression, delete the node, recreate the search expression that reflects the tree topology after the deletion, and search after the deletion. When executing the expression, the search is executed using the re-created search expression. Thereby, more information can be reduced.
S608(図6参照)において、DOMツリー210の一部を削除する指示を受取ると、XMLプロセッサ202は、削除しようとするノードがXPath式の検索対象か否かを判断する(S901)。検索対象である場合、削除ノードが検索式の結果として返されるオブジェクト(直接参照)か否かを判断する(S902)。直接参照でない場合、指定ノードの削除後も検索式が同じ結果を導き出せるような式を再作成し(S903)、元の検索式と再作成した検索式を対応づけて第1記憶部102に記憶する(S904)。そして指定のノードを削除する(S905)。
In S608 (see FIG. 6), when receiving an instruction to delete a part of the
図10は、検索式と再作成した検索式を対応させた管理テーブルを説明するための図である。検索式(/proc/set/prm[2])は、ルートノードの子ノードのproc要素の子ノードのset要素の子ノードの2番目のprm要素を示すXPath式であり、図4のDを検索する検索式に相当する。ここで、検索対象だが直接参照ではない図4のCの削除が指定された場合、つまり、set要素の子ノードの1番目のprm要素が指定され削除されると、削除後、元の2番目のprm要素(図4のD)が1番目のprm要素となる。そこで、検索式を(/proc/set/prm[1])と再作成することでCの削除後も同じDを検索することが可能になる。 FIG. 10 is a diagram for explaining a management table in which a search expression is associated with a re-created search expression. The search expression (/ proc / set / prm [2]) is an XPath expression indicating the second prm element of the child node of the set element of the child node of the proc element of the child node of the root node. Corresponds to the search expression to search. Here, when deletion of C in FIG. 4 that is a search target but not direct reference is specified, that is, when the first prm element of the child node of the set element is specified and deleted, the original second after deletion The prm element (D in FIG. 4) becomes the first prm element. Therefore, by recreating the search expression as (/ proc / set / prm [1]), it is possible to search for the same D even after C is deleted.
図9に戻り、S902で直接参照と判断された場合には、検索式管理テーブルの必要な情報と削除対象ノードを比較して不要な部分のみを削除する(S906)。つまり、図6におけるS610と同じ処理を実行する。 Returning to FIG. 9, if it is determined in S902 that direct reference is made, the necessary information in the search expression management table is compared with the node to be deleted, and only unnecessary portions are deleted (S906). That is, the same processing as S610 in FIG. 6 is executed.
図11は、本実施形態の情報処理装置において実行される、XML文書の解析および退避処理を説明するためのフローチャートである。 FIG. 11 is a flowchart for explaining the XML document analysis and saving process executed in the information processing apparatus of this embodiment.
まず、XMLプロセッサ202は、上位XMLアプリケーション204の指示を受け、XML文書208を取得する(S1101)。XMLプロセッサ202は、取得したXML文書208を文書の最初から順次解析し(S1102)、XPath式(検索式)が含まれるか否かを調べ(S1103)、XPath式が抽出された場合、そのXPath式を解析する(S1104)。
First, the
そして、XMLプロセッサ202は、XPath式の評価(検索実行)の為に必要な情報(図5参照)を解析し(S1105)、解析した検索式と必要な情報を対応づけた対応データを検索式管理テーブルに格納する(S1106)。さらに、XMLプロセッサ202は、検索式の検索対象となっているノードがすでに解析済みか否かを判断し(S1107)、解析済みの場合、対象ノードが退避されているか否かを判断する(S1108)。対象ノードが退避済みの場合、退避されたノードの情報を第2記憶部104から取得して(S1109)、検索式を実行し(S1110)、検索式と実行結果を対応づけて管理テーブルに登録する(S1111)。
Then, the
図12は、第2記憶部に退避されたノードが参照された場合、つまり、図11のS1108およびS1109において実行される処理を説明するためのフローチャートである。 まず、XPath式によるノードの参照指定を受け付け(S1201)、検索式の管理テーブルを参照する(S1202)。そして、検索対象ノードがすでに退避されているノードか否かを判別し(S1203)、退避されているノードの場合、検索実行に必要な情報を判別し(S1204)、必要情報のみを第2記憶部から取得する(S1205)。なお、S1203で退避されていないノードであると判断された場合、S1204およびS1205の処理は実行しない。 FIG. 12 is a flowchart for explaining processing executed when a node saved in the second storage unit is referred to, that is, in steps S1108 and S1109 of FIG. First, a node reference designation by an XPath expression is accepted (S1201), and a search expression management table is referenced (S1202). Then, it is determined whether or not the search target node has already been saved (S1203). If it is a saved node, information necessary for executing the search is determined (S1204), and only the necessary information is stored in the second memory. (S1205). If it is determined in S1203 that the node has not been saved, the processes in S1204 and S1205 are not executed.
図11に戻り、S1103でXPath式が抽出されない場合、XML文書の解析結果に基づいてDOMツリーを作成し(S1112)、作成したDOMツリーを第1記憶部102に格納する(S1113)。そして、S1113で作成したノードが記憶されている検索式の検索対象であり、検索が実行されているか否かを判断し(S1114)、未実行の場合には、S1108の処理に移る。 Returning to FIG. 11, if the XPath expression is not extracted in S1103, a DOM tree is created based on the analysis result of the XML document (S1112), and the created DOM tree is stored in the first storage unit 102 (S1113). Then, it is determined whether or not the node created in S1113 is a search target of the stored search formula and the search is executed (S1114). If not, the process proceeds to S1108.
S1115では、上位XMLアプリケーション204から削除要求があるか否かを判断し、削除要求があった場合、指定されたノードを第2記憶部104に退避する(S1116)。この際、例えば図13に示すように、退避するノード(退避ノード)とその退避先の所在(文書退避先)とを関連づけた退避文書管理テーブルを作成し保持しておく。そして、XML文書の終了まで達したか否かを判断し(S1117)、終了していない場合にはS1102に戻り、また、終了している場合には本フローを終了する。
In S1115, it is determined whether there is a deletion request from the
図14は、第2記憶部にノードを退避させる場合、つまり、図11のS1116において実行される処理を説明するためのフローチャートである。S1115(図11)で削除指定があると、削除ノードのデータをテキスト形式のデータに変換し(S1401)、そのテキストを圧縮する(S1402)。そして圧縮したデータを第2記憶部に退避して退避文書管理テーブル(図13参照)を作成して第1記憶部内に格納する(S1403)。 FIG. 14 is a flowchart for explaining the processing executed when the node is saved in the second storage unit, that is, the processing executed in S1116 of FIG. If there is a deletion designation in S1115 (FIG. 11), the data of the deletion node is converted into text format data (S1401), and the text is compressed (S1402). Then, the compressed data is saved in the second storage unit, and a saved document management table (see FIG. 13) is created and stored in the first storage unit (S1403).
図6を利用して説明した処理では、XML文書の解析処理前に検索式を抽出する必要があるが、図11から図14を利用して説明した処理、つまり、XML文書の解析および退避処理では、先に検索式を抽出する処理が不要となる。 In the process described with reference to FIG. 6, it is necessary to extract a search expression before the XML document analysis process. However, the process described with reference to FIGS. 11 to 14, that is, the XML document analysis and saving process. Thus, the process of extracting the search expression first becomes unnecessary.
以上、本発明の好適な実施形態を説明したが、上述した実施形態は、あらゆる点で単なる例示にすぎず、本発明の範囲を限定するものではない。 As mentioned above, although preferred embodiment of this invention was described, embodiment mentioned above is only a mere illustration in all the points, and does not limit the scope of the present invention.
100 情報処理装置、202 XMLプロセッサ、204 上位XMLアプリケーション、206 DOMインターフェース、208 XML文書、210 DOMツリー。 DESCRIPTION OF SYMBOLS 100 Information processing apparatus, 202 XML processor, 204 High-order XML application, 206 DOM interface, 208 XML document, 210 DOM tree.
Claims (10)
前記複数の要素に含まれる特定要素を検索するために前記階層構造内における特定要素までの経路を示した検索情報に基づいて、前記記憶された構造化情報のうちの前記経路を特定するために必要な情報を識別する識別部と、
前記識別された必要な情報を残して、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する削除処理部と、
を有する、
ことを特徴とする情報処理装置。 A storage unit in which structured information including a hierarchical structure of a plurality of elements is stored;
To identify the path of the stored structured information based on search information indicating a path to the specific element in the hierarchical structure in order to search for a specific element included in the plurality of elements. An identification part for identifying necessary information;
A deletion processing unit that deletes information requested to be deleted from the stored structured information, leaving the identified necessary information;
Having
An information processing apparatus characterized by that.
前記複数の要素に含まれる特定要素を検索するための検索情報に基づいて、その特定要素のデータとその特定要素の検索情報とを対応付けた対応情報を生成する対応情報生成部と、
削除を要求された特定要素のうちの前記対応情報が生成された特定要素を前記記憶部から削除する削除処理部と、
を有する、
ことを特徴とする情報処理装置。 A storage unit in which structured information including a hierarchical structure of a plurality of elements is stored;
Based on search information for searching for specific elements included in the plurality of elements, a correspondence information generation unit that generates correspondence information that associates the data of the specific elements with the search information of the specific elements;
A deletion processing unit that deletes from the storage unit the specific element for which the correspondence information is generated among the specific elements requested to be deleted;
Having
An information processing apparatus characterized by that.
前記複数の要素に含まれる特定要素を検索するための検索情報を解析する解析部と、
前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する削除処理部と、
前記削除される前に解析が行われた削除前検索情報、および、前記削除された後の削除後構造化情報に基づいて、削除前検索情報に対応した特定要素を削除後構造化情報内で検索するための削除後検索情報を生成する検索情報再構成部と、
を有する、
ことを特徴とする情報処理装置。 A storage unit in which structured information including a hierarchical structure of a plurality of elements is stored;
An analysis unit for analyzing search information for searching for specific elements included in the plurality of elements;
A deletion processing unit for deleting information requested to be deleted from the stored structured information from the storage unit;
Based on the pre-deletion search information analyzed before the deletion and the post-deletion structured information after the deletion, a specific element corresponding to the pre-deletion search information is included in the post-deletion structured information. A search information reconstruction unit that generates post-deletion search information for searching;
Having
An information processing apparatus characterized by that.
前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除し、削除した情報を補助記憶部へ退避する退避処理部と、
前記複数の要素に含まれる特定要素を検索するための検索情報に基づいて、前記検索情報から特定要素を検索するために必要な対象情報を識別する対象情報識別部と、
前記対象情報が前記補助記憶部へ退避されている場合に、前記補助記憶部から前記対象情報を取得する対象情報取得部と、
前記取得された対象情報を利用して前記検索情報から特定要素を検索する検索処理部と、
を有する、
ことを特徴とする情報処理装置。 A storage unit in which structured information including a hierarchical structure of a plurality of elements is stored;
A evacuation processing unit that deletes information requested to be deleted from the stored structured information from the storage unit, and evacuates the deleted information to an auxiliary storage unit;
A target information identification unit for identifying target information necessary for searching for a specific element from the search information based on search information for searching for a specific element included in the plurality of elements;
A target information acquisition unit that acquires the target information from the auxiliary storage unit when the target information is saved in the auxiliary storage unit;
A search processing unit for searching for a specific element from the search information using the acquired target information;
Having
An information processing apparatus characterized by that.
前記複数の要素に含まれる特定要素を検索するために前記階層構造内における特定要素までの経路を示した検索情報に基づいて、前記記憶された構造化情報のうちの前記経路を特定するために必要な情報を識別し、
前記識別された必要な情報を残して、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する、
ことを特徴とする情報処理方法。 An information processing method executed by an information processing apparatus to delete information from a storage unit in which structured information including a hierarchical structure including a plurality of elements is stored,
To identify the path of the stored structured information based on search information indicating a path to the specific element in the hierarchical structure in order to search for a specific element included in the plurality of elements. Identify the information you need,
Leaving the identified necessary information, deleting the requested information of the stored structured information from the storage unit;
An information processing method characterized by the above.
前記検索情報に基づいて、その検索情報によって検索される特定要素に対応したデータを検索し、検索したデータのデータ量が所定量より小さいか否かを判断し、
前記データ量が所定量より小さいと判断された場合に、そのデータとその検索情報とを対応付けた対応情報を生成し、削除を要求された特定要素のうちの前記対応情報が生成された特定要素を前記記憶部から削除し、
前記データ量が所定量より小さくないと判断された場合に、前記識別された必要な情報を残して、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する、
ことを特徴とする情報処理方法。 An information processing method according to claim 5,
Based on the search information, search for data corresponding to the specific element searched by the search information, determine whether the data amount of the searched data is smaller than a predetermined amount,
When it is determined that the amount of data is smaller than a predetermined amount, correspondence information in which the data is associated with the search information is generated, and the correspondence information among the specific elements requested to be deleted is generated. Delete the element from the storage,
When it is determined that the amount of data is not smaller than a predetermined amount, the information required to be deleted from the stored structured information is deleted from the storage unit, leaving the identified necessary information. ,
An information processing method characterized by the above.
前記削除を要求された情報が検索情報による検索結果として返されるオブジェクトか否かを判断し、
検索結果として返されるオブジェクトでないと判断された場合に、削除を要求された情報を前記記憶部から削除し、
前記削除される前の削除前検索情報、および、前記削除された後の削除後構造化情報に基づいて、削除前検索情報に対応した特定要素を削除後構造化情報内で検索するための削除後検索情報を生成する、
ことを特徴とする情報処理方法。 An information processing method according to claim 5,
Determining whether the information requested to be deleted is an object returned as a search result by search information;
When it is determined that the object is not returned as a search result, the information requested to be deleted is deleted from the storage unit,
Deletion for searching the post-deletion structured information for a specific element corresponding to the pre-deletion search information based on the pre-deletion search information before the deletion and the post-deletion structured information after the deletion Generate post-search information,
An information processing method characterized by the above.
前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除して削除した情報を補助記憶部へ退避し、
前記複数の要素に含まれる特定要素を検索するための検索情報に基づいて、前記検索情報から特定要素を検索するために必要な対象情報を識別し、
前記対象情報が前記補助記憶部へ退避されている場合に、前記補助記憶部から前記対象情報を取得する、
ことを特徴とする情報処理方法。 An information processing method executed by an information processing apparatus to delete information from a storage unit in which structured information including a hierarchical structure including a plurality of elements is stored,
The information requested to be deleted from the stored structured information is deleted from the storage unit, and the deleted information is saved in the auxiliary storage unit,
Based on search information for searching for specific elements included in the plurality of elements, identifying target information necessary for searching for specific elements from the search information,
When the target information is saved in the auxiliary storage unit, the target information is acquired from the auxiliary storage unit.
An information processing method characterized by the above.
前記検索情報に基づいて、その検索情報によって検索される特定要素に対応したデータを検索し、検索したデータのデータ量が所定量より小さいか否かを判断し、
前記データ量が所定量より小さいと判断された場合に、そのデータとその検索情報とを対応付けた対応情報を生成し、削除を要求された特定要素のうちの前記対応情報が生成された特定要素を前記記憶部から削除し、
前記データ量が所定量より小さくないと判断された場合に、前記検索情報に基づいて前記記憶された構造化情報のうちの経路を特定するために必要な情報として識別された情報を残して、前記記憶された構造化情報のうちの削除を要求された情報を前記記憶部から削除する、
ことを特徴とする情報処理装置。 An information processing apparatus according to claim 2,
Based on the search information, search for data corresponding to the specific element searched by the search information, determine whether the data amount of the searched data is smaller than a predetermined amount,
When it is determined that the amount of data is smaller than a predetermined amount, correspondence information in which the data is associated with the search information is generated, and the correspondence information among the specific elements requested to be deleted is generated. Delete the element from the storage,
When it is determined that the amount of data is not smaller than a predetermined amount, leaving the information identified as information necessary for specifying the path of the stored structured information based on the search information, Deleting information requested to be deleted from the stored structured information from the storage unit;
An information processing apparatus characterized by that.
前記削除を要求された情報が検索情報による検索結果として返されるオブジェクトか否かを判断し、
検索結果として返されるオブジェクトでないと判断された場合に、削除を要求された情報を前記記憶部から削除し、
前記削除される前の削除前検索情報、および、前記削除された後の削除後構造化情報に基づいて、削除前検索情報に対応した特定要素を削除後構造化情報内で検索するための削除後検索情報を生成する、
ことを特徴とする情報処理装置。 The information processing apparatus according to claim 3,
Determining whether the information requested to be deleted is an object returned as a search result by search information;
When it is determined that the object is not returned as a search result, the information requested to be deleted is deleted from the storage unit,
Deletion for searching the post-deletion structured information for a specific element corresponding to the pre-deletion search information based on the pre-deletion search information before the deletion and the post-deletion structured information after the deletion Generate post-search information,
An information processing apparatus characterized by that.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004032145A JP4411994B2 (en) | 2004-02-09 | 2004-02-09 | Information processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004032145A JP4411994B2 (en) | 2004-02-09 | 2004-02-09 | Information processing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005222465A true JP2005222465A (en) | 2005-08-18 |
JP4411994B2 JP4411994B2 (en) | 2010-02-10 |
Family
ID=34998021
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004032145A Expired - Fee Related JP4411994B2 (en) | 2004-02-09 | 2004-02-09 | Information processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4411994B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100902653B1 (en) | 2008-01-11 | 2009-06-15 | 숭실대학교산학협력단 | Apparatus and method for searching for efficient ontology reasoning |
WO2012095042A3 (en) * | 2012-02-17 | 2013-01-24 | 华为技术有限公司 | Method and device for clearing configuration command in communication equipment |
-
2004
- 2004-02-09 JP JP2004032145A patent/JP4411994B2/en not_active Expired - Fee Related
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100902653B1 (en) | 2008-01-11 | 2009-06-15 | 숭실대학교산학협력단 | Apparatus and method for searching for efficient ontology reasoning |
WO2012095042A3 (en) * | 2012-02-17 | 2013-01-24 | 华为技术有限公司 | Method and device for clearing configuration command in communication equipment |
US9762430B2 (en) | 2012-02-17 | 2017-09-12 | Huawei Technologies Co., Ltd. | Method and apparatus for clearing configuration command in communication equipment |
Also Published As
Publication number | Publication date |
---|---|
JP4411994B2 (en) | 2010-02-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7519903B2 (en) | Converting a structured document using a hash value, and generating a new text element for a tree structure | |
JP4124261B2 (en) | Document analysis system, document analysis method, and program thereof | |
KR100890966B1 (en) | Document processing method, recording medium, and document processing system | |
JP2009087339A (en) | Method and device for importing/exporting ontology data | |
JP2004234354A (en) | Method, system and program of creating structural pattern candidate | |
JPH1078959A (en) | Edge data structure unifying method | |
WO2009063925A1 (en) | Document management & retrieval system and document management & retrieval method | |
KR100899616B1 (en) | Method and system of management metadata using relational database management system | |
JPWO2005098660A1 (en) | Document processing apparatus and document processing method | |
JP2010250449A (en) | Information processor and information processing method | |
JP4411994B2 (en) | Information processing device | |
JP2014081905A (en) | Device for providing graphical interface for assisting preparation of logic formula | |
JP3597940B2 (en) | HTML document book type shaping method and apparatus | |
JP2012059212A (en) | Extraction apparatus, extraction method and extraction program | |
JP4649339B2 (en) | XPath processing apparatus, XPath processing method, XPath processing program, and storage medium | |
JP2009211599A (en) | Mapping definition creation system and mapping definition creation program | |
JP2008026964A (en) | Retrieval processor and program | |
JP2004348341A (en) | Structured document processing system, structured document processing method, and program | |
JP5695586B2 (en) | XML document search apparatus and program | |
JP2011053891A (en) | Method and program for storing communication data in relational database | |
JP4207992B2 (en) | Structured document processing system and structured document processing method | |
JP2021039579A (en) | Document creation support system | |
JP4134824B2 (en) | Information processing apparatus and program | |
JP2006155593A (en) | Document analysis system and document adaptation system | |
Dibowski | Virtual Properties for Ontologies and Knowledge Graphs. |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070119 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20081030 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20081202 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090128 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090303 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090427 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20091027 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20091109 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121127 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121127 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131127 Year of fee payment: 4 |
|
LAPS | Cancellation because of no payment of annual fees |