JP6191297B2 - Exiスキーマ・ドキュメント・エンコーディング - Google Patents
Exiスキーマ・ドキュメント・エンコーディング Download PDFInfo
- Publication number
- JP6191297B2 JP6191297B2 JP2013149681A JP2013149681A JP6191297B2 JP 6191297 B2 JP6191297 B2 JP 6191297B2 JP 2013149681 A JP2013149681 A JP 2013149681A JP 2013149681 A JP2013149681 A JP 2013149681A JP 6191297 B2 JP6191297 B2 JP 6191297B2
- Authority
- JP
- Japan
- Prior art keywords
- document
- field
- simple type
- exi
- type
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/149—Adaptation of the text data for streaming purposes, e.g. Efficient XML Interchange [EXI] format
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/123—Storage facilities
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
- G06F40/143—Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Multimedia (AREA)
- Document Processing Apparatus (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
Claims (20)
- コンピュータが、EXI(Efficient XML(Extensible Markup Language) Interchange)スキーマドキュメントにおける単純型要素(simpleType element)のサイズを減少させる方法であって:
各単純型要素から、1つ以上のバリデーション特有のファセットを削除することによって、XSD(XML Schema Definition)ドキュメントの各単純型要素を修正するステップと;
開始および終了タグで、XSD単純型要素から、エンコードされたビットのシーケンスとして表されたEXI単純型要素に、前記XSDドキュメントの各修正された単純型要素を変換することによって、XSDドキュメントをEXIスキーマドキュメントにエンコードするステップと;
を有し、
前記1つ以上のバリデーション特有のファセットの各々は、前記XSDにドキュメントが適合していることをバリデーションするように導入されたファセットを含む、
方法。 - XMLバリデーション以外のタスクにおいて、前記エンコードされたEXIスキーマドキュメントを用いるステップ、を更に有する請求項1記載の方法。
- XMLドキュメントをEXIドキュメントにエンコードするタスクにおいて、エンコードされたEXIスキーマドキュメントを利用するステップ、を更に有する、請求項1記載の方法。
- XMLドキュメントをEXIドキュメントからデコードするタスクにおいて、エンコードされたEXIスキーマドキュメントを利用するステップ、を更に有する請求項1記載の方法。
- XMLドキュメントを、カンマ分離値(CSV)ドキュメント、フラットファイルドキュメント、又はJavaScriptオブジェクトノーテーション(JSON)ドキュメント、にエンコードするタスクにおいて、エンコードされたEXIスキーマドキュメントを利用するステップ、を更に有する請求項1記載の方法。
- XMLドキュメントを、カンマ分離値(CSV)ドキュメント、フラットファイルドキュメント、又はJavaScriptオブジェクトノーテーション(JSON)ドキュメント、からデコードするタスクに、エンコードされたEXIスキーマドキュメントを、利用するステップ、を更に有する請求項1記載の方法。
- 前記削除された1つ以上のバリデーション特有のファセットは、全ての種類の単純型要素に対する、文字数(length)、最小長(minLenghth)、最大長(maxLenght)、正規表現(pattern)、値を含む最大値(maxInclusive)、値を含まない最大値(maxExclusive)、値を含まない最小値(minExclusive)、桁数の最大値(totalDigits)、及び少数部の桁数の最大値(fractionDigits)を含み、
前記削除された1つ以上のバリデーション特有のファセットは、境界型整数である単純型要素の整数アトミックの種類以外の各単純型要素に対する、値を含む最小値(minInclusive)を更に含み、
前記削除された1つ以上のバリデーション特有のファセットは、単純型要素の文字列アトミックの種類以外の各単純型要素に対するホワイトスペースを更に含む、
請求項1記載の方法。 - 請求項1記載の方法を、コンピュータに実行させるプログラム。
- コンピュータが、EXI(Efficient XML(Extensible Markup Language) Interchange)スキーマドキュメントにおける単純型要素(simpleType element)のサイズを減少させる方法であって:
XSD(XML Schema Definition)ドキュメントの各単純型要素を特定するステップと;
開始および終了タグで、XSD単純型要素から、エンコードされたビットのシーケンスとして表されたEXI単純型要素に、XSDドキュメントの各特定された単純型要素を変換することによって、XSDドキュメントをEXIスキーマドキュメントにエンコードするステップであって、前記エンコードするステップは、各特定された単純型要素に対して:
ユニオン又はリストの種類の単純型要素に対する種類フィールド;
ブールアトミックの種類の単純型要素に対する、種類フィールド、一覧存在フィールド、祖先識別フィールド、及びパターン存在フィールド;
文字列アトミックの種類の単純型要素に対する、種類フィールド、一覧存在フィールド、祖先識別フィールド、ホワイトスペースフィールド、及び制限された文字列フィールド;
整数アトミックの種類の単純型要素に対する、種類フィールド、一覧存在フィールド、祖先識別フィールド、整数幅フィールド、及び値を含む最小値(minInclusive)ポインタフィールド;又は
その他のアトミックの種類の単純型要素に対する、種類フィールド、一覧存在フィールド、及び祖先識別フィールド;
を単一の固定長付加フィールドにエンコードする、ステップと;
を有する方法。 - 前記単一の固定長付加フィールドの長さは、4バイトである、請求項9記載の方法。
- 各種類フィールド及び各ホワイトスペースフィールドは、2ビットの長さを有し;
各一覧存在フィールド及び各パターン存在フィールドは、1ビットの長さを有し;
各祖先識別フィールドは、5ビットの長さを有し;
各制限された文字列フィールドは、8ビットの長さを有し;
各整数幅フィールドは、8ビットの長さを有し;
各値を含む最小値(minInclusive)ポインタフィールドは、16ビットの長さを有する;
請求項10記載の方法。 - 前記エンコードされたEXIスキーマドキュメントを、XMLバリデーション以外のタスクにおいて利用するステップ、を更に有する請求項9記載の方法。
- XMLドキュメントを、EXIドキュメント、カンマ分離値(CSV)ドキュメント、フラットファイルドキュメント、又はJavaScriptオブジェクトノーテーション(JSON)ドキュメント、にエンコードするタスクにおいて、前記エンコードされたEXIスキーマドキュメントを利用するステップ、を更に有する請求項12記載の方法。
- XMLドキュメントを、EXIドキュメント、カンマ分離値(CSV)ドキュメント、フラットファイルドキュメント、又はJavaScriptオブジェクトノーテーション(JSON)ドキュメント、からデコードするタスクに、前記エンコードされたEXIスキーマを利用するステップ、を更に有する請求項12記載の方法。
- 前記XSDドキュメントをEXIスキーマドキュメントにエンコードする前に、前記XSDドキュメントの各特定された単純型要素から、1つ以上のファセットを削除するステップ、を更に有する請求項12記載の方法。
- 削除された1つ以上のファセットは、全ての種類の単純型要素に対する、文字数(length)、最小長(minLenghth)、最大長(maxLenght)、正規表現(pattern)、値を含む最大値(maxInclusive)、値を含まない最大値(maxExclusive)、値を含まない最小値(minExclusive)、桁数の最大値(totalDigits)、及び少数部の桁数の最大値(fractionDigits)を含み、
前記削除された1つ以上のファセットは、境界型整数である整数アトミックの種類の単純型要素以外の各単純型要素に対する値を含む最小値(minInclusive)を更に含み、
前記削除された1つ以上のファセットは、文字列アトミックの種類の単純型要素以外の各単純型要素に対するホワイトスペースを更に含む、
請求項14記載の方法。 - 請求項9記載の方法を、コンピュータに実行させるプログラム。
- EXI(Efficient XML(Extensible Markup Language) Interchange)スキーマドキュメントにおける単純型要素(simpleType element)のサイズを減少させる方法をコンピュータに実行させるプログラムを実行するプロセッサを含むEXIエンコーダを含むシステムであって、前記方法は、:
各単純型要素から、1つ以上のファセットを削除することによって、XSD(XML Schema Definition)ドキュメントの各単純型要素を修正するステップと;
開始および終了タグで、XSD単純型要素から、エンコードされたビットのシーケンスとして表されたEXI単純型要素に、前記XSDドキュメントの各修正された単純型要素を変換することによって、XSDドキュメントをEXIスキーマドキュメントにエンコードするステップであって、前記エンコードするステップは、各修正された単純型要素に対して:
ユニオン又はリストの種類の単純型要素に対する種類フィールド;
ブールアトミックの種類の単純型要素に対する、種類フィールド、一覧存在フィールド、祖先識別フィールド、及びパターン存在フィールド;
文字列アトミックの種類の単純型要素に対する、種類フィールド、一覧存在フィールド、祖先識別フィールド、ホワイトスペースフィールド、及び制限された文字列フィールド;
整数アトミックの種類の単純型要素に対する、種類フィールド、一覧存在フィールド、祖先識別フィールド、整数幅フィールド、及び値を含む最小値(minInclusive)ポインタフィールド;又は
その他のアトミックの種類の単純型要素に対する、種類フィールド、一覧存在フィールド、及び祖先識別フィールド;
を単一の固定長付加フィールドにエンコードする、ステップと;
を有する、
システム。 - 削除された1つ以上のファセットは、全ての種類の単純型要素に対する、文字数(length)、最小長(minLenghth)、最大長(maxLenght)、正規表現(pattern)、値を含む最大値(maxInclusive)、値を含まない最大値(maxExclusive)、値を含まない最小値(minExclusive)、桁数の最大値(totalDigits)、及び少数部の桁数の最大値(fractionDigits)を含み、
前記削除された1つ以上のファセットは、境界型整数である整数アトミックの種類の単純型要素以外の各単純型要素に対する値を含む最小値(minInclusive)を更に含み、
前記削除された1つ以上のファセットは、文字列アトミックの種類の単純型要素以外の各単純型要素に対するホワイトスペースを更に含む、
請求項18記載のシステム。 - 前記付加フィールドは、4バイトの長さを含み:
ユニオン又はリストの種類の単純型要素に対する2ビット種類フィールド;
ブールアトミックの種類の単純型要素に対する、2ビット種類フィールド、1ビット一覧存在フィールド、5ビット祖先識別フィールド、及び1ビットパターン存在フィールド;
文字列アトミックの種類の単純型要素に対する、2ビット種類フィールド、1ビット一覧存在フィールド、5ビット祖先識別フィールド、2ビットホワイトスペースフィールド、及び8ビットの制限された文字列フィールド;
整数アトミックの種類の単純型要素に対する、2ビット種類フィールド、1ビット一覧存在フィールド、5ビット祖先識別フィールド、8ビット整数幅フィールド、及び16ビットの値を含む最小値(minInclusive)ポインタフィールド;又は
その他の種類の単純型要素に対する、2ビット種類フィールド、1ビット一覧存在フィールド、及び5ビット祖先識別フィールド;
を有する、請求項18記載のシステム。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/554,862 US9128912B2 (en) | 2012-07-20 | 2012-07-20 | Efficient XML interchange schema document encoding |
| US13/554,862 | 2012-07-20 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2014021990A JP2014021990A (ja) | 2014-02-03 |
| JP6191297B2 true JP6191297B2 (ja) | 2017-09-06 |
Family
ID=49947621
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2013149681A Expired - Fee Related JP6191297B2 (ja) | 2012-07-20 | 2013-07-18 | Exiスキーマ・ドキュメント・エンコーディング |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US9128912B2 (ja) |
| JP (1) | JP6191297B2 (ja) |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2012128830A2 (en) * | 2011-03-24 | 2012-09-27 | Okeefe Kevin J | System and mehtod for information exchange and processing |
| US9128912B2 (en) * | 2012-07-20 | 2015-09-08 | Fujitsu Limited | Efficient XML interchange schema document encoding |
| US9639631B2 (en) * | 2013-02-27 | 2017-05-02 | Cellco Partnership | Converting XML to JSON with configurable output |
| US10306490B2 (en) * | 2016-01-20 | 2019-05-28 | Netscout Systems Texas, Llc | Multi KPI correlation in wireless protocols |
| JP6147387B1 (ja) * | 2016-03-30 | 2017-06-14 | 株式会社リクルートライフスタイル | 音声翻訳システム、その制御方法および音声翻訳プログラム |
| US10606891B2 (en) * | 2017-02-28 | 2020-03-31 | Fujitsu Limited | JSON data validation |
| US10977221B2 (en) * | 2017-10-20 | 2021-04-13 | Hewlett Packard Enterprise Development Lp | Encoding of data formatted in human-readable text according to schema into binary |
| US11379497B2 (en) | 2018-06-21 | 2022-07-05 | At&T Intellectual Property I, L.P. | Data model database |
Family Cites Families (70)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7798417B2 (en) * | 2000-01-03 | 2010-09-21 | Snyder David M | Method for data interchange |
| US7111076B2 (en) * | 2000-04-13 | 2006-09-19 | Intel Corporation | System using transform template and XML document type definition for transforming message and its reply |
| US7500017B2 (en) * | 2001-04-19 | 2009-03-03 | Microsoft Corporation | Method and system for providing an XML binary format |
| US8181164B1 (en) * | 2001-06-29 | 2012-05-15 | Versata Development Group, Inc. | Method and apparatus for extensibility of user interface binding definitions |
| US7165239B2 (en) * | 2001-07-10 | 2007-01-16 | Microsoft Corporation | Application program interface for network software platform |
| CA2432658C (en) * | 2003-06-17 | 2008-04-01 | Ibm Canada Limited - Ibm Canada Limitee | Simple types in xml schema complex types |
| US7581177B1 (en) * | 2003-08-01 | 2009-08-25 | Microsoft Corporation | Conversion of structured documents |
| US7587667B2 (en) * | 2003-09-04 | 2009-09-08 | Oracle International Corporation | Techniques for streaming validation-based XML processing directions |
| US20050091346A1 (en) * | 2003-10-23 | 2005-04-28 | Brijesh Krishnaswami | Settings management infrastructure |
| US7313756B2 (en) * | 2003-12-15 | 2007-12-25 | Microsoft Corporation | Schema editor extensions |
| US7603654B2 (en) * | 2004-03-01 | 2009-10-13 | Microsoft Corporation | Determining XML schema type equivalence |
| US20060059169A1 (en) * | 2004-08-13 | 2006-03-16 | Sergey Armishev | Method and system for extensible automated data testing using scriptlets |
| US7475093B2 (en) * | 2004-10-15 | 2009-01-06 | Microsoft Corporation | Memory cache management in XML/relational data mapping |
| US8458467B2 (en) * | 2005-06-21 | 2013-06-04 | Cisco Technology, Inc. | Method and apparatus for adaptive application message payload content transformation in a network infrastructure element |
| US7500184B2 (en) * | 2005-02-11 | 2009-03-03 | Fujitsu Limited | Determining an acceptance status during document parsing |
| US8996991B2 (en) * | 2005-02-11 | 2015-03-31 | Fujitsu Limited | System and method for displaying an acceptance status |
| US20060212799A1 (en) * | 2005-02-11 | 2006-09-21 | Fujitsu Limited | Method and system for compiling schema |
| US7735001B2 (en) * | 2005-02-11 | 2010-06-08 | Fujitsu Limited | Method and system for decoding encoded documents |
| US7509574B2 (en) * | 2005-02-11 | 2009-03-24 | Fujitsu Limited | Method and system for reducing delimiters |
| US20060184547A1 (en) * | 2005-02-11 | 2006-08-17 | Fujitsu Limited | Method and system for fast encoding of data documents |
| US8024353B2 (en) * | 2005-02-11 | 2011-09-20 | Fujitsu Limited | Method and system for sequentially accessing compiled schema |
| US7630997B2 (en) * | 2005-03-23 | 2009-12-08 | Microsoft Corporation | Systems and methods for efficiently compressing and decompressing markup language |
| US7606781B2 (en) * | 2005-03-30 | 2009-10-20 | Primal Fusion Inc. | System, method and computer program for facet analysis |
| US20070061706A1 (en) * | 2005-09-14 | 2007-03-15 | Microsoft Corporation | Mapping property hierarchies to schemas |
| US20070143664A1 (en) * | 2005-12-21 | 2007-06-21 | Motorola, Inc. | A compressed schema representation object and method for metadata processing |
| US7933928B2 (en) * | 2005-12-22 | 2011-04-26 | Oracle International Corporation | Method and mechanism for loading XML documents into memory |
| US7593949B2 (en) * | 2006-01-09 | 2009-09-22 | Microsoft Corporation | Compression of structured documents |
| US7992081B2 (en) * | 2006-04-19 | 2011-08-02 | Oracle International Corporation | Streaming validation of XML documents |
| US20080104579A1 (en) * | 2006-10-31 | 2008-05-01 | Sap Ag | Systems and methods of transforming XML schemas |
| US8909599B2 (en) * | 2006-11-16 | 2014-12-09 | Oracle International Corporation | Efficient migration of binary XML across databases |
| US7886223B2 (en) * | 2006-11-17 | 2011-02-08 | International Business Machines Corporation | Generating a statistical tree for encoding/decoding an XML document |
| US8341514B2 (en) * | 2007-01-31 | 2012-12-25 | Microsoft Corporation | Using static data in a markup language |
| JP4429329B2 (ja) * | 2007-02-16 | 2010-03-10 | キヤノン株式会社 | 符号化装置及びその制御方法、復号装置及びその制御方法、プログラム、記憶媒体 |
| US7747558B2 (en) * | 2007-06-07 | 2010-06-29 | Motorola, Inc. | Method and apparatus to bind media with metadata using standard metadata headers |
| US8250062B2 (en) * | 2007-11-09 | 2012-08-21 | Oracle International Corporation | Optimized streaming evaluation of XML queries |
| JP5379372B2 (ja) * | 2007-11-15 | 2013-12-25 | キヤノン株式会社 | データ圧縮装置、データ伸長装置およびデータ圧縮方法 |
| US8185565B2 (en) * | 2007-11-16 | 2012-05-22 | Canon Kabushiki Kaisha | Information processing apparatus, control method, and storage medium |
| JP2009128945A (ja) * | 2007-11-19 | 2009-06-11 | Canon Inc | データ処理装置及び方法並びにプログラム |
| US9842090B2 (en) * | 2007-12-05 | 2017-12-12 | Oracle International Corporation | Efficient streaming evaluation of XPaths on binary-encoded XML schema-based documents |
| US20090198722A1 (en) * | 2008-01-31 | 2009-08-06 | Stephen Michael Hanson | System and method for deriving the minimum number of bytes required to represent numeric data with different physical representations |
| FR2927712B1 (fr) * | 2008-02-15 | 2013-09-20 | Canon Kk | Procede et dispositif d'acces a une production d'une grammaire pour le traitement d'un document de donnees hierarchisees. |
| US8850309B2 (en) * | 2008-03-27 | 2014-09-30 | Canon Kabushiki Kaisha | Optimized methods and devices for the analysis, processing and evaluation of expressions of the XPath type on data of the binary XML type |
| FR2930660A1 (fr) * | 2008-04-25 | 2009-10-30 | Canon Kk | Procede d'acces a une partie ou de modification d'une partie d'un document xml binaire, dispositifs associes. |
| FR2931271B1 (fr) * | 2008-05-15 | 2012-07-27 | Canon Kk | Procede et dispositif de codage d'un document structure et procede et dispositif de decodage d'un document ainsi code |
| FR2933793B1 (fr) * | 2008-07-11 | 2013-07-05 | Canon Kk | Procedes de codage et de decodage, par referencement, de valeurs dans un document structure, et systemes associes. |
| US8606806B2 (en) * | 2008-07-25 | 2013-12-10 | Microsoft Corporation | Static typing of xquery expressions in lax validation content |
| US9122669B2 (en) * | 2008-08-29 | 2015-09-01 | Sap Se | Flat schema integrated document oriented templates |
| US8806357B2 (en) * | 2008-08-29 | 2014-08-12 | Sap Ag | Plug-ins for editing templates in a business management system |
| FR2936623B1 (fr) * | 2008-09-30 | 2011-03-04 | Canon Kk | Procede de codage d'un document structure et de decodage, dispositifs correspondants |
| FR2939535B1 (fr) * | 2008-12-10 | 2013-08-16 | Canon Kk | Procede et systeme de traitement pour la configuration d'un processseur exi |
| DE102009015734A1 (de) * | 2009-03-31 | 2010-10-07 | Siemens Aktiengesellschaft | Komprimierungsverfahren, Dekomprimierungsverfahren, Komprimierungseinheit, Dekomprimierungseinheit sowie komprimiertes Dokument |
| US9253020B2 (en) * | 2009-06-11 | 2016-02-02 | International Business Machines Corporation | Web service interaction in a dynamically extensible business application |
| US8713426B2 (en) * | 2009-06-25 | 2014-04-29 | Oracle International Corporation | Technique for skipping irrelevant portions of documents during streaming XPath evaluation |
| US8156213B1 (en) * | 2009-07-27 | 2012-04-10 | Juniper Networks, Inc. | Merging network device configuration schemas |
| JP5671320B2 (ja) * | 2009-12-18 | 2015-02-18 | キヤノン株式会社 | 情報処理装置及びその制御方法並びにプログラム |
| EP2646935B1 (en) * | 2010-11-30 | 2015-08-05 | Nokia Technologies Oy | Method and apparatus for coordinating information request messages over an ad-hoc mesh network |
| US8949207B2 (en) * | 2010-12-09 | 2015-02-03 | Canon Kabushiki Kaisha | Method and apparatus for decoding encoded structured data from a bit-stream |
| US20120159306A1 (en) * | 2010-12-15 | 2012-06-21 | Wal-Mart Stores, Inc. | System And Method For Processing XML Documents |
| US9075493B2 (en) * | 2011-03-07 | 2015-07-07 | Sas Institute, Inc. | Techniques to present hierarchical information using orthographic projections |
| JP5166565B2 (ja) * | 2011-03-28 | 2013-03-21 | 株式会社東芝 | Exiエンコーダおよびプログラム |
| US8732212B2 (en) * | 2011-07-12 | 2014-05-20 | International Business Machines Corporation | System for simplifying an XML-based schema |
| KR20130030681A (ko) * | 2011-09-19 | 2013-03-27 | 한국전자통신연구원 | 구조화된 데이터의 부호화 및 복호화 방법과 그 장치 |
| JP2013089183A (ja) * | 2011-10-21 | 2013-05-13 | Toshiba Corp | Exiデコーダおよびプログラム |
| JP5670859B2 (ja) * | 2011-10-21 | 2015-02-18 | 株式会社東芝 | 記述方法、exiデコーダおよびプログラム |
| US8706884B2 (en) * | 2012-06-19 | 2014-04-22 | Canon Kabushiki Kaisha | Method and system for generating and using an augmented bloom filter |
| US9128912B2 (en) * | 2012-07-20 | 2015-09-08 | Fujitsu Limited | Efficient XML interchange schema document encoding |
| US10019418B2 (en) * | 2012-07-20 | 2018-07-10 | Fujitsu Limited | Efficient XML interchange profile stream decoding |
| US8698657B2 (en) * | 2012-09-10 | 2014-04-15 | Canon Kabushiki Kaisha | Methods and systems for compressing and decompressing data |
| JP2014182461A (ja) * | 2013-03-18 | 2014-09-29 | Toshiba Corp | 通信装置、通信方法、通信システム、およびプログラム |
| JP2014191613A (ja) * | 2013-03-27 | 2014-10-06 | Toshiba Corp | エンコーダ、エンコード方法及びプログラム |
-
2012
- 2012-07-20 US US13/554,862 patent/US9128912B2/en active Active
-
2013
- 2013-07-18 JP JP2013149681A patent/JP6191297B2/ja not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| US20140026029A1 (en) | 2014-01-23 |
| JP2014021990A (ja) | 2014-02-03 |
| US9128912B2 (en) | 2015-09-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6191297B2 (ja) | Exiスキーマ・ドキュメント・エンコーディング | |
| US7716577B2 (en) | Method and apparatus for hardware XML acceleration | |
| US7665015B2 (en) | Hardware unit for parsing an XML document | |
| US7596745B2 (en) | Programmable hardware finite state machine for facilitating tokenization of an XML document | |
| US7665016B2 (en) | Method and apparatus for virtualized XML parsing | |
| KR100614677B1 (ko) | 구조화된 문서를 압축/복원하기 위한 방법 | |
| US20170124166A1 (en) | Dynamic Field Data Translation to Support High Performance Stream Data Processing | |
| US20150116136A1 (en) | Method and Apparatus for Regular Expression Processing with Parallel Bit Streams | |
| US8849726B2 (en) | Information processing apparatus and control method for the same | |
| JP6699200B2 (ja) | シンプルデータタイプに対するグラマー生成 | |
| US10606891B2 (en) | JSON data validation | |
| US9519627B2 (en) | Grammar generation for XML schema definitions | |
| US20090055728A1 (en) | Decompressing electronic documents | |
| JP6964390B2 (ja) | 拡張データタイプのためのグラマー生成 | |
| US10019418B2 (en) | Efficient XML interchange profile stream decoding | |
| US10534855B2 (en) | EXI grammars to represent JSON schemas | |
| EP3255557A1 (en) | Document encoding | |
| US20170249288A1 (en) | Grammar generation | |
| CN120849671B (zh) | 基于键值存储的图数据库十进制索引编码和解码方法 | |
| CN115293105A (zh) | 字符编译方法及装置、设备及介质 | |
| JP2014167723A (ja) | 構造化電文処理方法 | |
| JP2009251688A (ja) | 構造化データ処理装置、方法及びプログラム | |
| van den Bos | Lightweight runtime reverse engineering of binary file format variants |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160405 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170120 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170207 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170316 |
|
| 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: 20170711 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170724 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6191297 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |