WO2017216953A1 - Content display device, content display system, content display method, and content display program - Google Patents

Content display device, content display system, content display method, and content display program Download PDF

Info

Publication number
WO2017216953A1
WO2017216953A1 PCT/JP2016/068087 JP2016068087W WO2017216953A1 WO 2017216953 A1 WO2017216953 A1 WO 2017216953A1 JP 2016068087 W JP2016068087 W JP 2016068087W WO 2017216953 A1 WO2017216953 A1 WO 2017216953A1
Authority
WO
WIPO (PCT)
Prior art keywords
content
display device
cooperative
partial
content display
Prior art date
Application number
PCT/JP2016/068087
Other languages
French (fr)
Japanese (ja)
Inventor
幸典 遠藤
Original Assignee
三菱電機株式会社
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to JP2016559674A priority Critical patent/JP6109443B1/en
Priority to PCT/JP2016/068087 priority patent/WO2017216953A1/en
Publication of WO2017216953A1 publication Critical patent/WO2017216953A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

Abstract

A content display device (10) has a communication unit, a display unit, an input unit, a storage unit that stores software programs including a distributed browser (11), and a processing unit that executes software programs. The processing unit acquires (11) content via the communication unit, expands the document structure of the content into a tree structure to generate (11, 12) tree structure data (120), searches the tree structure data (120) using tags or properties as keywords and analyzes division points in the content to generate (13) a plurality of divided groups, generates divided group list information (140) and displays the same on the display unit, makes selectable (14, 15) one of a plurality of partial content items, and transmits (11), to a linked display device (20) via the communication unit, the partial content item selected from among the plurality of partial content items by the input unit.

Description

コンテンツ表示装置、コンテンツ表示システム、コンテンツ表示方法、及びコンテンツ表示プログラムContent display device, content display system, content display method, and content display program
 本発明は、デジタルコンテンツを分割することで生成された部分コンテンツを連携表示装置に送信するコンテンツ表示装置及びコンテンツ表示方法、コンテンツ表示装置と連携表示装置とを含むコンテンツ表示システム、並びに、コンテンツ表示プログラムに関する。 The present invention relates to a content display device and a content display method for transmitting partial content generated by dividing digital content to a cooperative display device, a content display system including the content display device and the cooperative display device, and a content display program About.
 従来、スクリプトを含む単一のデジタルコンテンツ(以下「コンテンツ」又は「コンテンツデータ」とも言う)を分割することで部分コンテンツを生成し、部分コンテンツ(以下「部分木」又は「部分木データ」とも言う)を連携表示装置(子ブラウザを使用する表示装置)に送信するコンテンツ表示装置の提案がある(例えば、特許文献1の図1を参照)。コンテンツ表示装置のコンテンツ取得部は、Webサーバからコンテンツをダウンロードして取得し、取得されたコンテンツを木構造データ(以下「木構造」又は「ツリー構造」とも言う)に展開してDOM記憶部に保存し、DOM記憶部において木構造を構成する要素を識別するために各要素に一意又は固有の属性値を付与する。その後、コンテンツ表示装置の子ブラウザ判定部は、連携表示装置の子ブラウザで表示される部分コンテンツである部分木を判定し、この部分木を連携表示装置に送信する。コンテンツ表示装置の子ブラウザ判定部において送信対象の部分木であることを判定する方法として、例えば、予めコンテンツ内において部分木に属性値(表示デバイスの種別名)を記述しておき、この属性値を目印として部分木が送信対象であるかどうかを判定する方法がある。 Conventionally, partial content is generated by dividing a single digital content including a script (hereinafter also referred to as “content” or “content data”), and the partial content (hereinafter also referred to as “partial tree data” or “partial tree data”). ) Is transmitted to a cooperative display device (display device using a child browser) (for example, see FIG. 1 of Patent Document 1). The content acquisition unit of the content display device downloads and acquires content from a Web server, expands the acquired content into tree structure data (hereinafter also referred to as “tree structure” or “tree structure”), and stores it in the DOM storage unit. A unique or unique attribute value is assigned to each element in order to store and identify the elements constituting the tree structure in the DOM storage unit. Thereafter, the child browser determination unit of the content display device determines a partial tree that is a partial content displayed by the child browser of the cooperative display device, and transmits the partial tree to the cooperative display device. As a method for determining that a sub-tree is a transmission target in the child browser determination unit of the content display device, for example, an attribute value (type name of the display device) is described in the sub-tree in the content in advance, and this attribute value There is a method for determining whether or not a sub-tree is a transmission target by using as a mark.
 一方、連携表示装置は、コンテンツ表示装置から送信された部分コンテンツを受信部で受信し、受信された部分コンテンツを木構造に展開しDOM記憶部に保存し、その後、部分コンテンツに基づく画像を表示部に表示する。 On the other hand, the cooperative display device receives the partial content transmitted from the content display device at the receiving unit, expands the received partial content into a tree structure, stores it in the DOM storage unit, and then displays an image based on the partial content Displayed in the section.
特許第5841260号公報(請求項1、段落0021~0026、図1)Japanese Patent No. 5841260 (Claim 1, paragraphs 0021 to 0026, FIG. 1)
 しかしながら、従来のコンテンツ表示装置は、連携表示装置で表示させる部分コンテンツに対応する部分木を一意に決定し、決定された部分コンテンツを連携表示装置に送信するので、連携表示装置のユーザは、ユーザ自身の操作によって連携表示装置で表示される部分コンテンツを選択することができないという問題がある。 However, since the conventional content display device uniquely determines the partial tree corresponding to the partial content to be displayed on the cooperative display device and transmits the determined partial content to the cooperative display device, the user of the cooperative display device is the user There is a problem that it is not possible to select a partial content displayed on the cooperative display device by its own operation.
 本発明は、連携表示装置のユーザによって選択された部分コンテンツを連携表示装置の表示部に表示させることができるコンテンツ表示装置及びコンテンツ表示方法、コンテンツ表示装置と連携表示装置とを有するコンテンツ表示システム、並びに、コンピュータ表示プログラムを提供することを目的とする。 The present invention relates to a content display device and a content display method capable of displaying a partial content selected by a user of the cooperative display device on a display unit of the cooperative display device, a content display system including the content display device and the cooperative display device, It is another object of the present invention to provide a computer display program.
 本発明の一態様に係るコンテンツ表示装置は、連携表示装置に連携接続するコンテンツ表示装置であって、通信部と、情報を表示する表示部と、ユーザ入力を受け付ける入力部と、分散ブラウザを含むソフトウェアプログラムを記憶する記憶部と、前記ソフトウェアプログラムを実行する処理部と、を有し、前記処理部は、前記通信部を介して取得したコンテンツの文書構造を木構造に展開して木構造データを生成し、タグ又は属性値をキーワードとして前記木構造データを検索して前記コンテンツの分割ポイントを解析して複数の分割グループを生成し、前記複数の分割グループから分割グループ一覧情報を生成してユーザに提示して、前記複数の分割グループとして表される複数の部分コンテンツのいずれかを選択可能にし、前記複数の部分コンテンツの中から、前記入力部又は前記連携表示装置で選択された部分コンテンツを、前記通信部を介して前記連携表示装置に送信するものである。 A content display device according to an aspect of the present invention is a content display device that is cooperatively connected to a cooperative display device, and includes a communication unit, a display unit that displays information, an input unit that receives user input, and a distributed browser. A storage unit that stores a software program; and a processing unit that executes the software program. The processing unit expands the document structure of the content acquired through the communication unit into a tree structure and stores the tree structure data Generating a plurality of divided groups by searching the tree structure data using tags or attribute values as keywords, analyzing the division points of the content, and generating divided group list information from the plurality of divided groups; The plurality of partial contents that are presented to the user and represented as the plurality of divided groups can be selected, and the plurality From the partial contents, the partial contents selected by the input unit or the linkage display device is intended to be transmitted to the cooperative display device via the communication unit.
 本発明の他の態様に係るコンテンツ表示システムは、コンテンツ表示装置と、前記コンテンツ表示装置に連携接続する連携表示装置とを有するコンテンツ表示システムであって、前記コンテンツ表示装置は、通信部と、情報を表示する表示部と、ユーザ入力を受け付ける入力部と、分散ブラウザを含むソフトウェアプログラムを記憶する記憶部と、前記ソフトウェアプログラムを実行する処理部と、を有し、前記処理部は、前記通信部を介して取得したコンテンツの文書構造を木構造に展開して木構造データを生成し、タグ又は属性値をキーワードとして前記木構造データを検索して前記コンテンツの分割ポイントを解析して複数の分割グループを生成し、前記複数の分割グループから分割グループ一覧情報を生成してユーザに提示して、前記複数の分割グループとして表される複数の部分コンテンツのいずれかを選択可能にし、前記複数の部分コンテンツの中から、前記入力部又は前記連携表示装置で選択された部分コンテンツを、前記通信部を介して前記連携表示装置に送信するものである。 A content display system according to another aspect of the present invention is a content display system including a content display device and a cooperative display device that is cooperatively connected to the content display device, the content display device including a communication unit, information A display unit that displays user information, an input unit that receives user input, a storage unit that stores a software program including a distributed browser, and a processing unit that executes the software program, and the processing unit includes the communication unit The document structure of the content acquired via the tree is expanded into a tree structure to generate tree structure data, the tree structure data is searched using a tag or attribute value as a keyword, and the content division point is analyzed to obtain a plurality of divisions Generate a group, generate a divided group list information from the plurality of divided groups and present it to the user, One of a plurality of partial contents represented as a plurality of divided groups can be selected, and the partial content selected by the input unit or the cooperative display device is selected from the plurality of partial contents. Via the link display device.
 本発明の他の態様に係るコンテンツ表示方法は、分散ブラウザを含むソフトウェアプログラムを実行するコンテンツ表示装置と、前記コンテンツ表示装置に連携接続される連携表示装置とにコンテンツを表示させるコンテンツ表示方法であって、前記コンテンツ表示装置が取得したコンテンツの文書構造を木構造に展開して木構造データを生成するステップと、前記コンテンツ表示装置が、タグ又は属性値をキーワードとして前記木構造データを検索して前記コンテンツの分割ポイントを解析して複数の分割グループを生成するステップと、前記コンテンツ表示装置が、前記複数の分割グループから分割グループ一覧情報を生成してユーザに提示して、前記複数の分割グループとして表される複数の部分コンテンツのいずれかを選択可能にするステップと、前記複数の部分コンテンツの中から、前記コンテンツ表示装置又は前記連携表示装置で選択された部分コンテンツを、前記コンテンツ表示装置から前記連携表示装置に送信するステップとを有するものである。 A content display method according to another aspect of the present invention is a content display method for displaying content on a content display device that executes a software program including a distributed browser and a cooperative display device that is cooperatively connected to the content display device. Expanding the document structure of the content acquired by the content display device into a tree structure to generate tree structure data, and the content display device searching the tree structure data using a tag or attribute value as a keyword. Analyzing the division points of the content to generate a plurality of divided groups; and the content display device generates divided group list information from the plurality of divided groups and presents it to a user, and the plurality of divided groups Select one of multiple partial contents represented as That a step, from among the plurality of partial contents, the partial contents selected by the content display device or the cooperation display device, in which a step of transmitting from the content display device to the linkage display device.
 本発明の他の態様に係るコンテンツ表示プログラムは、分散ブラウザを含むソフトウェアプログラムによって連携表示装置に連携接続するコンピュータとしてのコンテンツ表示装置に、取得したコンテンツの文書構造を木構造に展開して木構造データを生成する処理と、タグ又は属性値をキーワードとして前記木構造データを検索して前記コンテンツの分割ポイントを解析して複数の分割グループを生成する処理と、前記複数の分割グループから分割グループ一覧情報を生成してユーザに提示して、前記複数の分割グループとして表される複数の部分コンテンツのいずれかを選択可能にする処理と、前記複数の部分コンテンツの中から、前記コンテンツ表示装置又は前記連携表示装置で選択された部分コンテンツを、前記コンテンツ表示装置から前記連携表示装置に送信する処理とを実行させるためのプログラムである。 A content display program according to another aspect of the present invention is a tree structure in which a document structure of acquired content is expanded into a tree structure on a content display apparatus as a computer that is linked and connected to the cooperative display apparatus by a software program including a distributed browser. A process for generating data, a process for searching the tree structure data using a tag or attribute value as a keyword, analyzing a division point of the content to generate a plurality of divided groups, and a list of divided groups from the plurality of divided groups A process of generating information and presenting it to a user so that any one of the plurality of partial contents represented as the plurality of divided groups can be selected; The partial content selected by the cooperative display device is transferred to the content display device. Is a program for executing a process of transmitting to the cooperation display device from.
 本発明によれば、分割グループ一覧情報の中から連携表示装置のユーザによって選択された部分コンテンツを連携表示装置の表示部に表示させることができる。 According to the present invention, the partial content selected by the user of the cooperative display device from the divided group list information can be displayed on the display unit of the cooperative display device.
本発明の実施の形態1に係るコンテンツ表示システム(コンテンツ表示装置及び連携表示装置を含む)の機能ブロック構成の一例を示す図である。It is a figure which shows an example of the functional block structure of the content display system (including a content display apparatus and a cooperation display apparatus) which concerns on Embodiment 1 of this invention. 実施の形態1に係るコンテンツ表示システム(コンテンツ表示装置及び連携表示装置を含む)のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the content display system (a content display apparatus and a cooperation display apparatus) which concern on Embodiment 1. FIG. 実施の形態1に係るコンテンツ表示装置の表示デバイスにおけるコンテンツ(3個の部分コンテンツ)の表示例を示す図である。6 is a diagram illustrating a display example of content (three partial contents) on the display device of the content display apparatus according to Embodiment 1. FIG. 実施の形態1に係るコンテンツ表示装置が取得するコンテンツのDOMツリーの構造例を示す図である。6 is a diagram illustrating a structure example of a DOM tree of content acquired by the content display device according to Embodiment 1. FIG. 実施の形態1に係るコンテンツ表示装置が取得するコンテンツの分割グループ一覧情報の例を示す図である。6 is a diagram illustrating an example of content division group list information acquired by the content display device according to Embodiment 1. FIG. 実施の形態1に係るコンテンツ表示装置の表示デバイスにおける部分コンテンツの表示例を示す図である。6 is a diagram showing a display example of partial content on the display device of the content display device according to Embodiment 1. FIG. 実施の形態1に係るコンテンツ表示装置における分割グループ生成処理を示すフローチャートである。5 is a flowchart showing a divided group generation process in the content display device according to the first embodiment. 実施の形態1に係るコンテンツ表示装置における分割グループ選択処理を示すフローチャートである。6 is a flowchart showing a divided group selection process in the content display device according to the first embodiment. 本発明の実施の形態2に係るコンテンツ表示システム(コンテンツ表示装置及び連携表示装置を含む)の機能ブロック構成の一例を示す図である。It is a figure which shows an example of the functional block structure of the content display system (a content display apparatus and a cooperation display apparatus are included) which concern on Embodiment 2 of this invention. 実施の形態2に係るコンテンツ表示システム(コンテンツ表示装置及び連携表示装置を含む)のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the content display system (including a content display apparatus and a cooperation display apparatus) which concerns on Embodiment 2. FIG. 実施の形態2に係るコンテンツ表示装置が取得するコンテンツの分割グループ選択情報の例を示す図である。It is a figure which shows the example of the division group selection information of the content which the content display apparatus which concerns on Embodiment 2 acquires. 実施の形態2に係るコンテンツ表示装置と連携表示装置とにおける部分コンテンツの表示例を示す図である。It is a figure which shows the example of a display of the partial content in the content display apparatus which concerns on Embodiment 2, and a cooperation display apparatus. 実施の形態2に係るコンテンツ表示装置における分割グループ選択処理を示すフローチャートである。10 is a flowchart showing a divided group selection process in the content display device according to the second embodiment. 実施の形態2に係るコンテンツ表示システムの連携表示装置における分割グループ選択処理を示すフローチャートである。10 is a flowchart showing a divided group selection process in the cooperative display device of the content display system according to the second embodiment. 本発明の実施の形態3に係るコンテンツ表示システム(コンテンツ表示装置及び連携表示装置を含む)の機能ブロック構成の一例を示す図である。It is a figure which shows an example of the functional block structure of the content display system (including a content display apparatus and a cooperation display apparatus) which concerns on Embodiment 3 of this invention. 実施の形態3に係るコンテンツ表示装置における分割グループ選択処理を示すフローチャートである。10 is a flowchart showing a divided group selection process in the content display device according to the third embodiment. 実施の形態3に係るコンテンツ表示システムの連携表示装置における分割グループ選択処理を示すフローチャートである。12 is a flowchart showing a divided group selection process in the cooperative display device of the content display system according to the third embodiment.
《1》実施の形態1.
《1-1》構成
 図1は、本発明の実施の形態1に係るコンテンツ表示システムの機能ブロック構成の一例を示す図である。実施の形態1に係るコンテンツ表示システムは、コンテンツ表示装置10と、他の表示装置(表示端末)としての連携表示装置20(20A,20Bとも記す)とを含む。コンテンツ表示装置10は、実施の形態1に係るコンテンツ表示方法を実施することができる装置であり、また、実施の形態1に係るコンテンツ表示プログラムを実行することができる装置である。ただし、連携表示装置20の台数は、1台以上であれば、何台であってもよい。コンテンツ表示装置10の例は、パーソナルコンピュータ(PC)、携帯通信端末(例えば、スマートフォン、タブレット端末等)、デジタルテレビ、カーナビゲーションシステム、及び産業用途の各種表示器等を含む。他の表示装置20の例は、PC及び携帯通信端末(例えば、スマートフォン、タブレット端末等)等を含む。
<< 1 >> Embodiment 1
<< 1-1 >> Configuration FIG. 1 is a diagram showing an example of a functional block configuration of a content display system according to Embodiment 1 of the present invention. The content display system according to Embodiment 1 includes a content display device 10 and a cooperative display device 20 (also referred to as 20A and 20B) as another display device (display terminal). The content display device 10 is a device capable of executing the content display method according to the first embodiment, and is a device capable of executing the content display program according to the first embodiment. However, the number of linked display devices 20 may be any number as long as it is one or more. Examples of the content display device 10 include a personal computer (PC), a mobile communication terminal (for example, a smartphone, a tablet terminal, etc.), a digital television, a car navigation system, and various displays for industrial use. Examples of the other display device 20 include a PC and a mobile communication terminal (for example, a smartphone, a tablet terminal, etc.).
 図1に示されるように、実施の形態1に係るコンテンツ表示装置10は、コンテンツ閲覧用(ブラウジング)ソフトウェアを実行することによってコンテンツ閲覧画面を表示デバイス(表示部)に表示させる分散ブラウザ11を有する。分散ブラウザ11は、取得したコンテンツの文書構造を木構造としてのDOM(Document Object Model)ツリー120に展開して記憶部12に記憶させる。また、コンテンツ表示装置10は、分割グループ解析部13と、分割グループ一覧情報140を記憶する記憶部14と、分割グループ一覧情報140の更新及び記録を行う分割グループ情報管理部15と、分割グループ選択部16とを有する。記憶部12及び記憶部14は、例えば、半導体メモリ、磁気ディスク装置等の記憶装置であり、記憶装置の種類は限定されない。また、記憶部12及び記憶部14は、別個の記憶装置でもよく、又は、同じ記憶装置の異なる記録領域であってもよい。 As shown in FIG. 1, the content display device 10 according to the first embodiment includes a distributed browser 11 that displays a content browsing screen on a display device (display unit) by executing content browsing (browsing) software. . The distributed browser 11 expands the document structure of the acquired content into a DOM (Document Object Model) tree 120 as a tree structure and stores it in the storage unit 12. In addition, the content display apparatus 10 includes a divided group analysis unit 13, a storage unit 14 that stores the divided group list information 140, a divided group information management unit 15 that updates and records the divided group list information 140, and a divided group selection. Part 16. The memory | storage part 12 and the memory | storage part 14 are memory | storage devices, such as a semiconductor memory and a magnetic disc apparatus, for example, The kind of memory | storage device is not limited. The storage unit 12 and the storage unit 14 may be separate storage devices, or may be different recording areas of the same storage device.
 また、図1に示されるように、連携表示装置20は、実施の形態1に係るコンテンツ表示装置10は、コンテンツ閲覧用(ブラウジング)ソフトウェアを実行することによってコンテンツ閲覧画面を表示デバイスに表示させる分散ブラウザ21と、分割グループ選択部23と、DOMツリー(DOM Tree)を記憶する記憶部22とを有する。 Further, as shown in FIG. 1, the cooperative display device 20 is a distribution in which the content display device 10 according to the first embodiment displays a content browsing screen on a display device by executing content browsing (browsing) software. A browser 21, a divided group selection unit 23, and a storage unit 22 that stores a DOM tree (DOM Tree).
 分散ブラウザ11は、コンテンツ閲覧用(ブラウジング)ソフトウェアであり、特に、複数のブラウザ間のコンテンツ連携及び同期機能を提供する。分散ブラウザ11で閲覧されるコンテンツは、Web(World Wide Web)技術の国際標準仕様である「HTML(Hyper Text Markup Launguage)」又は「XHTML(Extensible Hyper Text Markup Launguage)」と呼ばれる文章又はデータの記述言語で記述された文書本体と、「CSS(Cascading Style Sheets)」と呼ばれる文書レイアウトの定義仕様で記述されたCSSスタイルシートと、「JavaScript」(登録商標)と呼ばれるプログラミング言語で記述されたスクリプトプログラム等から構成される。分散ブラウザ11で閲覧されるコンテンツは、表示又は再生対象の画像、映像、音楽等の各種形式のファイルを含むことができる。分散ブラウザ11の例は、Web技術の国際標準化団体であるW3C(World Wide Web Consortium)で規格化されている「Presentation API(Application Programming Interface)」をサポートする汎用ブラウザである。また、分散ブラウザ11の例は、特許文献1でコンテンツ表示装置の構成要素として説明されている。 The distributed browser 11 is content browsing (browsing) software, and in particular, provides a content linkage and synchronization function between a plurality of browsers. The content browsed by the distributed browser 11 is “HTML (Hyper Text Markup Language)” or “XHTML (Extensible Hyper Text Language Description) data”, which is an international standard specification of Web (World Wide Web) technology. A document body described in a language, a CSS style sheet described in a document layout definition specification called “CSS (Cascading Style Sheets)”, and a script program written in a programming language called “JavaScript” (registered trademark) Etc. The content browsed by the distributed browser 11 can include various types of files such as images, videos, and music to be displayed or reproduced. An example of the distributed browser 11 is a general-purpose browser that supports “Presentation API (Application Programming Interface)” standardized by W3C (World Wide Web Consortium) which is an international standardization organization of Web technology. An example of the distributed browser 11 is described in Patent Document 1 as a component of a content display device.
 コンテンツ表示装置10の分散ブラウザ11は、Webサーバから取得したコンテンツのHTML文書構造を解析し、DOMと呼ばれる木構造(DOMツリー120)に展開し、このDOMツリー120を記憶部12に記憶させる。 The distributed browser 11 of the content display apparatus 10 analyzes the HTML document structure of the content acquired from the Web server, expands it into a tree structure (DOM tree 120) called DOM, and stores the DOM tree 120 in the storage unit 12.
 コンテンツ表示装置10の分割グループ解析部13は、特定のHTMLのタグ又は属性値をキーワードにしてDOMツリー120を検索及び解析して、コンテンツの分割ポイント、すなわち分割グループを決定する。 The division group analysis unit 13 of the content display device 10 searches and analyzes the DOM tree 120 using a specific HTML tag or attribute value as a keyword, and determines a content division point, that is, a division group.
 コンテンツ表示装置10の分割グループ一覧情報140は、決定した複数の分割グループを表す部分木の一覧情報であり、記憶部14に記憶される。 The division group list information 140 of the content display device 10 is partial tree list information representing a plurality of determined division groups, and is stored in the storage unit 14.
 コンテンツ表示装置10の分割グループ情報管理部15は、記憶部14において分割グループ一覧情報140の記憶、読み出し、更新等を行う。 The division group information management unit 15 of the content display device 10 stores, reads, and updates the division group list information 140 in the storage unit 14.
 コンテンツ表示装置10の分割グループ選択部16は、連携表示装置20のユーザに対して分割グループ一覧情報140の内容を提示し、また、連携表示装置20のユーザによる分割グループの選択結果を受付ける。 The divided group selection unit 16 of the content display device 10 presents the contents of the divided group list information 140 to the user of the cooperative display device 20 and accepts the selection result of the divided group by the user of the cooperative display device 20.
 図2は、実施の形態1に係るコンテンツ表示システム(コンテンツ表示装置10及び連携表示装置20を含む)のハードウェア構成の一例を示す図である。図2において、コンテンツ表示装置10は、情報処理部としてのプロセッサであるCPU(Central Processing Unit)30と、主メモリ31と、フラッシュメモリ又はハードディスク等の記憶デバイス(記憶部)32と、Ethernet(登録商標)又は無線LAN(Local Area Network)又は携帯電話網等の通信規格に準拠する通信デバイス(通信部)33と、入力デバイス(入力部)34と、表示デバイス(表示部)35と、これらの構成要素30~35の間を相互に接続するバス36とを有する。主メモリ31は、コンテンツ表示装置10用のソフトウェアとして、オペレーティングシステム(OS)31Aと、コンテンツの表示用プログラムであるブラウザ31B(図1における分散ブラウザ11)と、コンテンツ表示装置10用のアプリケーションであるコンテンツ31Cとを記憶している。これらは、予め記憶デバイス32に格納され、プログラムの実行開始時に主メモリ31に転送される。図1のコンテンツ表示装置10における分散ブラウザ11、分割グループ解析部13、分割グループ情報管理部15、及び分割グループ選択部16は、図2における記憶デバイス32に記憶され主メモリ31と、主メモリ31に記憶されるソフトウェアプログラム(OS31A、分散ブラウザ31B、コンテンツ31C等)を実行するCPU30とによって実現することができる。 FIG. 2 is a diagram illustrating an example of a hardware configuration of the content display system (including the content display device 10 and the cooperative display device 20) according to the first embodiment. In FIG. 2, the content display apparatus 10 includes a CPU (Central Processing Unit) 30 as a processor as an information processing unit, a main memory 31, a storage device (storage unit) 32 such as a flash memory or a hard disk, and Ethernet (registration). Trademark) or wireless LAN (Local Area Network) or a mobile phone network or other communication standard (communication unit) 33, an input device (input unit) 34, a display device (display unit) 35, and these And a bus 36 interconnecting the components 30 to 35 to each other. The main memory 31 is an operating system (OS) 31A as a software for the content display device 10, a browser 31B (distributed browser 11 in FIG. 1) that is a content display program, and an application for the content display device 10. The content 31C is stored. These are stored in advance in the storage device 32 and transferred to the main memory 31 at the start of program execution. The distributed browser 11, the divided group analysis unit 13, the divided group information management unit 15, and the divided group selection unit 16 in the content display device 10 of FIG. 1 are stored in the storage device 32 in FIG. Can be realized by the CPU 30 that executes the software program (OS 31A, distributed browser 31B, content 31C, etc.) stored in the computer.
 また、図2において、連携表示装置20は、情報処理部としてのプロセッサであるCPU40と、主メモリ41と、記憶デバイス(端末記憶部)42と、Ethernet(登録商標)又は無線LAN又は携帯電話網等の通信規格に準拠する通信デバイス(端末通信部)43と、入力デバイス(端末入力部)44と、表示デバイス(端末表示部)45と、これらの構成要素40~45の間を相互に接続するバス46とを有する。主メモリ41は、ソフトウェアとして、OS41Aと、コンテンツの表示用プログラムであるブラウザ41Bと、当該連携表示装置20用のアプリケーションであるコンテンツ41Cとを記憶している。これらは、予め記憶デバイス42に格納され、プログラムの実行開始時に主メモリ41に転送される。図1の連携表示装置20は、分散ブラウザ21は、図2における記憶デバイス42に記憶され主メモリ41に転送される記憶されるソフトウェアプログラム(OS41A、分散ブラウザ41B、コンテンツ41C等)を実行するCPU40とによって実現することができる。 In FIG. 2, the cooperative display device 20 includes a CPU 40 as a processor as an information processing unit, a main memory 41, a storage device (terminal storage unit) 42, an Ethernet (registered trademark), a wireless LAN, or a mobile phone network. A communication device (terminal communication unit) 43, an input device (terminal input unit) 44, a display device (terminal display unit) 45, and these components 40 to 45 compliant with communication standards such as And a bus 46. The main memory 41 stores, as software, an OS 41A, a browser 41B that is a content display program, and a content 41C that is an application for the cooperative display device 20. These are stored in advance in the storage device 42 and transferred to the main memory 41 at the start of program execution. 1, the distributed browser 21 is a CPU 40 that executes a stored software program (OS 41A, distributed browser 41B, content 41C, etc.) stored in the storage device 42 in FIG. 2 and transferred to the main memory 41. And can be realized.
 図3は、実施の形態1に係るコンテンツ表示装置10の表示デバイス35におけるコンテンツのブラウザ表示例を示す図である。図3において、表示デバイス35上にブラウザ表示したコンテンツは、放送番組及びビデオ等のような映像コンテンツ39Bと、映像コンテンツ39Bに関連するテキスト、図形、及び画像等のような関連情報コンテンツ39Aと、選択ボタン39Cとを含む3つの部分(3つ表示エリア)から構成されている。このようにコンテンツ表示装置10は、複数の表示エリアから構成され、グラフィックス、動画及び選択ボタン等のような多様なコンテンツの組合せを表示することができる装置である。 FIG. 3 is a diagram showing a browser display example of content on the display device 35 of the content display apparatus 10 according to the first embodiment. In FIG. 3, the content displayed by the browser on the display device 35 includes video content 39B such as a broadcast program and video, and related information content 39A such as text, graphics, and images related to the video content 39B. It consists of three parts (three display areas) including a selection button 39C. As described above, the content display device 10 is configured from a plurality of display areas, and can display various combinations of content such as graphics, moving images, and selection buttons.
 図4は、実施の形態1に係るコンテンツ表示装置10が取得したコンテンツのDOMツリー120の構造例を示す図である。図4は、コンテンツの一部を省略して木構造の形式で示した概念図である。図4において、Webサーバから取得した単一のコンテンツは、その文書構造が解析され、HTMLのタグ又は属性値、及びコンテンツ内容そのもの(テキスト等)をノードとする木構造(DOMツリー)を形成する。ここでは、コンテンツの本体部分のDOMツリー(body)は、図3の3つの表示エリア(部分コンテンツ)の実体を別の形で表現したものとして、それぞれ対応する3つの部分木391、392、393から構成されていることを表す。 FIG. 4 is a diagram illustrating a structure example of a DOM tree 120 of content acquired by the content display device 10 according to the first embodiment. FIG. 4 is a conceptual diagram showing a tree structure with a part of the content omitted. In FIG. 4, the document structure of a single content acquired from a Web server is analyzed to form a tree structure (DOM tree) having HTML tags or attribute values and the content content itself (text, etc.) as nodes. . Here, the DOM tree (body) of the main body portion of the content is assumed to represent the entities of the three display areas (partial content) in FIG. 3 in different forms, and corresponding three subtrees 391, 392, 393, respectively. It is composed of
 図5は、実施の形態1に係るコンテンツ表示装置10の分割グループ一覧情報140の例を示す図である。図5において、分割グループ名141は、分類種別が分かる分割グループの固有名称であり、ID属性値142は、当該分割グループの部分木を特定するための識別子である。分割グループ名141とID属性値142の組を分割グループ一覧情報140の1つのエントリとし、決定された分割グループ毎にエントリ(14A、14B、14C)が生成される。この分割グループ一覧情報140は、取得されたコンテンツ毎に作成される。 FIG. 5 is a diagram showing an example of the divided group list information 140 of the content display device 10 according to the first embodiment. In FIG. 5, a divided group name 141 is a unique name of a divided group whose classification type is known, and an ID attribute value 142 is an identifier for specifying a subtree of the divided group. A set of the divided group name 141 and the ID attribute value 142 is set as one entry of the divided group list information 140, and an entry (14A, 14B, 14C) is generated for each determined divided group. This divided group list information 140 is created for each acquired content.
 図6は、実施の形態1に係るコンテンツ表示装置10の表示デバイス35におけるコンテンツの表示例を示す図である。図6において、図3に示される3つの表示エリア39A,39B,39Cのうちの1つを、例えば、枠線又は枠内を強調表示することで視覚的にフォーカス指定する。フォーカス指定されたエリアは、ユーザによる入力操作を契機として隣接する表示エリアへ移動(フォーカス移動)する。さらに、入力操作を連続的に繰り返すと、必ず最初の表示エリアのフォーカス状態に戻り、以降もフォーカス状態が巡回する(例えば、表示エリア39A,39C,39Bの順に巡回する)。また、現在フォーカス指定されている状態でユーザによる別の入力操作(フォーカス指定されている表示エリアの選択)を契機として当該表示エリア、すなわち当該部分コンテンツが選択される。 FIG. 6 is a diagram illustrating a display example of content on the display device 35 of the content display apparatus 10 according to the first embodiment. 6, one of the three display areas 39A, 39B, and 39C shown in FIG. 3 is visually designated by highlighting, for example, a frame line or the inside of the frame. The area designated for focus moves (focus shift) to an adjacent display area triggered by an input operation by the user. Further, when the input operation is repeated continuously, the focus state of the first display area is surely returned, and the focus state circulates thereafter (for example, the display areas 39A, 39C, and 39B are circulated in this order). In addition, the display area, that is, the partial content is selected in response to another input operation (selection of the display area for which focus is designated) by the user in a state where the focus is currently designated.
《1-2》動作
 図7は、実施の形態1に係るコンテンツ表示装置10における分割グループ生成処理を示すフローチャートである。分割グループ生成処理とは、コンテンツを複数の部分コンテンツに分けるための分割ポイントを生成する処理である。
<< 1-2 >> Operation FIG. 7 is a flowchart showing divided group generation processing in the content display apparatus 10 according to the first embodiment. The division group generation process is a process for generating a division point for dividing the content into a plurality of partial contents.
 図7のステップS10において、コンテンツ表示装置10の分散ブラウザ11は、Webサーバからダウンロードして取得したコンテンツの文書構造としてのHTML文書構造を解析し、DOMツリー120に展開して記憶部12に記憶させる。このとき、分散ブラウザ11は、実際には、コンテンツ内のHTML文書とCSSスタイルシートとからDOMツリーとレンダー・ツリー(Render Tree)とを個別に作成する。 In step S10 of FIG. 7, the distributed browser 11 of the content display device 10 analyzes the HTML document structure as the document structure of the content downloaded and acquired from the Web server, expands it into the DOM tree 120, and stores it in the storage unit 12. Let At this time, the distributed browser 11 actually creates a DOM tree and a render tree (Render Tree) separately from the HTML document and the CSS style sheet in the content.
 次のステップS11において、分散ブラウザ11は、他の表示装置である連携表示装置との間で連携コネクション(連携接続)を確立する。連携コネクションとは、コンテンツ表示装置10の分散ブラウザ11が連携表示装置の分散ブラウザ21と連携し且つ同期して動作可能な接続状態をいう。ここで、次のステップS12以降の処理は、ステップS11の処理の完了を契機として開始する。 In the next step S11, the distributed browser 11 establishes a cooperative connection (cooperative connection) with a cooperative display device that is another display device. The cooperative connection refers to a connection state in which the distributed browser 11 of the content display device 10 can operate in synchronization with the distributed browser 21 of the cooperative display device. Here, the processing after the next step S12 is started upon completion of the processing at step S11.
 次のステップS12において、分割グループ解析部13は、特定のHTMLのタグ又は属性値をキーワードにしてDOMツリー120を検索し、コンテンツの分割ポイント、すなわち分割グループを解析する。分割グループとは、視聴ユーザから見て意味のある単位で分割された部分コンテンツを指す。分割グループは、例えば、
 分割グループ(GA)「ユーザ操作に関する部分コンテンツを示す第1の分割グループ」と、
 分割グループ(GB)「ストリーム映像に関する部分コンテンツを示す第2の分割グループ」と、
 分割グループ(GC)「音声に関する部分コンテンツを示す第3のグループ」と、
 分割グループ(GD)「テキスト、静止画、画像のいずれかに関する部分コンテンツを示す第4のグループ」と、
 分割グループ(GE)「連携表示装置の仕様に未対応な部分コンテンツを示す第5のグループ」と、
を予め定義し、このグループ種別の単位でコンテンツを分割することで得られる。なお、グループ種別は、このようなグループ種別(GA)、(GB)、(GC)、(GD)、(GE)に限定されるものではなく、コンテンツ表示装置10の適用分野及び表示し得るコンテンツの内容の少なくとも一方に応じて、適切なグループ種別を定義すればよい。分割グループ(GA)、(GB)、(GC)、(GD)、(GE)の具体例は、以下の通りである。
In the next step S12, the divided group analysis unit 13 searches the DOM tree 120 using a specific HTML tag or attribute value as a keyword, and analyzes a division point of the content, that is, a divided group. A divided group refers to a partial content divided in units meaningful to the viewing user. The division group is, for example,
A division group (GA) "first division group indicating partial content related to user operation";
A division group (GB) "second division group indicating a partial content related to stream video";
Divided group (GC) “third group indicating partial content related to audio”;
Divided group (GD) “fourth group indicating partial content related to any of text, still image, and image”;
Divided group (GE) “fifth group indicating partial contents not corresponding to specification of cooperative display device”,
Can be obtained by dividing the content in units of this group type. The group type is not limited to such group types (GA), (GB), (GC), (GD), and (GE), but the application field of the content display device 10 and the content that can be displayed. An appropriate group type may be defined according to at least one of the contents. Specific examples of the divided groups (GA), (GB), (GC), (GD), and (GE) are as follows.
 分割グループ(GA)「インタラクティブ・グループ」は、フォーカス指定又はボタン押下又は文字入力等のユーザ操作に伴うイベント通知ありの部分コンテンツである。「インタラクティブ・グループ」の部分コンテンツの検索キーワードは、例えば、<button>,<input>,<select>等のタグである。 The divided group (GA) “interactive group” is a partial content with an event notification accompanying a user operation such as focus designation, button press or character input. The search keyword for the partial content of “interactive group” is a tag such as <button>, <input>, <select>, or the like.
 分割グループ(GB)「ビデオ・グループ」は、ストリーム映像の表示を含む部分コンテンツである。「ビデオ・グループ」の検索キーワードは、例えば、<video>,<track>等のタグである。 The division group (GB) “video group” is a partial content including display of a stream video. The search keyword of “video group” is a tag such as <video>, <track>, etc., for example.
 分割グループ(GC)「音声グループ」は、音声の提示のみで画面表示なしの部分コンテンツである。検索キーワードは、例えば、<audio>等のタグである。 The division group (GC) “voice group” is a partial content with only voice presentation and no screen display. The search keyword is a tag such as <audio>, for example.
 分割グループ(GD)「その他グループ」は、テキスト、静止画、画像等の表示を含む部分コンテンツである。グループ(GD)の検索キーワードは、例えば、<iframe>,<img>,<canvas>等のタグである。上記グループ(GA)、(GB)、(GC)以外の部分コンテンツは全てグループ(GD)である。 The division group (GD) “other group” is partial content including display of text, still images, images, and the like. The search keyword for the group (GD) is a tag such as <iframe>, <img>, <canvas>, for example. The partial contents other than the group (GA), (GB), and (GC) are all groups (GD).
 分割グループ(GE)「選択不可グループ」は、解像度等の表示仕様が未対応である、又は、制御対象の周辺インタフェースが未装備である等の理由によって選択不可能な部分コンテンツである。検索キーワードは、例えば、<geolocation>(位置情報取得機能の記述に使われる)等のタグ又は属性値である。 The division group (GE) “non-selectable group” is a partial content that cannot be selected because the display specifications such as resolution are not supported or the peripheral interface to be controlled is not equipped. The search keyword is, for example, a tag or attribute value such as <geolocation> (used for description of the location information acquisition function).
 引き続き、ステップS13において、分割グループ解析部13は、コンテンツの分割ポイントが決定したら、その目印を付けるためにDOMツリー120内に固有の識別子であるID属性値を付与する。 Subsequently, in step S13, when the division point of the content is determined, the division group analysis unit 13 assigns an ID attribute value that is a unique identifier in the DOM tree 120 in order to mark the division point.
 次のステップS14において、分割グループ情報管理部15は、分割グループ一覧情報140の1エントリとして記憶部14に、当該グループ種別によって決定された分割グループの分割グループ名141とID属性値142の組を記憶させる。 In the next step S14, the divided group information management unit 15 stores a set of the divided group name 141 and the ID attribute value 142 of the divided group determined by the group type in the storage unit 14 as one entry of the divided group list information 140. Remember me.
 次のステップS15において、当該グループ種別が最後のグループ種別であるならば、処理は終了する。ステップS15において、当該グループ種別が最後のグループ種別でなければ、処理はステップS12へ戻り、分割グループ解析部13は、次のグループ種別に対してDOMツリー120を検索し、分割グループの生成を継続する。 In the next step S15, if the group type is the last group type, the process ends. In step S15, if the group type is not the last group type, the process returns to step S12, and the divided group analysis unit 13 searches the DOM tree 120 for the next group type and continues to generate divided groups. To do.
 ここで、図4から図7を用いて分割グループ生成処理フローの具体例を説明する。コンテンツの本体部分のDOMツリー(body)を対象にして、まずテキスト見出しを表す<h1>タグ及び図表を表す<figure>タグをキーワードとして検索を行う(図7のステップS12)。その結果、DOMツリーの左側の<div>タグ以下をグループ種別「(GD)その他グループ」と判定して1つの分割グループ391を決定し、先頭の<div>タグに独自のID識別子を付与する(図7のステップS13)。そして、分割グループ一覧情報140に分割グループ「その他・グループ1」のエントリ14A(図5)を記憶させる(図7のステップS14)。 Here, a specific example of the divided group generation processing flow will be described with reference to FIGS. First, a search is performed using the <h1> tag representing a text heading and the <figure> tag representing a chart as keywords, in the DOM tree (body) of the main body of the content (step S12 in FIG. 7). As a result, a group type “(GD) other group” is determined below the <div> tag on the left side of the DOM tree to determine one divided group 391, and a unique ID identifier is assigned to the first <div> tag. (Step S13 in FIG. 7). Then, the entry 14A (FIG. 5) of the divided group “other / group 1” is stored in the divided group list information 140 (step S14 in FIG. 7).
 次に、動画を表す<video>タグをキーワードとして検索を行い(図7のステップS12)、DOMツリーの中央の<div>タグ以下をグループ種別「(GB)ビデオ・グループ」と判定して1つの分割グループ392を決定し、先頭の<div>タグに独自のID属性値を付与する(図7のステップS13)。そして、分割グループ一覧情報140に分割グループ「ビデオ・グループ1」のエントリ14B(図5)を記憶する(図7のステップS14)。 Next, a search is performed using a <video> tag representing a moving image as a keyword (step S12 in FIG. 7), and the portion below the <div> tag in the center of the DOM tree is determined as a group type “(GB) video group”. One divided group 392 is determined, and a unique ID attribute value is assigned to the leading <div> tag (step S13 in FIG. 7). Then, the entry 14B (FIG. 5) of the divided group “video group 1” is stored in the divided group list information 140 (step S14 in FIG. 7).
 次に、押しボタンを表す<button>タグをキーワードとして検索を行い、DOMツリーの右側の<div>タグ以下をグループ種別「(GA)インタラクティブ・グループ」と判定して1つの分割グループ393を決定し、先頭の<div>タグに独自のID属性値を付与する(図7のステップS13)。そして、分割グループ一覧情報140に分割グループ「インタラクティブ・グループ1」のエントリ14C(図5)を記憶する(図7のステップS14)。 Next, a search is performed using a <button> tag representing a push button as a keyword, and a group type “(GA) interactive group” is determined below the <div> tag on the right side of the DOM tree to determine one divided group 393. Then, a unique ID attribute value is assigned to the leading <div> tag (step S13 in FIG. 7). Then, the entry 14C (FIG. 5) of the divided group “interactive group 1” is stored in the divided group list information 140 (step S14 in FIG. 7).
 上記の例では、検索キーワードが見つかった後に、特定の意味を持たない汎用的なエリア指定を表す<div>タグまで部分木をさかのぼり、そのポイントで分割グループを決定したが、コンテンツ内に必ず<div>タグが付与されている訳ではない。コンテンツ内に<div>タグが付与されていない場合は、コンテンツ表示装置10は、新たに<div>タグ及び独自のID属性値を追加する。なお、<div>タグは、コンテンツの表示に影響を与えないので、<div>タグを追加してもコンテンツの表示に影響はない。 In the above example, after the search keyword is found, the partial tree is traced back to the <div> tag representing a general area specification having no specific meaning, and the divided group is determined at that point. The div> tag is not assigned. When the <div> tag is not added to the content, the content display apparatus 10 newly adds a <div> tag and a unique ID attribute value. Note that the <div> tag does not affect the display of the content, so adding the <div> tag does not affect the display of the content.
 また、上記の例では、単純な検索方法を示したが、代表的なタグ名と属性値を複合的に組み合わせ、より効率的に検索し複数の分割グループを決定してもよい。 In the above example, a simple search method is shown. However, a plurality of divided groups may be determined by combining a representative tag name and an attribute value in combination and performing a more efficient search.
 図8は、コンテンツ表示装置10における分割グループ選択処理を示すフローチャートである。分割グループ選択処理は、分割グループ一覧情報140の中から、連携表示装置20の表示デバイスに表示する部分コンテンツを、コンテンツ表示装置10の入力デバイスを用いて、連携表示装置20のユーザに選択させる処理である。 FIG. 8 is a flowchart showing a divided group selection process in the content display device 10. The divided group selection process is a process for causing the user of the cooperative display device 20 to select a partial content to be displayed on the display device of the cooperative display device 20 from the divided group list information 140 using the input device of the content display device 10. It is.
 先ず、図8のステップS20において、分割グループ情報管理部15は、記憶部14から分割グループ一覧情報140を読み出す。 First, in step S20 of FIG. 8, the division group information management unit 15 reads the division group list information 140 from the storage unit 14.
 次のステップS21において、分割グループ選択部16は、分割グループ一覧情報140内の先頭エントリ14AのID属性値142を取得する。 In the next step S21, the divided group selection unit 16 acquires the ID attribute value 142 of the first entry 14A in the divided group list information 140.
 次のステップS22において、分割グループ選択部16は、DOMツリー120にアクセスして、当該ID属性値142が付与されている部分木を特定する。 In the next step S22, the divided group selection unit 16 accesses the DOM tree 120 and identifies the subtree to which the ID attribute value 142 is assigned.
 次のステップS23において、分割グループ選択部16は、DOMツリー120を変更して、特定した部分木に対応する部分コンテンツの枠線を強調表示する。 In the next step S23, the divided group selection unit 16 changes the DOM tree 120 and highlights the frame line of the partial content corresponding to the specified partial tree.
 次のステップS24において、分割グループ選択部16は、分散ブラウザ11を介してユーザ入力操作待ちとなる。 In the next step S24, the divided group selection unit 16 waits for a user input operation via the distributed browser 11.
 次のステップS25において、分散ブラウザ11が、ユーザ入力操作を受付けた結果「フォーカス移動」のイベント入力であった場合(ステップS25においてYES)、処理はステップS21へ戻り、分割グループ選択部16は、分割グループ一覧情報140内の次のエントリ14BのID属性値142を取得する。そして、ステップS23において、隣接する部分コンテンツの枠線を強調表示しフォーカス移動する。 In the next step S25, when the distributed browser 11 receives the user input operation and is an event input of “focus movement” (YES in step S25), the process returns to step S21, and the divided group selection unit 16 The ID attribute value 142 of the next entry 14B in the divided group list information 140 is acquired. In step S23, the border lines of adjacent partial contents are highlighted and moved.
 一方、ステップS25の判定がNOであり、ステップS26において、ユーザ入力操作の結果が「選択決定」のイベント入力でなかった場合は(ステップS26においてNO)、処理はステップS24へ戻り、再びユーザ入力操作待ちとなる。また、ステップS26において、「選択決定」のイベント入力であった場合(ステップS26においてYES)、処理はステップS27へ進む。 On the other hand, if the determination in step S25 is NO and the result of the user input operation is not “selection decision” event input in step S26 (NO in step S26), the process returns to step S24, and the user input again. Wait for operation. If it is determined in step S26 that the event is a “selection decision” event (YES in step S26), the process proceeds to step S27.
 ステップS27において、分割グループ選択部16は、当該ID属性値142によって特定される部分木をDOMツリー120から切り出し、単独で完結する部分コンテンツを生成した上で、これを連携表示装置20へ送出する。これにより、図6に示したコンテンツの選択表示例のように、ユーザ入力操作を受けて、分割グループ間を巡回フォーカス移動する。 In step S <b> 27, the divided group selection unit 16 cuts out the partial tree specified by the ID attribute value 142 from the DOM tree 120, generates a partial content that is completed independently, and transmits this to the cooperative display device 20. . As a result, as shown in the example of content selection and display shown in FIG. 6, in response to a user input operation, the cyclic focus is moved between the divided groups.
《1-3》効果
 以上に説明したように、実施の形態1に係るコンテンツ表示装置10、コンテンツ表示方法、及びコンテンツ表示システムによれば、分割グループの分類種別を定義し、この種別毎にタグ又は属性値をキーワードとしてコンテンツの分割ポイントを解析するようにしているので、予めコンテンツ内に分割ポイントとなる識別情報を付与しておかなくても、ユーザから見て意味のあるエリア単位でコンテンツを分割することができる。
<< 1-3 >> Effect As described above, according to the content display device 10, the content display method, and the content display system according to Embodiment 1, the classification type of the divided group is defined, and a tag is assigned to each type. Alternatively, the content division point is analyzed using the attribute value as a keyword. Therefore, even if the identification information as the division point is not provided in the content in advance, the content is displayed in units of areas that are meaningful to the user. Can be divided.
 また、実施の形態1に係るコンテンツ表示装置10の表示デバイス35上で、表示エリアを巡回フォーカス移動するようにしているので、分割グループを視覚的にユーザに提示し、簡易な操作で選択させることができる。 Further, since the display area is cyclically moved on the display device 35 of the content display apparatus 10 according to the first embodiment, the divided group is visually presented to the user and can be selected by a simple operation. Can do.
 また、実施の形態1に係るコンテンツ表示装置10は、部分コンテンツの選択操作を2種類(フォーカス移動と決定)の入力のみで受付けるようにしているので、連携表示装置20の実装を簡易にすることができ、より多様な連携表示装置に対応させることができる。 In addition, the content display device 10 according to the first embodiment accepts partial content selection operations with only two types of inputs (focus movement and determination), thereby simplifying the implementation of the cooperative display device 20. It is possible to cope with a wider variety of cooperative display devices.
《2》実施の形態2.
《2-1》構成
 上記実施の形態1に係るコンテンツ表示システムでは、コンテンツ表示装置10の表示デバイス35上に分割グループがフォーカス表示(例えば、図6の巡回フォーカス移動表示)され、連携表示装置20のユーザが、コンテンツ表示装置10の入力部(例えば、図2における入力デバイス34)を用いて、連携表示装置20の表示部(例えば、図2における表示デバイス45)に表示させる部分コンテンツを選択する。
 これに対し、本発明の実施の形態2に係るコンテンツ表示システムでは、連携表示装置50の表示部(例えば、図2における表示デバイス45)に分割グループ一覧情報が表示され、連携表示装置50のユーザが、連携表示装置50の表示部に表示された分割グループ一覧情報から、連携表示装置50の入力部(例えば、図2における入力デバイス44)を用いて、連携表示装置50の表示部(例えば、図2における表示デバイス45)に表示させる部分コンテンツを選択する。
<< 2 >> Embodiment 2
<< 2-1 >> Configuration In the content display system according to the first embodiment, the divided group is focus-displayed on the display device 35 of the content display apparatus 10 (for example, cyclic focus movement display in FIG. 6), and the cooperative display apparatus 20 The user selects the partial content to be displayed on the display unit (for example, the display device 45 in FIG. 2) of the cooperative display device 20 by using the input unit (for example, the input device 34 in FIG. 2) of the content display device 10. .
In contrast, in the content display system according to Embodiment 2 of the present invention, the divided group list information is displayed on the display unit (for example, the display device 45 in FIG. 2) of the cooperative display device 50, and the user of the cooperative display device 50 However, from the divided group list information displayed on the display unit of the cooperative display device 50, using the input unit of the cooperative display device 50 (for example, the input device 44 in FIG. 2), the display unit of the cooperative display device 50 (for example, The partial content to be displayed on the display device 45) in FIG. 2 is selected.
 図9は、実施の形態2に係るコンテンツ表示システム(コンテンツ表示装置10A及び連携表示装置50を含む)の機能ブロック構成の一例を示す図である。図9において、図1に示される構成要素と同一又は対応する構成要素には、図1に示される符号と同じ符号が付される。実施の形態2に係るコンテンツ表示システムは、コンテンツ表示装置10Aが分割グループ選択情報170を記憶する記憶部17を有する点及び分散ブラウザ11Aの処理内容の点において、実施の形態1に係るコンテンツ表示システムと異なる。実施の形態2に係るコンテンツ表示システムでは、コンテンツ表示装置10Aと、1つ以上の連携表示装置50(例えば、50A,50B)とが連携コネクションを確立した状態で接続される。コンテンツ表示装置10Aは、実施の形態2に係るコンテンツ表示方法を実施することができる装置であり、また、実施の形態2に係るコンテンツ表示プログラムを実行することができる装置である。 FIG. 9 is a diagram illustrating an example of a functional block configuration of the content display system (including the content display device 10A and the cooperative display device 50) according to the second embodiment. 9, components that are the same as or correspond to the components shown in FIG. 1 are given the same reference numerals as those shown in FIG. The content display system according to the second embodiment is the content display system according to the first embodiment in that the content display device 10A includes the storage unit 17 that stores the divided group selection information 170 and the processing content of the distributed browser 11A. And different. In the content display system according to Embodiment 2, the content display device 10A and one or more cooperative display devices 50 (for example, 50A and 50B) are connected in a state where the cooperative connection is established. The content display device 10A is a device capable of executing the content display method according to the second embodiment, and is a device capable of executing the content display program according to the second embodiment.
 図10は、実施の形態2に係るコンテンツ表示システム(コンテンツ表示装置10A及び連携表示装置50を含む)のハードウェア構成の一例を示す図である。図10において、図2に示される構成要素と同一又は対応する構成要素には、図2に示される符号と同じ符号が付される。 FIG. 10 is a diagram illustrating an example of a hardware configuration of the content display system (including the content display device 10A and the cooperative display device 50) according to the second embodiment. 10, components that are the same as or correspond to the components shown in FIG. 2 are assigned the same reference numerals as those shown in FIG.
 連携表示装置50の分散ブラウザ51は、コンテンツ表示装置10Aと同様のコンテンツ閲覧用(ブラウジング)ソフトウェアであり、分散ブラウザ11と同様の機能を持つ。記憶部52に記憶されるDOMツリーは、コンテンツ表示装置10Aから受信したDOMツリー120の構造を持つ部分コンテンツを記憶する。分割グループ選択部53は、コンテンツ表示装置10Aから受信した分割グループ一覧情報140を加工して、ユーザに提示し、連携表示装置50の入力部からユーザ選択操作によって決定された部分コンテンツを、コンテンツ表示装置10Aから受信する。 The distributed browser 51 of the cooperative display device 50 is the same content browsing (browsing) software as the content display device 10A, and has the same functions as the distributed browser 11. The DOM tree stored in the storage unit 52 stores partial content having the structure of the DOM tree 120 received from the content display device 10A. The divided group selection unit 53 processes the divided group list information 140 received from the content display device 10A, presents it to the user, and displays the partial content determined by the user selection operation from the input unit of the cooperative display device 50 as a content display. Receive from device 10A.
 図11は、図9に示されるコンテンツ表示装置10Aの分割グループ選択情報170の例を示す図である。図11において、端末識別子171は、連携表示装置50を一意に特定するためのID値である。コンテンツ識別子172は、単一のコンテンツを一意に特定するためのコンテンツ名又はID値である。ID属性値173は、当該分割グループの部分木を特定するための識別子である。端末識別子171とコンテンツ識別子172とID属性値173の3つの情報の組(セット)を、分割グループ選択情報170の1つのエントリ(例えば、エントリ17A、エントリ17B、エントリ17C等)とする。コンテンツ表示装置10Aは、連携表示装置50との連携コネクションが解除されるときに、最後に選択されていた部分コンテンツに対応する分割グループ選択情報170のID属性値173を記憶部17に保存する。 FIG. 11 is a diagram showing an example of the divided group selection information 170 of the content display device 10A shown in FIG. In FIG. 11, the terminal identifier 171 is an ID value for uniquely identifying the cooperative display device 50. The content identifier 172 is a content name or ID value for uniquely specifying a single content. The ID attribute value 173 is an identifier for specifying the subtree of the divided group. A set (set) of three pieces of information of the terminal identifier 171, the content identifier 172, and the ID attribute value 173 is set as one entry (for example, the entry 17A, the entry 17B, and the entry 17C) of the divided group selection information 170. 10 A of content display apparatuses preserve | save the ID attribute value 173 of the division group selection information 170 corresponding to the partial content selected last in the memory | storage part 17, when the cooperation connection with the cooperation display apparatus 50 is cancelled | released.
 図12は、実施の形態2に係るコンテンツ表示システムによる単一のコンテンツの分割表示例を示す図である。図12におけるパターン1は、連携表示装置50において分割グループ(GA)が選択され、映像コンテンツ39Bに関連する関連情報39Aのみを、コンテンツ表示装置10Aと連携表示装置50とで表示する例である。 FIG. 12 is a diagram showing an example of split display of a single content by the content display system according to the second embodiment. Pattern 1 in FIG. 12 is an example in which a divided group (GA) is selected in the cooperative display device 50, and only the related information 39A related to the video content 39B is displayed on the content display device 10A and the cooperative display device 50.
 図12におけるパターン2は、連携表示装置50において分割グループ(GB)が選択され、さらに映像コンテンツ39Bの音声のみを分離して、ユーザの手元にある連携表示装置50で視聴する(音声を聞く)例である。 In pattern 2 in FIG. 12, a divided group (GB) is selected in the cooperative display device 50, and only the audio of the video content 39B is separated and viewed on the cooperative display device 50 at hand of the user (listening to the audio). It is an example.
 図12におけるパターン3は、連携表示装置50Aと他の連携表示装置50Bとにおいて、それぞれ分割グループ(GC)が選択され、選択ボタン39Cを、連携表示装置50Aと他の連携表示装置50Bで共有し及び同期して、連携表示装置50Aと50Bを用いて、リモコン操作可能にする例である。 In pattern 3 in FIG. 12, a divided group (GC) is selected in each of the cooperative display device 50A and the other cooperative display device 50B, and the selection button 39C is shared by the cooperative display device 50A and the other cooperative display device 50B. In this example, the remote control operation is enabled using the cooperative display devices 50A and 50B.
 図12におけるパターン4は、連携表示装置50Aにおいて映像コンテンツ39Bに関連する関連情報39Aが表示され、他の連携表示装置50Bにおいて選択ボタン39Cが表示され、さらにコンテンツ表示装置10Aにおいて映像コンテンツ39Bのみを表示することで、複数の分割グループの各々を異なる表示装置(すなわち、コンテンツ表示装置10A、連携表示装置50A、連携表示装置50B)に表示する例である。このように、ユーザの意志(要望)及び利便性を考慮に入れ、表示装置(すなわち、コンテンツ表示装置10A、連携表示装置50A、連携表示装置50B)の適用分野毎の表示内容及び表示タイミング等を勘案すると、この他にも様々な分割表示パターンを考えることができる。 In the pattern 4 in FIG. 12, related information 39A related to the video content 39B is displayed on the cooperative display device 50A, a selection button 39C is displayed on the other cooperative display device 50B, and only the video content 39B is displayed on the content display device 10A. In this example, each of the plurality of divided groups is displayed on a different display device (that is, the content display device 10A, the cooperative display device 50A, and the cooperative display device 50B). In this way, taking into account the user's will (request) and convenience, display contents and display timing for each application field of the display device (that is, the content display device 10A, the cooperative display device 50A, and the cooperative display device 50B) are determined. Considering this, various other divided display patterns can be considered.
《2-2》動作
 図13は、実施の形態2に係るコンテンツ表示装置10Aの分割グループ選択処理を示すフローチャートである。図13のステップS30において、コンテンツ表示装置10Aの分散ブラウザ11Aは、Webサーバから取得したコンテンツのHTML文書構造を解析し、DOMツリー120を展開して記憶部12に格納する。
<< 2-2 >> Operation FIG. 13 is a flowchart showing divided group selection processing of the content display apparatus 10A according to the second embodiment. In step S30 of FIG. 13, the distributed browser 11A of the content display apparatus 10A analyzes the HTML document structure of the content acquired from the Web server, expands the DOM tree 120, and stores it in the storage unit 12.
 次のステップS31において、分散ブラウザ11Aは、連携表示装置50との間で連携コネクションを確立する。ここでは、次のステップS32以降の処理は、ステップS31の処理の完了を契機として開始する。 In the next step S31, the distributed browser 11A establishes a cooperative connection with the cooperative display device 50. Here, the processing after the next step S32 is started upon completion of the processing at step S31.
 次のステップS32において、分割グループ選択部16は、分割グループ一覧情報140を連携表示装置50へ送信する。 In the next step S32, the divided group selection unit 16 transmits the divided group list information 140 to the cooperative display device 50.
 次のステップS33において、分割グループ選択部16は、分割グループ選択結果を受信待ちする。 In the next step S33, the divided group selection unit 16 waits to receive a divided group selection result.
 次のステップS34において、分散ブラウザ11を介して分割グループ選択部16は、連携表示装置50から分割グループ選択結果を受信する。 In the next step S34, the divided group selection unit 16 receives the divided group selection result from the cooperative display device 50 via the distributed browser 11.
 次のステップS35において、分割グループ選択部16は、分割グループ解析部13に依頼して、選択されたID属性値142によって特定される部分木をDOMツリー120から切り出し、単独で完結する部分コンテンツを生成する。 In the next step S35, the division group selection unit 16 requests the division group analysis unit 13 to cut out the partial tree specified by the selected ID attribute value 142 from the DOM tree 120, and to obtain a partial content that is completed independently. Generate.
 次のステップS36において、分割グループ選択部16は、生成した部分コンテンツ(部分木)を連携表示装置50へ送信する。 In the next step S36, the divided group selection unit 16 transmits the generated partial content (partial tree) to the cooperative display device 50.
 図14は、実施の形態2に係るコンテンツ表示システムの連携表示装置50の分割グループ選択処理を示すフローチャートである。図14のステップS40において、連携表示装置50の分散ブラウザ51は、コンテンツ表示装置10Aとの間で連携コネクションを確立する。ここでは、次のステップS41以降の処理は、ステップS40の処理の完了を契機として開始する。 FIG. 14 is a flowchart showing a divided group selection process of the cooperative display device 50 of the content display system according to the second embodiment. In step S40 of FIG. 14, the distributed browser 51 of the cooperative display device 50 establishes a cooperative connection with the content display device 10A. Here, the processing after the next step S41 is started upon completion of the processing at step S40.
 次のステップS41において、連携表示装置50の分割グループ選択部53は、コンテンツ表示装置10Aから分割グループ一覧情報140を受信する。 In the next step S41, the divided group selection unit 53 of the cooperative display device 50 receives the divided group list information 140 from the content display device 10A.
 次のステップS42において、分割グループ選択部53は、受信した分割グループ一覧情報140を加工して部分コンテンツ選択画面を連携表示装置50の表示部に表示してユーザに提示する。 In the next step S42, the division group selection unit 53 processes the received division group list information 140, displays a partial content selection screen on the display unit of the cooperative display device 50, and presents it to the user.
 次のステップS43において、分割グループ選択部53は、部分コンテンツの選択のユーザ入力操作を待つ。 In the next step S43, the divided group selection unit 53 waits for a user input operation for selecting a partial content.
 次のステップS44において、分割グループ選択部53は、ユーザ入力による選択グループの選択結果(例えば、図5に示される分割グループ名141又はID属性値142)をコンテンツ表示装置10Aへ送信する。 In the next step S44, the divided group selection unit 53 transmits the selection result of the selected group (for example, the divided group name 141 or the ID attribute value 142 shown in FIG. 5) to the content display device 10A.
 次のステップS45において、分散ブラウザ11Aを介して分割グループ選択部53は、コンテンツ表示装置10Aから部分コンテンツ(部分木)を受信し、記憶部52に記憶させる。 In the next step S45, the divided group selection unit 53 receives the partial content (partial tree) from the content display device 10A via the distributed browser 11A and stores it in the storage unit 52.
 次のステップS46において、分割グループ選択部53は、受信した部分コンテンツを連携表示装置50の表示部に表示することで部分コンテンツを連携表示装置50のユーザに提示する。 In the next step S46, the divided group selection unit 53 presents the partial content to the user of the cooperative display device 50 by displaying the received partial content on the display unit of the cooperative display device 50.
 なお、コンテンツ表示装置10Aの分割グループ解析部13における分割グループ解析処理の実行タイミングは、例えば、ステップS31において連携コネクションが確立された直後、又は、ステップS30においてWebサーバからコンテンツを取得しDOMツリーに展開した直後のタイミングとすることができる。 Note that the execution timing of the divided group analysis processing in the divided group analysis unit 13 of the content display device 10A is, for example, immediately after the cooperation connection is established in step S31, or in step S30, the content is acquired from the Web server and stored in the DOM tree. It can be the timing immediately after deployment.
《2-3》効果
 以上に説明したように、実施の形態2に係るコンテンツ表示装置10A、コンテンツ表示方法、及びコンテンツ表示システムおいては、分割グループ一覧情報140を連携表示装置50に送信し、連携表示装置50のブラウザ画面上に部分コンテンツ選択画面を表示するようにしているので、ユーザは、手元の連携表示装置50のブラウザ画面上で分割グループを選択し、連携表示装置50の表示部に部分コンテンツを表示させることができる。
<< 2-3 >> Effect As described above, in the content display device 10A, the content display method, and the content display system according to Embodiment 2, the divided group list information 140 is transmitted to the cooperative display device 50. Since the partial content selection screen is displayed on the browser screen of the cooperative display device 50, the user selects a division group on the browser screen of the cooperative display device 50 at hand, and displays it on the display unit of the cooperative display device 50. Partial content can be displayed.
 また、実施の形態2に係るコンテンツ表示装置10A、コンテンツ表示方法、及びコンテンツ表示システムにおいては、部分コンテンツの選択操作に際して、コンテンツ表示装置10Aの表示デバイスの画面を使わないようにしているので、連携表示装置50のユーザは、連携表示装置50の操作だけで、回数制限なく部分コンテンツの選択と表示を変更することができる。 Further, in the content display device 10A, the content display method, and the content display system according to Embodiment 2, the screen of the display device of the content display device 10A is not used for the partial content selection operation. The user of the display device 50 can change the selection and display of the partial content by simply operating the cooperative display device 50 without limitation on the number of times.
《3》実施の形態3.
《3-1》構成
 上記実施の形態2に係るコンテンツ表示システムでは、コンテンツ表示装置10Aは分割グループ一覧情報140を連携表示装置50に送信し、連携表示装置50は、ブラウザ画面上に分割グループ一覧情報140に基づく部分コンテンツ選択画面を表示し、連携表示装置50のユーザは、部分コンテンツ選択画面が表示される毎に部分コンテンツ選択画面から部分コンテンツを選択する操作を行う。
 これに対し、本発明の実施の形態3に係るコンテンツ表示システムでは、コンテンツ表示装置10Bの記憶部17にコンテンツ選択情報170を記憶させるので、連携コネクションの確立の後に連携表示装置50の表示部に部分コンテンツが表示される。
<< 3 >> Embodiment 3
<< 3-1 >> Configuration In the content display system according to the second embodiment, the content display device 10A transmits the divided group list information 140 to the cooperative display device 50, and the cooperative display device 50 displays the divided group list on the browser screen. The partial content selection screen based on the information 140 is displayed, and the user of the cooperative display device 50 performs an operation of selecting the partial content from the partial content selection screen every time the partial content selection screen is displayed.
On the other hand, in the content display system according to Embodiment 3 of the present invention, the content selection information 170 is stored in the storage unit 17 of the content display device 10B, so that the display unit of the cooperative display device 50 after the establishment of the cooperative connection. Partial content is displayed.
 図15は、実施の形態3に係るコンテンツ表示システム(コンテンツ表示装置10B及び連携表示装置50を含む)の機能ブロック構成の一例を示す図である。図15において、図9に示される構成要素と同一又は対応する構成要素には、図9に示される符号と同じ符号が付される。実施の形態3に係るコンテンツ表示システムは、コンテンツ表示装置10Bの分散ブラウザ11Bの処理内容の点において、実施の形態2に係るコンテンツ表示システムと異なる。実施の形態3に係るコンテンツ表示システムでは、コンテンツ表示装置10Bと、1つ以上の連携表示装置50(例えば、50A,50B)とが連携コネクションを確立した状態で接続される。なお、実施の形態3に係るコンテンツ表示システムのハードウェア構成は、図10に示されるものと同様である。コンテンツ表示装置10Bは、実施の形態3に係るコンテンツ表示方法を実施することができる装置であり、また、実施の形態3に係るコンテンツ表示プログラムを実行することができる装置である。 FIG. 15 is a diagram illustrating an example of a functional block configuration of the content display system (including the content display device 10B and the cooperative display device 50) according to the third embodiment. 15, components that are the same as or correspond to the components shown in FIG. 9 are given the same reference numerals as those shown in FIG. The content display system according to the third embodiment is different from the content display system according to the second embodiment in the processing contents of the distributed browser 11B of the content display device 10B. In the content display system according to Embodiment 3, the content display device 10B and one or more cooperative display devices 50 (for example, 50A and 50B) are connected in a state where a cooperative connection is established. Note that the hardware configuration of the content display system according to Embodiment 3 is the same as that shown in FIG. The content display device 10B is a device that can execute the content display method according to the third embodiment, and is a device that can execute the content display program according to the third embodiment.
《3-2》動作
 図16は、実施の形態3に係るコンテンツ表示装置10Bの分割グループ選択処理を示すフローチャートである。図16のステップS30において、コンテンツ表示装置10Bの分散ブラウザ11Bは、Webサーバから取得したコンテンツのHTML文書構造を解析し、DOMツリー120に展開して記憶部12に格納する。
<< 3-2 >> Operation FIG. 16 is a flowchart showing a divided group selection process of the content display apparatus 10B according to the third embodiment. In step S30 of FIG. 16, the distributed browser 11B of the content display apparatus 10B analyzes the HTML document structure of the content acquired from the Web server, expands it into the DOM tree 120, and stores it in the storage unit 12.
 次のステップS31において、分散ブラウザ11Bは、連携表示装置50との間で連携コネクションを確立する。ここでは、次のステップS37以降の処理は、ステップS31の処理の完了を契機として開始する。 In the next step S31, the distributed browser 11B establishes a cooperative connection with the cooperative display device 50. Here, the processing after the next step S37 is started upon completion of the processing at step S31.
 次のステップS37において、分割グループ選択部16は、連携コネクションが確立した当該連携表示装置50が以前に連携コネクションを確立したことがある場合、分割グループ選択情報170内の端末識別子171とコンテンツ識別子172の組が一致するエントリから、以前に保存したID属性値173を取得する。 In the next step S37, the divided group selection unit 16 determines that the terminal identifier 171 and the content identifier 172 in the divided group selection information 170 when the cooperative display device 50 with which the cooperative connection has been established has previously established a cooperative connection. The previously stored ID attribute value 173 is acquired from the entry with the same set.
 次のステップS35において、分割グループ選択部16は、分割グループ解析部13に依頼して、取得したID属性値173によって特定される部分木をDOMツリー120から切り出し、単独で完結する部分コンテンツを生成する。 In the next step S35, the division group selection unit 16 requests the division group analysis unit 13 to cut out the partial tree specified by the acquired ID attribute value 173 from the DOM tree 120 and generate a partial content that is completed independently. To do.
 次のステップS36において、分割グループ選択部16は、生成した部分コンテンツ(部分木)を連携表示装置50へ送信する。 In the next step S36, the divided group selection unit 16 transmits the generated partial content (partial tree) to the cooperative display device 50.
 その後、ステップS38において、分散ブラウザ11Bは、連携表示装置50との間で連携コネクションを解除した場合には、ステップS39において、分割グループ選択部16は、現在選択されている部分コンテンツに対応するID属性値173と、端末識別子171とコンテンツ識別子172の組を分割グループ選択情報170として記憶部17に保存する。 Thereafter, in step S38, when the distributed browser 11B cancels the cooperative connection with the cooperative display device 50, in step S39, the divided group selection unit 16 determines the ID corresponding to the currently selected partial content. A combination of the attribute value 173, the terminal identifier 171 and the content identifier 172 is stored in the storage unit 17 as the divided group selection information 170.
 図17は、実施の形態3に係る連携表示装置50における分割グループ選択処理を示すフローチャートである。図17のステップS40において、分散ブラウザ51は、コンテンツ表示装置10Bとの間で連携コネクションを確立する。ここでは、次のステップS45以降の処理は、ステップS40の処理の完了を契機として開始する。 FIG. 17 is a flowchart showing a divided group selection process in the cooperative display device 50 according to the third embodiment. In step S40 of FIG. 17, the distributed browser 51 establishes a cooperative connection with the content display device 10B. Here, the processing after the next step S45 is started upon completion of the processing at step S40.
 次のステップS45において、分散ブラウザ51を介して分割グループ選択部53は、コンテンツ表示装置10Bから部分コンテンツ(部分木)を受信し、DOMツリーとして記憶部52に記憶する。 In the next step S45, the divided group selection unit 53 receives the partial content (partial tree) from the content display device 10B via the distributed browser 51 and stores it in the storage unit 52 as a DOM tree.
 次のステップS46において、分割グループ選択部53は、受信した部分コンテンツを連携表示装置50の表示部に表示する。 In the next step S46, the divided group selection unit 53 displays the received partial content on the display unit of the cooperative display device 50.
《3-3》効果
 以上に説明したように、実施の形態3に係るコンテンツ表示装置10B、コンテンツ表示方法、及びコンテンツ表示システムにおいては、連携コネクションの解除時に分割グループ選択情報を保存し、その後、同一の連携表示装置と連携コネクションを確立したときに、自動的に前回と同じ部分コンテンツを表示するようにしているので、ユーザによる選択操作を行う手間を省くことができる。
<< 3-3 >> Effect As described above, in the content display device 10B, the content display method, and the content display system according to Embodiment 3, the division group selection information is stored when the cooperative connection is released, and then Since the same partial content as that of the previous time is automatically displayed when the cooperative connection with the same cooperative display device is established, it is possible to save the user from performing a selection operation.
《4》変形例.
 上記実施の形態1~3に含まれる構成を適宜組み合わせることによって、実施の形態1~3の装置、システム、方法、プログラムに種々の変更を行うことが可能である。例えば、実施の形態2で説明されている分割グループ選択情報170及びその記憶部17を、実施の形態1に適用することが可能である。
<< 4 >> Modifications.
Various modifications can be made to the devices, systems, methods, and programs of the first to third embodiments by appropriately combining the configurations included in the first to third embodiments. For example, the division group selection information 170 and its storage unit 17 described in the second embodiment can be applied to the first embodiment.
 10,10A,10B コンテンツ表示装置、 11,11A,11B 分散ブラウザ、 12 記憶部、 120 DOMツリー(木構造データ)、 13 分割グループ解析部、 14 記憶部、 140 分割グループ一覧情報、 15 分割グループ情報管理部、 16 分割グループ選択部、 17 記憶部、 170 分割グループ選択情報、 20,20A,20B,50,50A,50B 連携表示装置(表示端末)、 21,51 分散ブラウザ、 22 記憶部、 23 分割グループ選択部、 30 CPU(処理部)、 31 主メモリ(記憶部)、 31A OS、 31B 分散ブラウザ、 31C コンテンツ、 32 記憶デバイス(記憶部)、 33 通信デバイス(通信部)、 34 入力デバイス(入力部)、 35 表示デバイス(表示部)、 36 バス、 40 CPU(端末処理部)、 41 主メモリ(端末記憶部)、 41A OS、 41B 分散ブラウザ、 41C コンテンツ、 42 記憶デバイス(端末記憶部)、 43 通信デバイス(端末通信部)、 44 入力デバイス(端末入力部)、 45 表示デバイス(端末表示部)。 10, 10A, 10B content display device, 11, 11A, 11B distributed browser, 12 storage unit, 120 DOM tree (tree structure data), 13 split group analysis unit, 14 storage unit, 140 split group list information, 15 split group information Management unit, 16 division group selection unit, 17 storage unit, 170 division group selection information, 20, 20A, 20B, 50, 50A, 50B linkage display device (display terminal), 21, 51 distributed browser, 22 storage unit, 23 division Group selection unit, 30 CPU (processing unit), 31 main memory (storage unit), 31A OS, 31B distributed browser, 31C content, 32 storage device (storage unit), 33 communication device (communication unit), 34 input device Input unit), 35 display device (display unit), 36 bus, 40 CPU (terminal processing unit), 41 main memory (terminal storage unit), 41A OS, 41B distributed browser, 41C content, 42 storage device (terminal storage unit) , 43 communication device (terminal communication unit), 44 input device (terminal input unit), 45 display device (terminal display unit).

Claims (10)

  1.  連携表示装置に連携接続するコンテンツ表示装置であって、
     通信部と、
     情報を表示する表示部と、
     ユーザ入力を受け付ける入力部と、
     分散ブラウザを含むソフトウェアプログラムを記憶する記憶部と、
     前記ソフトウェアプログラムを実行する処理部と、
     を有し、
     前記処理部は、
     前記通信部を介して取得したコンテンツの文書構造を木構造に展開して木構造データを生成し、
     タグ又は属性値をキーワードとして前記木構造データを検索して前記コンテンツの分割ポイントを解析して複数の分割グループを生成し、
     前記複数の分割グループから分割グループ一覧情報を生成してユーザに提示して、前記複数の分割グループとして表される複数の部分コンテンツのいずれかを選択可能にし、
     前記複数の部分コンテンツの中から、前記入力部又は前記連携表示装置で選択された部分コンテンツを、前記通信部を介して前記連携表示装置に送信する
     コンテンツ表示装置。
    A content display device linked to a linked display device,
    A communication department;
    A display for displaying information;
    An input unit that accepts user input;
    A storage unit for storing a software program including a distributed browser;
    A processing unit for executing the software program;
    Have
    The processor is
    Expanding the document structure of the content acquired via the communication unit into a tree structure to generate tree structure data,
    Search the tree structure data using a tag or attribute value as a keyword, analyze the content division points, and generate a plurality of division groups,
    Generate divided group list information from the plurality of divided groups and present it to the user, enabling selection of any of a plurality of partial contents represented as the plurality of divided groups,
    A content display device that transmits partial content selected from the plurality of partial contents by the input unit or the cooperative display device to the cooperative display device via the communication unit.
  2.  前記分割グループ一覧情報の提示は、前記表示部における表示又は前記連携表示装置の端末表示部における表示によって行われる請求項1に記載のコンテンツ表示装置。 The content display device according to claim 1, wherein the division group list information is presented by display on the display unit or display on a terminal display unit of the cooperative display device.
  3.  前記複数の分割グループは、
     ユーザ操作に関する部分コンテンツを示す第1の分割グループと、
     ストリーム映像に関する部分コンテンツを示す第2の分割グループと、
     音声に関する部分コンテンツを示す第3のグループと、
     テキスト、静止画、画像のいずれかに関する部分コンテンツを示す第4のグループと、
     前記連携表示装置の仕様に未対応な部分コンテンツを示す第5のグループと
     のいずれかを含む請求項1又は2に記載のコンテンツ表示装置。
    The plurality of divided groups are:
    A first divided group indicating partial content related to a user operation;
    A second divided group indicating partial content related to the stream video;
    A third group showing partial content related to audio;
    A fourth group showing partial content for either text, still images, or images;
    The content display device according to claim 1, further comprising: a fifth group indicating partial content that does not correspond to a specification of the cooperative display device.
  4.  前記処理部は、前記分割グループ一覧情報を前記表示部に表示させるときに、前記複数の部分コンテンツのエリアのいずれかを強調表示し、強調表示されるエリアを隣接するエリアへ巡回移動させることを特徴とする請求項2に記載のコンテンツ表示装置。 When the processing unit displays the divided group list information on the display unit, the processing unit highlights any one of the plurality of partial content areas and cyclically moves the highlighted area to an adjacent area. The content display device according to claim 2, wherein
  5.  前記処理部は、前記入力部による、前記巡回移動に際し強調表示されるエリアの移動の指示及び強調表示されているエリアの選択の入力を受け付ける請求項4に記載のコンテンツ表示装置。 5. The content display device according to claim 4, wherein the processing unit receives an input of an instruction for moving an area highlighted during the cyclic movement and an input of selection of the highlighted area by the input unit.
  6.  前記分割グループ一覧情報を前記連携表示装置の前記端末表示部に表示させるときに、前記連携表示装置の端末処理部は、前記複数の部分コンテンツのエリアのいずれかを強調表示し、強調表示されるエリアを隣接するエリアへ巡回移動させることを特徴とする請求項2に記載のコンテンツ表示装置。 When displaying the divided group list information on the terminal display unit of the cooperative display device, the terminal processing unit of the cooperative display device highlights and highlights one of the plurality of partial content areas. The content display device according to claim 2, wherein the area is cyclically moved to an adjacent area.
  7.  前記処理部は、
     前記連携表示装置との間の連携接続の解除時に分割グループ選択情報を前記記憶部に保存し、
     前記連携表示装置との間の前記連携接続の開始時に前記記憶部に保存されている前記分割グループ選択情報に基づく部分コンテンツを前記連携表示装置に送信する
     請求項1から6のいずれか1項に記載のコンテンツ表示装置。
    The processor is
    When the cooperative connection with the cooperative display device is canceled, the divided group selection information is stored in the storage unit,
    The partial content based on the division group selection information stored in the storage unit at the start of the cooperative connection with the cooperative display device is transmitted to the cooperative display device. The content display device described.
  8.  コンテンツ表示装置と、
     前記コンテンツ表示装置に連携接続する連携表示装置と
     を有するコンテンツ表示システムであって、
     前記コンテンツ表示装置は、
     通信部と、
     情報を表示する表示部と、
     ユーザ入力を受け付ける入力部と、
     分散ブラウザを含むソフトウェアプログラムを記憶する記憶部と、
     前記ソフトウェアプログラムを実行する処理部と、
     を有し、
     前記処理部は、
     前記通信部を介して取得したコンテンツの文書構造を木構造に展開して木構造データを生成し、
     タグ又は属性値をキーワードとして前記木構造データを検索して前記コンテンツの分割ポイントを解析して複数の分割グループを生成し、
     前記複数の分割グループから分割グループ一覧情報を生成してユーザに提示して、前記複数の分割グループとして表される複数の部分コンテンツのいずれかを選択可能にし、
     前記複数の部分コンテンツの中から、前記入力部又は前記連携表示装置で選択された部分コンテンツを、前記通信部を介して前記連携表示装置に送信する
     コンテンツ表示システム。
    A content display device;
    A content display system having a cooperative display device linked to the content display device,
    The content display device includes:
    A communication department;
    A display for displaying information;
    An input unit that accepts user input;
    A storage unit for storing a software program including a distributed browser;
    A processing unit for executing the software program;
    Have
    The processor is
    Expanding the document structure of the content acquired via the communication unit into a tree structure to generate tree structure data,
    Search the tree structure data using a tag or attribute value as a keyword, analyze the content division points, and generate a plurality of division groups,
    Generate divided group list information from the plurality of divided groups and present it to the user, enabling selection of any of a plurality of partial contents represented as the plurality of divided groups,
    The content display system which transmits the partial content selected by the said input part or the said cooperation display apparatus from the said some partial content to the said cooperation display apparatus via the said communication part.
  9.  分散ブラウザを含むソフトウェアプログラムを実行するコンテンツ表示装置と、前記コンテンツ表示装置に連携接続される連携表示装置とにコンテンツを表示させるコンテンツ表示方法であって、
     前記コンテンツ表示装置が取得したコンテンツの文書構造を木構造に展開して木構造データを生成するステップと、
     前記コンテンツ表示装置が、タグ又は属性値をキーワードとして前記木構造データを検索して前記コンテンツの分割ポイントを解析して複数の分割グループを生成するステップと、
     前記コンテンツ表示装置が、前記複数の分割グループから分割グループ一覧情報を生成してユーザに提示して、前記複数の分割グループとして表される複数の部分コンテンツのいずれかを選択可能にするステップと、
     前記複数の部分コンテンツの中から、前記コンテンツ表示装置又は前記連携表示装置で選択された部分コンテンツを、前記コンテンツ表示装置から前記連携表示装置に送信するステップと
     を有するコンテンツ表示方法。
    A content display method for displaying content on a content display device that executes a software program including a distributed browser and a cooperative display device that is cooperatively connected to the content display device,
    Expanding the document structure of the content acquired by the content display device into a tree structure to generate tree structure data;
    The content display device searches the tree structure data using a tag or an attribute value as a keyword, analyzes a division point of the content, and generates a plurality of divided groups;
    The content display device generates division group list information from the plurality of division groups and presents it to the user, enabling any one of a plurality of partial contents represented as the plurality of division groups;
    Transmitting the partial content selected by the content display device or the cooperative display device from the plurality of partial contents from the content display device to the cooperative display device.
  10.  分散ブラウザを含むソフトウェアプログラムによって連携表示装置に連携接続するコンピュータとしてのコンテンツ表示装置に、
     取得したコンテンツの文書構造を木構造に展開して木構造データを生成する処理と、
     タグ又は属性値をキーワードとして前記木構造データを検索して前記コンテンツの分割ポイントを解析して複数の分割グループを生成する処理と、
     前記複数の分割グループから分割グループ一覧情報を生成してユーザに提示して、前記複数の分割グループとして表される複数の部分コンテンツのいずれかを選択可能にする処理と、
     前記複数の部分コンテンツの中から、前記コンテンツ表示装置又は前記連携表示装置で選択された部分コンテンツを、前記コンテンツ表示装置から前記連携表示装置に送信する処理と
     を実行させるためのコンテンツ表示プログラム。
    In a content display device as a computer that is linked to a cooperative display device by a software program including a distributed browser,
    Processing to expand the document structure of the acquired content into a tree structure and generate tree structure data;
    A process of searching the tree structure data using a tag or an attribute value as a keyword, analyzing a division point of the content, and generating a plurality of divided groups;
    A process of generating division group list information from the plurality of division groups and presenting it to a user, and enabling selection of any of a plurality of partial contents represented as the plurality of division groups;
    The content display program for performing the process which transmits the partial content selected by the said content display apparatus or the said cooperation display apparatus from the said some content content to the said cooperation display apparatus from the said content display apparatus.
PCT/JP2016/068087 2016-06-17 2016-06-17 Content display device, content display system, content display method, and content display program WO2017216953A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2016559674A JP6109443B1 (en) 2016-06-17 2016-06-17 Content display device, content display system, content display method, and content display program
PCT/JP2016/068087 WO2017216953A1 (en) 2016-06-17 2016-06-17 Content display device, content display system, content display method, and content display program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2016/068087 WO2017216953A1 (en) 2016-06-17 2016-06-17 Content display device, content display system, content display method, and content display program

Publications (1)

Publication Number Publication Date
WO2017216953A1 true WO2017216953A1 (en) 2017-12-21

Family

ID=58666371

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/068087 WO2017216953A1 (en) 2016-06-17 2016-06-17 Content display device, content display system, content display method, and content display program

Country Status (2)

Country Link
JP (1) JP6109443B1 (en)
WO (1) WO2017216953A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102476115B1 (en) 2019-04-18 2022-12-12 안상준 System for providing interactive content using second screen device and the method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5841260B2 (en) * 1978-12-28 1983-09-10 グレ−スミシン株式会社 Statzker
JPH10161837A (en) * 1996-10-03 1998-06-19 Nikon Corp Display device, display method and recording medium
JP2015130107A (en) * 2014-01-08 2015-07-16 日本電信電話株式会社 Content distribution control system, content distribution control apparatus, device, content distribution control method, and content distribution control program
JP2015207182A (en) * 2014-04-22 2015-11-19 ソニー株式会社 Information processing device, information processing method, and program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10275398B2 (en) * 2012-09-11 2019-04-30 Nippon Telegraph And Telephone Corporation Content display device, content display method, and content display program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5841260B2 (en) * 1978-12-28 1983-09-10 グレ−スミシン株式会社 Statzker
JPH10161837A (en) * 1996-10-03 1998-06-19 Nikon Corp Display device, display method and recording medium
JP2015130107A (en) * 2014-01-08 2015-07-16 日本電信電話株式会社 Content distribution control system, content distribution control apparatus, device, content distribution control method, and content distribution control program
JP2015207182A (en) * 2014-04-22 2015-11-19 ソニー株式会社 Information processing device, information processing method, and program

Also Published As

Publication number Publication date
JPWO2017216953A1 (en) 2018-06-28
JP6109443B1 (en) 2017-04-05

Similar Documents

Publication Publication Date Title
US20190272313A1 (en) Dynamic generation of mobile web experience
US8194075B2 (en) Method and system for generating and displaying an interactive dynamic list view of multiply connected objects
US8711148B2 (en) Method and system for generating and displaying an interactive dynamic selective view of multiply connected objects
JP2012529688A (en) Update notification method and system
US20080240683A1 (en) Method and system to reproduce contents, and recording medium including program to reproduce contents
JP5841260B2 (en) Content display device, content display system, content display method, and content display program
US10769216B2 (en) Data acquisition method, data acquisition apparatus, and recording medium
WO2022048141A1 (en) Image processing method and apparatus, and computer readable storage medium
JP4386011B2 (en) Web page re-editing method and system
CN110245069A (en) The methods of exhibiting and device of the test method and device of page versions, the page
CN110968314A (en) Page generation method and device
JP2008217161A (en) Scenario creation support system, device, and method
JP6109443B1 (en) Content display device, content display system, content display method, and content display program
CN111338625B (en) Data processing method, system, terminal equipment and storage medium
JPH11219242A (en) Method for generating page
JP2007172482A (en) Information display system
CN102142004B (en) Service processing method and service engine
JP2008071116A (en) Information delivery system, information delivery device, information delivery method and information delivery program
US8856653B2 (en) Video display apparatus, video display management apparatus, video display method and video display management method
JP5372704B2 (en) Web page display program, Web page display method, Web page display device, and Web page display system
JP5880637B2 (en) Information processing apparatus, control method and program thereof, and information processing system, control method and program thereof
JP5230193B2 (en) Data search apparatus, data search method, and computer program
KR101370714B1 (en) Dividing web page screen method and system for using multiscreen apparatus
US20170078412A1 (en) Method and system for providing geographically relevant work
JP2011221641A (en) Web page conversion display system, web page conversion display method, and web page conversion display program

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2016559674

Country of ref document: JP

Kind code of ref document: A

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16905508

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16905508

Country of ref document: EP

Kind code of ref document: A1