WO2006137565A1 - 文書処理装置及び文書処理方法 - Google Patents

文書処理装置及び文書処理方法 Download PDF

Info

Publication number
WO2006137565A1
WO2006137565A1 PCT/JP2006/312754 JP2006312754W WO2006137565A1 WO 2006137565 A1 WO2006137565 A1 WO 2006137565A1 JP 2006312754 W JP2006312754 W JP 2006312754W WO 2006137565 A1 WO2006137565 A1 WO 2006137565A1
Authority
WO
WIPO (PCT)
Prior art keywords
document
processing system
data
unit
component
Prior art date
Application number
PCT/JP2006/312754
Other languages
English (en)
French (fr)
Inventor
Norio Oshima
Toshinobu Kano
Yusuke Fujimaki
Naoya Uematsu
Takahiko Ichino
Tomoaki Fukura
Hidehiko Yasutomi
Yoshiyuki Sakamoto
Original Assignee
Justsystems Corporation
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 Justsystems Corporation filed Critical Justsystems Corporation
Priority to EP06767371A priority Critical patent/EP1901179A1/en
Priority to JP2007522401A priority patent/JPWO2006137565A1/ja
Priority to US11/993,325 priority patent/US20100115394A1/en
Publication of WO2006137565A1 publication Critical patent/WO2006137565A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]

Definitions

  • the present invention relates to a document processing technique, and more particularly to a document processing apparatus and method for processing a document described in a markup language.
  • various functions can be realized by writing a script or the like on a web page simply by distributing information on the web page.
  • an application developed as an ActiveX control can be operated on a web page by controlling it with a VB script.
  • the present invention has been made in view of such circumstances, and an object thereof is to provide a technique for appropriately processing data structured in a markup language.
  • a document processing apparatus includes a document acquisition unit that acquires a document described by a predetermined tag set, and a tag set to which the components of the document belong. And a processing system for processing.
  • the components included in the document are
  • the processing system that processes the tag set to which the element belongs includes pointer information that points to other data in the document that is referred to, the processing system displays the data pointed to by the pointer information.
  • the pointer information may be described by an xpath expression.
  • the pointer information may be conceptual information that is clearly standardized.
  • the document processing apparatus may further include a resolution unit that identifies data pointed to by the pointer information based on the conceptual information when the pointer information is given as the conceptual information.
  • a management unit for generating and managing document object model data from the document may be further provided.
  • the processing system may refer to data indicated by the pointer information via an interface provided by the management unit.
  • the management unit notifies the processing system to that effect, and when the management unit is also notified of the change of the document object model data, Let's reflect that change.
  • the destination to which the management unit should notify the change when the document object model data is changed is specified by clearly standardized conceptual information, and the document processing apparatus receives the change from the management unit.
  • a resolution unit may be further provided that identifies an actual notification destination based on the conceptual information.
  • the component may further include parameter information necessary for the operation of the processing system.
  • the parameter information may include clearly standardized semantic type information for the data pointed to by the pointer information.
  • the resolution unit includes the semantic type information.
  • the concept information power may specify data indicated by the pointer information.
  • Yet another embodiment of the present invention is a document processing apparatus.
  • This device can process data in documents
  • a receiving unit that receives an instruction to add a processing module that expresses a predetermined function to the document, and pointer information that indicates data used by the processing module in the document when the instruction is received
  • an editing unit for inserting a component.
  • the apparatus may further include an activation unit that activates a processing module that processes the component inserted in the document.
  • the editing unit may insert parameters necessary for the operation of the processing module into the document.
  • the document processing apparatus uses a document acquisition unit that acquires a document described by a predetermined tag set, a first processing system that processes a tag set to which a component of the document belongs, and data in the document.
  • a second processing system that expresses a predetermined function, and receives an instruction to switch the processing system that processes the components of the document to the first processing system power to the second processing system.
  • the second processing system specifies the data to be used by referring to a file storing information for specifying the data to be used, and expresses the predetermined function using the specified data. It is characterized by that.
  • the second processing system may receive information for specifying the data to be used by a user to generate the file.
  • FIG. 1 is a diagram showing a configuration of a document processing apparatus according to a base technology.
  • FIG. 2 is a diagram showing an example of an XML document edited by a document processing apparatus.
  • FIG. 3 is a diagram showing an example of mapping the XML document shown in FIG. 2 to a table described in HTML.
  • FIG. 4 (b) is a diagram showing an example of a definition file for mapping the XML document shown in FIG. 2 to the table shown in FIG.
  • FIG. 5 is a diagram showing an example of a screen displayed by mapping the XML document shown in FIG. 2 to HTML according to the correspondence shown in FIG.
  • FIG. 6 is a diagram showing an example of a graphical user interface presented to the user by the definition file generation unit in order for the user to generate a definition file.
  • FIG. 7 is a diagram showing another example of the screen layout generated by the definition file generation unit.
  • FIG. 8 is a diagram showing an example of an XML document editing screen by the document processing apparatus.
  • FIG. 9 is a diagram showing another example of an XML document edited by the document processing apparatus.
  • FIG. 10 is a diagram showing an example of a screen displaying the document shown in FIG.
  • FIG. 11 is a diagram illustrating a basic configuration of a document processing system.
  • FIG. 11 (b) is a diagram showing a block diagram of the entire document processing system.
  • FIG. 11 (c) is a diagram showing a block diagram of the entire document processing system.
  • FIG. 13 is a diagram showing details of the vocabulary connection subsystem.
  • FIG. 14 is a diagram showing details of the relationship between the program starter and other components.
  • FIG. 15 is a diagram showing the details of the structure of the application service loaded by the program startup unit.
  • FIG. 16 is a diagram showing details of the core component.
  • ⁇ 17 It is a diagram showing details of the document management unit.
  • FIG. 18 is a diagram showing details of an undo framework and an undo command.
  • FIG. 19 is a diagram showing how a document is loaded in the document processing system.
  • FIG. 21 is a diagram showing a relationship between a model and a controller.
  • FIG. 22 is a diagram showing details of the plug-in sub-system, the library connection, and the connector.
  • FIG. 23 shows an example of a VCD file.
  • FIG. 24 is a diagram showing a procedure for loading a compound document in the document processing system.
  • FIG. 25 is a diagram showing a procedure for loading a compound document in the document processing system.
  • FIG. 26 is a diagram showing a procedure for loading a compound document in the document processing system.
  • FIG. 27 is a diagram showing a procedure for loading a compound document in the document processing system.
  • FIG. 28 is a diagram showing a procedure for loading a compound document in the document processing system.
  • FIG. 29 is a diagram showing a command flow.
  • FIGS. 30 (a), 30 (b), and 30 (c) are diagrams showing examples of the data structure of an XML document to be processed.
  • FIGS. 31A and 31B are diagrams showing examples of pointer information.
  • FIGS. 32 (a) and 32 (b) are diagrams for explaining a mechanism for notifying a DOM change.
  • FIG. 33 is a diagram showing a configuration of a document processing apparatus according to the first embodiment.
  • FIG. 34 is a diagram showing an example of a document editing screen.
  • FIG. 35 is a diagram showing an editing screen in a state where a schedule view template is activated.
  • FIG. 36 is a diagram showing a configuration of a document processing apparatus according to a second embodiment.
  • FIG. 37 is a diagram showing an example of an XML document in which properties of an AVC component are inserted
  • FIG. 38 shows a procedure of a document processing method according to the second embodiment.
  • FIG. 39 is a diagram showing an example of a screen displayed by the AVC component.
  • FIG. 40 is a diagram showing a configuration of a document processing apparatus according to a third embodiment.
  • FIG. 41 shows a procedure of the document processing method according to the third embodiment.
  • FIG. 1 shows the configuration of the document processing apparatus 20 according to the base technology.
  • the document processing apparatus 20 processes a structured document in which data in the document is classified into a plurality of components having a hierarchical structure.
  • an example of processing an XML document as an example of a structured document is used. I ’ll explain it.
  • the document processing apparatus 20 includes a main control unit 22, an editing unit 24, a DOM unit 30, a CSS unit 40, an HTML unit 50, an SVG unit 60, and a VC unit 80 which is an example of a conversion unit.
  • these configurations are the power realized by the CPU, memory, and programs loaded in the memory of any computer.
  • functional blocks realized by their cooperation are depicted. Therefore, those skilled in the art will understand that these functional blocks can be realized in various forms by hardware only, software only, or a combination thereof.
  • the main control unit 22 provides a framework for loading plug-ins and executing commands.
  • the editing unit 24 provides a framework for editing XML documents.
  • the document display and editing functions in the document processing device 20 are realized by plug-ins, and necessary plug-ins are loaded by the main control unit 22 or the editing unit 24 according to the document type.
  • the main control unit 22 or the editing unit 24 refers to the name space of the XML document to be processed, determines whether the XML document is described by a misplaced library, and displays or displays the document corresponding to the missing library. Load the editing plug-in to display or edit.
  • the document processing device 20 has a display system and an editing system plug-in for each vocabulary (tag set) such as an HTML unit 50 that displays and edits HTML documents and an SVG unit 60 that displays and edits SVG documents.
  • an HTML unit 50 that displays and edits HTML documents
  • an SVG unit 60 that displays and edits SVG documents.
  • HTML unit 50 When editing HTML documents, HTML unit 50 is used.
  • SVG documents When editing S VG documents, SV is used.
  • Each G unit 60 is loaded. As will be described later, when a compound document including both HTML and SVG components is processed, both HTML unit 50 and SVG unit 60 are loaded.
  • the user can select and install only necessary functions and add or delete functions as needed later, so that the recording medium such as a hard disk for storing the program can be used.
  • the storage area can be used effectively, and memory can be prevented from being wasted during program execution.
  • it has excellent function expandability, and as a development entity, it is possible to cope with a new vocabulary in the form of a plug-in, making development easier, and as a user, it is easy and low by adding plug-ins. Additional functions can be added at cost.
  • the editing unit 24 accepts an editing instruction event via the user interface, notifies the appropriate plug-in of the event, and re-executes the event (redo) or cancels execution (undo). Control the process.
  • the DOM unit 30 includes a DOM providing unit 32, a DOM generation unit 34, and an output unit 36, and is a document object model (Document) defined to provide an access method when an XML document is handled as data. Implements functions that conform to Object Model (DOM).
  • the DOM provider 32 is a DOM implementation that satisfies the interface defined in the editing unit 24.
  • the DOM generator 34 also generates a DOM tree with XML document capabilities. As will be described later, when XML document power to be processed is mapped to another library by VC unit 80, the source tree corresponding to the mapping source XML document and the destination tree corresponding to the mapping destination XML document Is generated.
  • the output unit 36 outputs the DOM tree as an XML document at the end of editing, for example.
  • the CSS unit 40 includes a CSS analysis unit 42, a CSS providing unit 44, and a rendering unit 46, and provides a display function compliant with CSS.
  • the CSS analysis unit 42 has a function of a parser that analyzes the syntax of CSS.
  • the CSS provider 44 is an implementation of a CSS object and performs CSS cascade processing on the DOM tree.
  • the rendering unit 46 is a CSS rendering engine, and is used to display a document described in a vocabulary such as HTML that is laid out using CSS.
  • the HTML unit 50 displays or edits a document described in HTML.
  • the SVG unit 60 displays or edits documents written in SVG. These display Z editing systems are realized in the form of plug-ins.
  • Each display unit (Canvas) 56 and 66 displays a document, and each control unit (Editlet) 52 and 62 receives and transmits an event including an editing instruction. It is equipped with editing sections (Zone) 54 and 64 that receive editing commands and edit the DOM.
  • the control unit 52 or 62 accepts a DOM tree editing command even when an external force is received, the editing unit 54 or 64 changes the DOM tree, and the display unit 56 or 66 updates the display.
  • MVC Model-View-Controller
  • the display units 56 and 66 are changed to "View”
  • the control units 52 and 62 are changed to "Controller”.
  • Parts 54 and 64 and the entity of the DOM correspond to “Model”, respectively.
  • the document processing apparatus 20 of the base technology enables not only editing of an XML document in a tree display format but also editing according to the respective vocabulary.
  • the HTML unit 50 provides a user interface for editing an HTML document in a manner similar to a word processor
  • the SVG unit 60 provides a user interface for editing an SVG document in a manner similar to an image drawing tool.
  • the VC unit 80 includes a mapping unit 82, a definition file acquisition unit 84, and a definition file generation unit 86.
  • a mapping destination Provides a framework for displaying or editing documents with a display editing plug-in that supports the vocabulary. In this base technology, this function is called Vocabulary Connection (VC).
  • the definition file acquisition unit 84 acquires a script file in which the mapping definition is described. This definition file describes the correspondence (connection) between nodes for each node. At this time, whether to edit the element value or attribute value of each node may be specified. Also, an arithmetic expression using the element value or attribute value of the node may be described.
  • the mapping unit 82 refers to the script file acquired by the definition file acquisition unit 84, causes the DOM generation unit 34 to generate a destination tree, and manages the correspondence between the source tree and the destination tree.
  • the definition file generator 86 provides a graphical user interface for the user to generate a definition file.
  • the VC unit 80 monitors the connection between the source tree and the destination tree. When the user input receives an editing instruction via the user interface provided by the plug-in responsible for display, the VC unit 80 first matches the source tree. Change the node to be used. When DOM unit 30 issues a mutation event indicating that the source tree has been changed, VC unit 80 receives the mutation event and synchronizes the destination tree with the change in the source tree.
  • a plug-in that displays / edits the destination tree for example, the HTML unit 50, receives a mutation event indicating that the destination tree has been changed, and updates the display with reference to the changed destination tree.
  • the DOM generation unit 34 When the document processing device 20 reads a document to be processed, the DOM generation unit 34 generates a DOM tree for the XML document power. Further, the main control unit 22 or the editing unit 24 refers to the name space to determine the vocabulary describing the document. If a plug-in corresponding to the vocabulary is installed in the document processing apparatus 20, the plug-in is loaded to display / edit the document. If the plug-in linker S is not installed, check whether the mapping definition file exists. If the definition file exists, the definition file acquisition unit 84 acquires the definition file, generates a destination tree according to the definition, and displays and edits the document by the plug-in corresponding to the mapping destination library.
  • the corresponding parts of the document are displayed and edited by plug-ins corresponding to each vocabulary as described later. If the definition file does not exist, the document source or tree structure is displayed and edited on the display screen.
  • FIG. 2 shows an example of an XML document to be processed.
  • This XML document is used to manage student grade data.
  • the component “score” that is the top node of the XML document has a plurality of component “students” provided for each student under the subordinate.
  • the component “student” It has an attribute value “name” and child elements “national language”, “mathematics”, “science”, and “society”.
  • the attribute value “name” stores the name of the student.
  • the constituent elements “National language”, “Mathematics”, “Science” and “Society” store the results of national language, mathematics, science and society, respectively.
  • the student with the name “A” has a national grade of “90”, a mathematical grade of “50”, a science grade of “75”, and a social grade of “60”.
  • the vocabulary (tag set) used in this document will be referred to as the “results management vocabulary”.
  • the document processing apparatus 20 of the base technology does not have a plug-in that supports display Z editing of the grade management vocabulary, in order to display this document by a method other than source display and tree display,
  • the VC function is used.
  • the user interface for creating a definition file by the user himself will be described later.
  • the description will proceed assuming that a definition file has already been prepared.
  • FIG. 3 shows an example of mapping the XML document shown in FIG. 2 to a table described in HTML.
  • the “Student” node in the Grade Management Library is associated with the row (“TR” node) of the table (“TA BLE” node) in HTML, and the attribute value “name” appears in the first column of each row.
  • the element value of the "National Language” node the element value of the "Mathematics” node in the third column, the element value of the "Science” node in the fourth column, and " Associate the element values of the “Society” node.
  • the XML document shown in FIG. 2 can be displayed in an HTML table format.
  • the sixth column specifies the formula for calculating the weighted average of national language, mathematics, science, and society, and displays the average score of the students. In this way, by making it possible to specify an arithmetic expression in the definition file, more flexible display is possible, and user convenience during editing can be improved. Note that the sixth column specifies that editing is not possible, so that only the average score cannot be edited individually. In this way, by making it possible to specify whether or not editing can be performed in the mapping definition, it is possible to prevent erroneous operations by the user. [0033] FIGS.
  • FIG. 4A and 4B show examples of definition files for mapping the XML document shown in FIG. 2 to the table shown in FIG.
  • This definition file is described in the script language defined for the definition file.
  • the definition file contains command definitions and display templates.
  • "add student” and “delete student” are defined as commands, respectively, the operation of inserting the node “student” into the source tree, and the source tree The operation of deleting the node “student” from the node is associated.
  • headings such as “name” and “national language” are displayed in the first line of the table, and the contents of the node “student” are displayed in the second and subsequent lines.
  • FIG. 5 shows an example of a screen displayed by mapping the XML document described in the results management library shown in FIG. 2 to HTML according to the correspondence shown in FIG.
  • Table 90 shows, from the left, each student's name, national language grade, mathematics grade, science grade, social grade, and average score.
  • the user can edit the XML document on this screen. For example, if the value in the second row and third column is changed to “70”, the element value of the source corresponding to this node, that is, the math grade of the student “B” is changed to “70”.
  • the VC unit 80 changes the corresponding part of the destination tree that makes the destination tree follow the source tree, and updates the display based on the changed destination tree. Therefore, also in the table on the screen, the mathematics score of the student “B” is changed to “70”, and the average score is changed to “55”.
  • the screen shown in FIG. 5 displays the “add student” and “delete student” command menus. Is displayed. When the user selects these commands, the node “Student” is added or deleted in the source tree.
  • the hierarchical structure in addition to editing the element values of the constituent elements at the end of the hierarchical structure.
  • a structure of editing functions may be provided to the user in the form of commands. Further, for example, a command for adding or deleting a table row may be associated with an operation for adding or deleting the node “student”.
  • a command for embedding other vocabulary may be provided to the user.
  • this table as an input template, new student grade data can be added in the form of hole filling.
  • the VC function makes it possible to edit a document described in the grade management vocabulary while using the display Z editing function of the HTML unit 50.
  • FIG. 6 shows an example of a graphical user interface that the definition file generator 86 presents to the user in order for the user to generate a definition file.
  • the XML document of the mapping source is displayed in a tree.
  • the area 92 on the right side of the screen shows the screen layout of the mapping destination XML document.
  • This screen layout can be edited by the HTML unit 50, and the user creates a screen layout for displaying a document in an area 92 on the right side of the screen.
  • mapping source XML document displayed in the area 91 on the left side of the screen into the HTML screen layout displayed in the area 92 on the right side of the screen.
  • the connection between the mapping source node and the mapping destination node is specified. For example, if you drop “math”, which is a child element of the element “student”, into the first row and third column of Table 90 on the HTML screen, it will be between the “math” node and the “TD” node in the third column.
  • a connection is established.
  • Each node can be designated for editing.
  • An arithmetic expression can also be embedded in the display screen.
  • the definition file generation unit 86 generates a definition file describing the screen layout and the connection between the nodes.
  • FIG. 7 shows another example of the screen layout generated by the definition file generator 86.
  • a table 90 and a pie chart 93 are created on the screen for displaying the XML document described in the grade management vocabulary. This pie chart 93 is described in SVG.
  • the document processing apparatus 20 of the base technology can process a compound document including a plurality of libraries in one XML document, and thus a table described in HTML as in this example. 90 and a pie chart 93 written in SVG can be displayed on one screen.
  • FIG. 8 shows an example of an XML document editing screen by the document processing apparatus 20.
  • one screen is divided into multiple parts, and the XML document to be processed is displayed in different display formats in each area.
  • the document 94 is displayed in the area 94
  • the tree structure of the document is displayed in the area 95
  • the table described in HTML shown in FIG. 5 is displayed in the area 96.
  • Documents can be edited on any of these screens.
  • the source tree is changed and the plug-in and source trees responsible for displaying each screen are displayed. Update the screen to reflect your changes.
  • the display section of the plug-in responsible for displaying each editing screen is registered, and either plug-in or VC unit 80 is registered.
  • the source tree is changed by, all the display units displaying the edit screen receive the issued mutation event and update the screen.
  • the VC unit 80 changes the destination tree following the change of the source tree, and then refers to the changed destination tree.
  • the display unit updates the screen.
  • the source display plug-in and the tree display plug-in directly refer to the source tree without using the destination tree. And display.
  • the source display plug-in and the tree display plug-in update the screen with reference to the changed source tree, and take charge of the screen in area 96! /
  • HTML unit 50 refers to the modified destination tree following the changes in the source tree Update the screen.
  • the source display and the tree display can also be realized by using the VC function. That is, the source and tree structure may be laid out in HTML, an XML document may be mapped to the HTML, and displayed by the HTML unit 50. In this case, three destination trees are generated: source format, tree format, and tabular format.
  • VC Unit 80 changes the source tree, then changes each of the three destination trees: source format, tree format, and tabular format. Refer to those destination trees and update the three screens.
  • the user can display and edit a document in a format that can be easily visually divided using the table 90 or the like while grasping the hierarchical structure of the document by the source display or the tree display.
  • the ability to divide a screen and display a screen in multiple display formats at the same time may display a screen in a single display format on a single screen, and the display format can be switched by a user instruction.
  • the main control unit 22 receives a display format switching request from the user, and instructs each plug-in to switch the display.
  • FIG. 9 shows another example of an XML document edited by the document processing device 20.
  • the XHTML document is embedded in the “foreignObject” tag of the SVG document, and moreover, the mathematical expression described in MathML is included in the XHTML document.
  • the editing unit 24 refers to the name space and distributes the drawing work to an appropriate display system.
  • the editing unit 24 first causes the SVG unit 60 to draw a rectangle, and then causes the HTML unit 50 to draw an XHTML document.
  • the MathML unit (not shown) is made to draw mathematical expressions. In this way, a compound document including a plurality of vocabularies is appropriately displayed.
  • Figure 10 shows the display results.
  • the displayed menu may be switched according to the position of the cursor (carriage). That is, when the cursor is in the area where the SVG document is displayed, the menu defined by the SVG unit 60 or the command defined in the definition file for mapping the SVG document is displayed. Area where XHTML document is displayed If present, the menu defined by the HTML unit 50 or the command defined in the definition file for mapping the XHTML document is displayed. Thereby, an appropriate user interface can be provided according to the editing position.
  • the portion described by the specified library may be displayed in the source display or the tree display.
  • the application power to display the embedded document S Installed powerful power that cannot display its contents
  • the contents can be grasped by displaying the XML document composed of text data in the source display or tree display. This is a unique feature of text-based documents such as XML.
  • Tags of other library may be used in a document described by a certain library. This XML document is not valid, but if it is well-formed (welH rmed), it can be processed as a valid XML document. In this case, the tag of another inserted library may be mapped by the definition file. For example, you can use tags such as “Important” and “Most important” in an XHTML document and highlight the parts enclosed by these tags, or sort them in order of importance. Moyo.
  • the plug-in or VC unit 80 responsible for the edited part changes the source tree. Mutation event listeners can be registered for each node in the source tree. Normally, the plug-in display or VC cut 80 corresponding to the vocabulary to which each node belongs is registered as a listener. Is done. When the source tree is changed, the DOM provider 32 traces from the changed node to a higher hierarchy, and if there is a registered listener, issues a mutation event to that listener.
  • the entire layout may change as the display is updated by the HTML unit 50.
  • the layout of the display area for each plug-in is updated by a configuration that manages the layout of the screen, for example, a plug-in that is responsible for displaying the top node.
  • the HTML unit 50 first draws a part that it is in charge of and determines the size of the display area. Then, it notifies the configuration that manages the layout of the screen of the size of the display area after the change, and requests a layout update.
  • the configuration that manages the layout of the screen receives the notification and re-lays out the display area for each plug-in. In this way, the display of the edited part is updated appropriately, and the layout of the entire screen is updated.
  • Documents written in a markup language are usually expressed in the form of a tree data structure in browsers and other applications. This structure corresponds to the tree of the results of parsing the document.
  • the DOM (Document Object Model) is a well-known tree-based data structure model used to represent and manipulate documents.
  • the DOM provides a standard set of objects for representing documents, including HTML and XML documents.
  • the DOM includes two basic components: a standard model of how objects that represent components in a document are connected, and a standard interface for accessing and manipulating those objects.
  • a DOM tree is a hierarchical representation of a document based on the contents of the corresponding DOM.
  • a DOM tree contains a “root” and one or more “nodes” that originate from the root. In some cases, the root represents the entire document. Intermediate nodes can represent elements such as rows and columns in a table and its table, for example.
  • a “leaf” in a DOM tree usually represents data such as text or images that cannot be further decomposed!
  • Each node in the DOM tree may be associated with attributes that describe the parameters of the element represented by the node, such as font, size, color, and indentation.
  • HTML is a language for power formatting and layout, which is a commonly used language for creating documents, and is not a language for data description.
  • a node in the DOM tree that represents an HTML document is an element that is predefined as an HTML formatting tag. Normally, HTML does not provide functions for data detailing or tagging Z labeling of data. ! It is often difficult to formulate Eri.
  • XML XML Markup Language
  • HTML HyperText Markup Language
  • XSL XML Style Language
  • Xpath provides common syntax and semantics for specifying the location of parts of an XML document.
  • An example of functionality is traversing (moving) a DOM tree corresponding to an XML document. It provides basic functionality for string, number, and Boolean character manipulation associated with various representations of XML documents.
  • Xpath is the visual syntax of XML documents, such as the number of lines and the number of characters when viewed as text! It works with a simple structure. Using Xpath, you can specify a location through a hierarchical structure in the DOM tree of an XML document, for example. In addition to its use for addressing, Xpath is also designed to be used to test whether a node in a DOM tree matches a pattern. More details on XPath can be found at http: ⁇ www. W3.org/TR/xpath.
  • XML XML
  • XML markup language
  • MVC Mod-View-Control
  • the MVC paradigm divides an application or part of an application interface into three parts: a model, a view, and a controller. MVC was originally developed to assign traditional input, processing, and output roles to the GUI world.
  • model M
  • view V
  • controller C
  • the controller acts to interpret input such as mouse and keyboard input from the user and map these user actions to commands sent to the model and Z or view to bring about appropriate changes.
  • the model acts to manage one or more data elements, responds to queries about its state, and responds to instructions to change the state. Views work to manage the rectangular area of the display and have the ability to present data to the user through a combination of graphics and text
  • FIG. 11 (a) shows a conventional configuration example of elements that function as the basis of a document processing system of the type described later.
  • Configuration 10 includes a processor of the type such as a CPU or mic processor 11 connected to memory 12 by communication path 13.
  • Memory 12 may be in any ROM and Z or RAM format available now or in the future.
  • the communication path 13 is typically provided as a bus.
  • An input / output interface 16 for user input device 14 and display device 15 (or other user interface) such as a mouse, keyboard, voice recognition system, etc. is also connected to the bus for communication between processor 11 and memory 12.
  • This configuration may be stand-alone, or may be a networked form in which a plurality of terminals and one or more servers are connected, or may be configured in a known manner. Yes.
  • the present invention is not limited by the arrangement of these components, the centralized or distributed architecture, or the communication method of the various components.
  • the present system and the embodiments discussed herein are discussed as including several components and subcomponents that provide various functionalities. These components and sub-components can be realized with hardware only or software alone, not just a combination of hardware and software, to provide the noted functionality. Furthermore, the hardware, software, and combinations thereof can be realized by general-purpose computing devices, dedicated hardware, or combinations thereof. Thus, the configuration of a component or subcomponent includes a general-purpose Z-only computing device that executes specific software to provide the functionality of the component or subcomponent.
  • FIG. 11B shows an overall block diagram of an example of a document processing system.
  • a document is generated and edited.
  • These documents may be described in any language having markup language characteristics, such as XML.
  • markup language characteristics such as XML.
  • the document processing system can be regarded as having two basic configurations.
  • the first configuration is an “execution environment” 101 that is an environment in which the document processing system operates.
  • the execution environment provides basic utilities and functions that support the system as well as the user during document processing and management.
  • the second configuration is an “application” 102 that also includes application capabilities that run in the execution environment. These applications include the document itself and various representations of the document.
  • Programlnvoker 103 program invoking power: program activation unit.
  • Programlnvokerl03 is a basic program that is accessed to activate the document processing system. For example, when a user logs on to a document processing system and starts, Programlnvokerl03 is executed.
  • Programlnvoker For example, the function 103 can read and execute a function stored as a plug-in in the document processing system, start and execute an application, or read a property related to a document.
  • the function of Programlnvokerl03 is not limited to these.
  • Plug-in subsystem 104 is used as a highly flexible and efficient configuration for adding functionality to a document processing system.
  • the plug-in subsystem 104 can also be used to modify or delete functionality that exists in the document processing system.
  • a wide variety of functions can be added or modified using the plug-in subsystem. For example, it is possible to add an Editlet function that works to support the drawing of a document on the screen.
  • the Editlet plug-in also supports editing of vocabularies that are added to the system.
  • the plug-in subsystem 104 includes a Service Broker (service broker: service mediation unit) 1041.
  • ServiceBrokerl041 mediates services added to the document processing system by managing plug-ins added to the document processing system.
  • Service 1042 Individual functions that achieve the desired functionality are added to the system in the form of Service 1042.
  • Available Servicel042 types are: Application service, ZoneFactory (zone factory: zone generator) Service, Editlet (editlet: editor) Service, CommandFactory (command factory: command generator) Service ⁇ C onnectXPath (Connect XPath: XPath Management Department) Service, CSSComputation (CSS Combination: CSS Calculation Department) Services including, but not limited to, these.
  • SCS Combination CSS Calculation Department
  • Command subsystem 105 is used to execute instructions in the form of commands related to document processing.
  • a user can execute an operation on a document by executing a series of instructions. For example, a user edits an XML DOM tree corresponding to an XML document in the document processing system by issuing an instruction in the form of a command, and processes the XML document. These commands may be entered using keystrokes, mouse clicks, or other valid user interface actions.
  • One command may execute more than one instruction. In this case, these instructions are wrapped in one command and executed sequentially. For example, suppose a user wants to replace an incorrect word with a correct word. In this case, the first command is to find the wrong word in the document, the second command is to delete the wrong word, and the third command is to insert the correct word. It may be. These three instructions may be wrapped in one command.
  • the command may have a related function, for example, an "undo" function, which will be described in detail later. These functions may also be assigned to some base classes that are used to create objects.
  • a key component of the command subsystem 105 is a Commandlnvoker (command invoking force: command initiating unit) 105 1 which acts to selectively give and execute a command. Although only one Commandlnvoker is shown in Fig. 11 (b), one or more commands may be executed at the same time.
  • Com mandlnvokerl051 holds functions and classes necessary for executing commands.
  • Command 1052 to be executed is Queue 1 053 is loaded.
  • Commandlnvoker creates a command thread that runs continuously. If there is no Command already running in Commandlnvoker, Commandl052 intended to be executed by Commandlnvoker 1051 is executed.
  • Commandlnvoker If Commandlnvoker is already executing a command, the new Command will be stacked at the end of Queuel053. However, each Commandlnvokerl051 executes only one Command at a time. CommandlnvokerlO 51 executes exception handling when execution of the specified Command fails.
  • Command types executed by Commandlnvokerl051 include, but are not limited to, UndoableCommand (cancelable command) 1054, AsynchronousCommand (asynchronous command) 1055, and VCCo mmand (VC command) 1056.
  • UndoableCommand 10 54 is a command that can cancel the result of the command if the user desires it. Examples of UndoableCommands include cut, copy, and insert text. In operation, when a user selects a part of a document and applies a cut command to that part, the cut-out part can be “cut off, if necessary” by using UndoableCommand. Can be.
  • VCCommand1056 is stored in a Vocabulary Connection Descriptor (VCD) script file. These are user-specified commands that can be defined by the programmer.
  • the Command may be a more abstract combination of Comm and for adding an XML fragment, deleting an XML fragment, or setting an attribute, for example. These commands are specifically focused on document editing.
  • AsynchronousCommand 1055 3 ⁇ 4 This is a command from the system such as loading and saving of a document, and is executed asynchronously separately from UndoableCommand and VCCommand. Async hronousCommand is not an UndoableCommand and cannot be undone.
  • Resourcel09 is an object that provides several functions to various classes. For example, string resources, icons, and default key bindings are examples of resources used in the system. [0080] 2. Application components
  • the application component 102 which is the second main feature of the document processing system, is executed in the execution environment 101.
  • Application component 102 includes the actual document and various logical and physical representations of the document in the system.
  • the application component 102 includes the configuration of the system used to manage the document.
  • the application component 102 further includes a UserApplication (user application) 106, an application core 108, a user interface 107, and a Core Component (core component) 110.
  • UserApplicationl06 is loaded on the system together with Programlnvokerl03.
  • User Application 106 is an adhesive that connects the document, various representations of the document, and the user interface required to interact with the document. For example, suppose a user wants to generate a set of documents that are part of a project. When these documents are loaded, an appropriate representation of the document is generated. The user interface function is added as part of UserApplication06. In other words, UserApplication 106 holds both the representation of the document that allows the user to interact with the document that forms part of the project, and various aspects of the document. And once UserApplication06 is created, whenever the user wants to interact with the documents that form part of the project, the user can easily load UserApplication10 on the execution environment.
  • CoreComponentl 10 provides a way to share documents between multiple panes.
  • Pane displays the DOM tree and handles the physical layout of the screen.
  • a physical screen can also have multiple Pane forces in the screen that depict individual pieces of information.
  • Documents visible to the user from the screen can appear in one or more panes.
  • two different documents may appear in two different panes on the screen!
  • the physical layout of the screen is also in the form of a tree.
  • a Pane can be a RootPane 1084 or a SubPane 1085.
  • RootPanel084 is a Pane that hits the root of Pane's tree
  • SubPane 10 85 is an arbitrary Pane other than RootPanel084.
  • CoreComponentlO also provides fonts and serves as a source of multiple functional operations for documents, such as toolkits.
  • An example of a task performed by CoreComponentl 10 is moving the mouse cursor between multiple panes.
  • Another example of a task to be performed is to mark a part of a document in one pane and copy it onto another pane that contains a different document.
  • the application component 102 consists of documents that are processed and managed by the system. This includes various logical and physical representations of documents within the system.
  • the application core 108 is a configuration of the application component 102. Its function is to keep the actual document with all the data it contains.
  • the application core 108 includes DocumentManager (document manager: document management unit) 1081 and Document (document: document) 1082 itself.
  • DocumentManagerl081 manages Documentl082.
  • DocumentManagerl081 is also connected to RootPanel084, Sub Pane 1085, ClipBoard (clipboard) utility 1087, and Snapshot (snapshot) utility 1088.
  • the ClipBoard utility 1087 provides a way to keep the portion of the document that the user decides to add to the clipboard. For example, a user may want to cut a part of a document and save it in a new document for later review. In such cases, it is added to the clipped partial force SClipBoard.
  • the Snapshot utility 1088 allows the current state of an application to be stored when the application transitions from one state force to another.
  • a user interface 107 that provides a means for a user to physically interact with the system.
  • the user interface allows users to upload, delete, edit, and manage documents. Used for The user interface includes Frame 1071, MenuBar 1072, StatusBar 1073, and URLBar 1074.
  • Frame 071 is considered to be an active area of the physical screen, as is generally known.
  • MenuBarl072 is a screen area that contains menus that provide selection to the user.
  • StatusBarl073 is a screen area that displays the execution status of the application.
  • URLBarl074 provides an area for entering URL addresses to navigate the Internet.
  • FIG. 12 shows the details of DocumentManagerl081. This includes the data structures and structures used to represent the document within the document processing system. For simplicity, the configuration described in this subsection is described using the MVC paradigm.
  • DocumentManagerl081 includes a DocumentContainer (document container: document container) 203 that holds and hosts all the documents in the document processing system.
  • the tool kit 201 attached to Document Managerl081 provides various tools used by DocumentManagerl081.
  • DomService DOM service
  • IOManager input / output manager
  • StreamHandler is a tool that handles uploading documents using bitstreams.
  • the model (M) includes a DOM tree model 202 of the document. As mentioned above, all documents are represented as DOM trees in the document processing system. The document also forms part of the DocumentContainer 203.
  • Zone 209 which is a subset of the DOM tree, contains the associated region of one or more nodes in the DOM tree. For example, only a part of the document can be displayed on the screen, but this part of the visualized document is displayed using the Zone 209.
  • ZoneFactory zone factory: zone generation unit
  • ZoneFactory zone factory: zone generation unit
  • a Zone may use a “namespace” with a power of 1 or more to express part of the DOM.
  • a namespace is a collection of names that are unique within a namespace. In other words, the same name does not exist in the namespace.
  • the Facet 2022 is another configuration within the model (M) part of the MVC paradigm. Facet is used to edit Nodes in the Zone. Facet 2022 organizes access to the DOM using procedures that can be executed without affecting the contents of the Zone itself. As explained next, these procedures perform important and useful operations related to Node.
  • Each Node has a corresponding Facet. Instead of directly manipulating Nodes in the DOM, the integrity of the DOM is protected by using Facet to perform the operations. If the operation is performed directly on Node, several plug-ins can modify the DOM at the same time, resulting in inconsistencies.
  • the DOM standard established by the W3C has the power to define a standard interface for operating Nodes. Actually, there are operations specific to each library or each Node. It is convenient to prepare it as an API. In the document processing system, APIs specific to each node are prepared as Facet and attached to each node. This makes it possible to add useful APIs while complying with the DOM standard. In addition, by adding a specific API to a standard DOM implementation that does not implement a specific DOM for each vocabulary, various vocabularies can be processed in a unified manner. It is possible to appropriately process a document in which multiple bubbly libraries are mixed in any combination.
  • the vocabulary is a set of tags (for example, XML tags) belonging to the namespace. Above As you can see, the namespace has a set of unique names (here, tags). The vocabulary appears as a subtree of the DOM tree that represents the XML document. This subtree contains Z one. In a particular example, tag set boundaries are defined by Zones. Zone 209 is generated using a service called ZoneFactory205. As described above, Zone 209 is an internal representation of a part of the DOM tree that represents a document. A logical representation is required to provide access to some of these documents. This logical representation informs the computer how the document is logically represented on the screen. Canvas 210 is a service that acts to provide a logical layout corresponding to the Zone.
  • the Pane 211 is a physical screen layout corresponding to the logical layout provided by the Canvas 210.
  • the user sees only the rendering of the document with text and images on the display screen. Therefore, the document must be drawn on the screen by the process of drawing characters and images on the screen.
  • the document is rendered on the screen by Canvas 210 based on the physical layout provided by Pane211.
  • a Canvas 210 corresponding to Zone 209 is generated using Editlet 206.
  • the document DOM is edited using Editlet 206 and Canvas 210.
  • Editlet 206 and Canvas 210 use Facet corresponding to one or more Nodes in Zone209. These services do not directly operate Zone and Node in DOM. Facet is operated using Command207.
  • Canvas 210 that provides a logical layout on the screen accepts this cursor operation. Canvas210 can cause Facet to execute the corresponding action.
  • the cursor subsystem 204 functions as a controller (C) of the MVC paradigm with respect to DocumentManager 081.
  • Canvas210 also has a task to handle events. For example, Canvas 210 handles events such as mouse clicks, focus movements, and similar actions triggered by the user.
  • Documents in a document processing system can be viewed from at least four perspectives.
  • Snow 1 Data structure used to maintain document content and structure in the document processing system, 2) Means for editing document content without affecting document integrity, 3)
  • Z one, Facet, Canvas, and Pane represent the components of the document processing system that correspond to the above four viewpoints.
  • UndoManager Undo Manager 2121 holds operations for all documents that may be canceled by the user.
  • the undo subsystem 212 supports such operations.
  • the UndoManager 2121 holds the operation of such an Undoabl eEdit (Undoable Edit) 2122.
  • the controller portion of the MVC may include a cursor subsystem 204.
  • the cursor subsystem 204 also accepts user power. These inputs generally have the nature of commands and Z or editing operations.
  • the cursor subsystem 204 can be thought of as the controller (C) portion of the MVC paradigm associated with DocumentManager1081.
  • Canvas 210 represents a logical layout of a document to be presented on the screen.
  • Canvas 210 may include a box tree 208 that logically represents how the document looks on the screen. This box tree 208 will be included in the view (V) portion of the MVC paradigm associated with DocumentManager 1081.
  • XML documents can be handled by mapping them to other representations. It is also possible to provide an environment in which when the mapped destination expression is edited, the editing is reflected in the original XML document while maintaining consistency.
  • a document described in a markup language such as an XML document, is created based on a vocabulary defined by a document type definition.
  • a bokeh library is a set of tags. Since a vocabulary may be arbitrarily defined, there can be an infinite number of vocabularies. However, it is impractical to provide a dedicated processing Z management environment for each of the many possible bubbly libraries. Vocabulary connection provides a way to solve this problem.
  • a document may be described in two or more markup languages.
  • Documents may be written in, for example, XHTML (.extensible HyperText Markup Language), 3 ⁇ 4 V "G (Scalable Vector Grap hies), MathML (Mathematical Markup Language), or other markup languages.
  • XHTML .extensible HyperText Markup Language
  • 3 ⁇ 4 V "G Scalable Vector Grap hies
  • MathML MathML
  • a markup language may be viewed in the same way as a vocabulary tag set in XML.
  • the vocabulary is processed using a vocabulary plug-in.
  • Documents written in a library where plug-ins are not available in the document processing system are displayed by mapping to documents in another library where plug-ins are available. Because of this feature, it is possible to properly display a document in a library that does not have a plug-in.
  • a vocabulary connection includes the ability to obtain a definition file and map between two different vocabularies based on the obtained definition file.
  • a document written in one vocabulary can be mapped to another vocabulary.
  • the vocabulary connection allows the document to be displayed and edited by the display Z editing plug-in corresponding to the vocabulary to which the document is mapped.
  • each document is generally described in the document processing system as a DOM tree having a plurality of nodes.
  • the “definition file” describes the correspondence between each node and other nodes. It is specified whether the element value and attribute value of each node can be edited. An arithmetic expression using the element value or attribute value of the node may be described.
  • a destination DOM tree to which a definition file is applied is generated using the feature of mapping. In this way, the relationship between the source DOM tree and the destination DOM tree is constructed and maintained.
  • the vocabulary connection monitors the correspondence between the source DOM tree and the destination DOM tree. When user power is also instructed to edit, the vocabulary connection changes the associated node in the source DOM tree. A “mutation event” is issued to indicate that the source DOM tree has changed, and the destination DOM tree is changed accordingly.
  • the vocabulary connection subsystem that is a part of the document processing system provides a function that enables a plurality of expressions of a document.
  • FIG. 13 shows a Vocabulary Connection (VC) subsystem 300.
  • the VC subsystem 300 provides a way to maintain the consistency of two alternative representations of the same document.
  • the two representations may be representations of the same document from two different vocabularies.
  • one may be the source DOM tree and the other may be the destination DOM tree.
  • the functions of the vocabulary connection subsystem 300 are realized in a document processing system using a plug-in called VocabularyConnection301.
  • VocabularyConnection301 For each Vocabulary 305 in which the document is represented, a corresponding plug-in is required. For example, if a part of a document is written in HTML and the rest is written in SVG, a browser library corresponding to HTML and SVG is required.
  • the VocabularyConnection plug-in 301 generates an appropriate VCCanvas (Vocabulary Connection Canvas) 310 for Zone 209 or Pane 211 corresponding to an appropriate Vocabulary 305 document.
  • VCCanvas Vocabulary Connection Canvas
  • changes to Zone209 in the source DOM tree will be changed according to the conversion rules in the corresponding Zone of another DOM tree 306. Is transmitted to.
  • the conversion rule is described in the form of a Vocabulary Connection Descriptor (VCD). For each VCD file corresponding to such a conversion between the source DOM and the destination DOM! /, A corresponding VCMa nager 302 is created.
  • Connector 304 connects the source node of the source DOM tree and the destination node of the destination DOM tree. Connector 304 acts to see modifications (changes) to the source node in the source DOM tree and the source document corresponding to the source node. Then modify the corresponding destination DOM tree node. Connector 304 is the only object that can modify the destination DOM tree. For example, the user can make modifications only to the source document and the corresponding source DOM tree. Connector 304 then makes the corresponding modifications to the destination DOM tree.
  • the connectors 304 are logically linked to form a tree structure.
  • the tree formed by the connector 304 is called ConnectorTree (connector tree).
  • Connect or 304 is generated using a service called ConnectorFactory (connector factory: connector generation unit) 303.
  • ConnectorFactory303 generates Connector304 from the source document and links them to form ConnectorTree.
  • VocabularyConnectionManager r302 holds ConnectorFactory303.
  • the bubbly library is a set of tags in the namespace.
  • Vocabulary 305 is generated for a document by VocabularyConnection 301. This is done by parsing the document file and generating an appropriate VocabularyConnectionManager 302 for mapping between the source DOM and the destination DOM.
  • an appropriate relationship is created between the ConnectorFactory 303 that generates the Connector, the ZoneF actory 205 that generates the Zone 209, and the Editlet 206 that generates the Canvas corresponding to the nodes in the Zone.
  • the corresponding vocabulary connection manager 302 is deleted.
  • Vocabulary 305 generates VCCanvas310.
  • Connector 304 and An initiation DOM tree 306 is generated correspondingly.
  • the source DOM and Canvas correspond to the model (M) and the view (V), respectively.
  • M model
  • V view
  • a bokeh rib laggin Vocabulary plug-ins are provided for major vocabulary libraries such as XHTML, SVG, and MathML.
  • Bobber rib lagins are used in conjunction with the target bobbler. These provide a way to map between vocabularies using vocabulary connection descriptors.
  • mapping is meaningful only when the target vocabulary can be mapped and the method of drawing on the screen is predefined.
  • rendering methods are standards defined by organizations such as W3C, such as XHTML.
  • VCCanvas is used when a vocabulary connection is required.
  • the source canvas cannot be generated because the source view cannot be generated directly.
  • it is generated using VCCanvas force ConnectorTree. This VCCanvas only handles event conversion and does not assist in rendering the document on the screen.
  • the purpose of the vocabulary connection subsystem is to simultaneously generate and maintain two representations of the same document.
  • the second representation is also in the form of a DOM tree, which has already been described as a destination DOM tree. DestinationZone, Canvas and Pane are needed to see the document in the second representation.
  • a VCCanvas When a VCCanvas is created, a corresponding DestinationPane307 is created. In addition, an associated DestinationCanvas 308 and a corresponding BoxTree 309 are generated. Similarly, VCC anvas 310 is associated with Pane 211 and Zone 209 for the source document.
  • DestinationCanvas 308 provides a logical layout of the document in the second representation.
  • DestinationCanvas 308 provides user interface functions such as cursors and selections to depict documents in the destination representation. Events that occur in Destination Canvas 308 are supplied to the Connector.
  • DestinationCanvas308 Notify Connector304 of events specific to the library of mouse events, keyboard events, drag and drop events, and document destination (second) representations.
  • VC vocabulary connection
  • VC vocabulary connection
  • the vocabulary connection command subsystem 313 generates a VCCommand (vocabulary connection command) 315 that is used to execute instructions related to the vocabulary connection subsystem 300.
  • the VCCo mmand can be generated by using the built-in CommandTemplate 318 and by using the script language in the Z or script subsystem 314 to generate the scratch command as well.
  • Command templates include, for example, an “If” command template, “When” command template, and “Insert” command template. These templates are used to create V CCommand.
  • Connector 304 generally includes xpath information. As mentioned above, one of the tasks of the vocabulary connection is to reflect changes in the source DOM tree in the destination DOM tree.
  • the xpath information contains one or more xpath expressions that are used to determine the subset of the source DOM tree that should be monitored for change Z modifications.
  • the source DOM tree is a DOM tree or Zone that represents a document in a vocabulary before being converted to another vocabulary.
  • the node in the source DOM tree is called the source node.
  • the destination DOM tree is a DOM tree or Zone that represents the same document in different vocabulary after being converted by mapping, as described above in connection with the vocabulary connection.
  • the nodes in the destination DOM tree are Called the destination node.
  • ConnectorTree is a hierarchical expression based on a Connector that represents the correspondence between a source node and a destination node.
  • the Connector monitors the source node and modifications made to the source document and modifies the destination DOM tree.
  • the Connector is the only object that is allowed to modify the destination DOM tree.
  • An event is a method for describing and executing a user action executed on a program.
  • programs had to actively gather information to understand user actions and execute them themselves. This means, for example, that after the program initializes itself, it enters a loop that repeatedly checks the user's actions to take appropriate action when the user takes action on the screen, keyboard, mouse, etc. To do. However, this process is cumbersome. In addition, it requires a program that consumes CPU cycles and loops while waiting for the user to do something.
  • the document processing system defines and uses its own events and how to handle these events.
  • a mouse event is an event that occurs from a user's mouse action. User actions involving the mouse can Passed to mouse event by s210. In this way, Canvas can be said to be at the forefront of interaction by users of the system. If necessary, the canvas at the front passes the content related to the event to the child.
  • a keystroke event flows from the Canvas 210.
  • Keystroke events have immediate focus. That is, it relates to work at any moment.
  • the keystroke event input on Canvas210 is passed to its parent.
  • Keystrokes are handled by different events that can handle string insertion.
  • the event that handles string insertion occurs when a character is inserted using the keyboard.
  • Other “events” include, for example, other events that are handled in the same way as drag events, drop events, and mouse events.
  • X HTMLCanvasl06 an example of DestinationCanvas
  • receives events that occur such as mouse events, keyboard events, drag and drop events, and events specific to the library. These events are notified to the connector 304. More specifically, as shown in FIG. 21 (b), the event flow in the VocabularyConnection plug-in 301 is as follows. It passes through the destination DOM tree and ConnectorTree.
  • Programlnvokerl03 is a basic program in the execution environment that is executed to start the document processing system.
  • the User Application 106, 3 ⁇ 4erviceBrokerl04l, Commandlnvokerl051, and Resourcel09 are all connected to Programlnvokerl03.
  • application 102 A component that is executed in the execution environment.
  • ServiceBrokerl041 manages plug-ins that support various functions in the system.
  • Commandlnvokerl051 executes instructions provided by the user and holds classes and functions used to execute the commands.
  • ServiceBrokerl041 will be described in more detail with reference to FIG. 14 (b). As described above, ServiceBrokerl041 manages plug-ins (and related services) that add various functions to the system.
  • Service 1042 is the lowest layer that can add or change features to the document processing system.
  • “Service” consists of two parts, ServiceCategory 401 and ServiceProvider 402. As shown in FIG. 14 (c), one ServiceCategory 401 can have a plurality of related ServiceProviders 402. Each ServiceProvider acts to execute some or all of a specific ServiceCategory. On the other hand, ServiceCategory 401 defines the type of Service.
  • Service is 1) “spot color service” that provides a specific spot color to the document processing system, 2) “application service” that is an application executed by the document processing system, and 3 ) is required throughout the document processing system. It can be classified into three types: “environmental services” that provide special features.
  • FIG. 14 An example of Service is shown in Fig. 14 (d).
  • Application Category is an example of ServiceProvider supported by the system utility.
  • Editlet 206 is a Category
  • HTMLEditlet and SVGEditlet are corresponding ServiceProviders.
  • the ZoneFactory 205 is another Category of Service and has a corresponding ServiceProvider (not shown).
  • a plug-in may be considered a unit consisting of several ServiceProviders 402 and their associated classes that have already been described as providing functionality to the document processing system. Each plug-in has dependencies and ServiceCategory 401 described in the declaration file.
  • Figure 14 (e) shows the further relationship between Programlnvokerl03 and UserApplicationl06 Show details. Necessary documents and data are loaded from the storage. All necessary plug-ins are loaded on ServiceBrokerl041. ServiceBrokerl041 holds and manages all plug-ins. Plug-ins can be physically added to the system, and their functionality can also be loaded by the storage card. When the plug-in content is loaded, ServiceBrokerl041 defines the corresponding plug-in. Next, the corresponding UserApplicationl06 is generated, loaded into the execution environment 101, and attached to Programlnvokerl03.
  • Figure 15 (a) shows further details about the configuration of the application service loaded on Programlnvokerl03.
  • Comm and lnvokerl051 which is a component of the command subsystem 105, activates or executes Commandl052 in Programlnvokerl03.
  • Commandl052 is a command used to process a document such as XML and edit a corresponding XMLDOM tree in a document processing system.
  • Commandlnvokerl05 1 holds classes and functions necessary for executing Commandl052.
  • ServiceBrokerl041 is also executed in Programlnvokerl03.
  • UserApplicationl06 is connected to the user interface 107 and CoreComponentllO.
  • CoreCompone ntl lO provides a way to share documents between all panes.
  • CoreComponentl lO also provides fonts and serves as a toolkit for Pane.
  • FIG. 15 (b) shows the relationship between Framel071, MenuBarl072, and StatusBarl073.
  • FIG. 16 (a) provides further explanation of the application core 108 that holds all documents and parts of the documents and data belonging to the documents.
  • CoreComponentl lO is attached to DocumentManagerl081 that manages document 1082.
  • DocumentManager 1081 is the owner of all documents 1082 stored in memory associated with the document processing system.
  • DocumentManager1081 is also connected to RootPanel 084 to facilitate the display of documents on the screen.
  • the functions of ClipBoardl087, SnapShotl088, Drag & Drop601, and Overlay602 are also attached to CoreComponentl10.
  • SnapShotl088 is used to restore the application state. When the user starts SnapShotl088, the current status of the application is detected and stored. Then, when the application state changes to another state, the contents of the stored state are saved. SnapShotl088 is illustrated in FIG. 16 (b). In operation, SnapShotl088 remembers the previous state so that when an application moves to another URL force, it is possible to seamlessly execute a backward operation and a forward operation.
  • FIG. 17 (a) shows further explanation of DocumentManager1081 and how documents are organized and maintained in DocumentManager.
  • the DocumentManager 1081 manages the document 1082.
  • one of the plurality of documents is RootDocument (root document) 701
  • the remaining documents are SubDocument (subdocument) 702.
  • DocumentManager 1081 is connected to RootDocument 701
  • Root Document 701 is connected to all SubDocuments 702.
  • the DocumentManager 1081 is coupled to the DocumentContainer 203 that is an object that manages all the documents 1082.
  • a tool that opens a part of a tool kit 201 (for example, an XML tool kit) including the DOMService 703 and the IOManager 704 is also supplied to the DocumentManager 1081.
  • DOMService703 generates a DOM tree based on the document managed by DocumentManager1081.
  • Each Document 705 is managed by the corresponding DocumentContainer 203 regardless of whether it is a RootDocument 701 or a SubDocument 702.
  • FIG. 17 (b) shows how documents A to E are arranged in a hierarchy.
  • Document A is RootDocume nt.
  • Document B—D is a SubDocument of Document A.
  • Document E is a SubDocument of Document D.
  • the left side of Fig. 17 (b) shows an example where the same document hierarchy is displayed on the screen.
  • Document A which is a RootDocument, is displayed as a basic frame.
  • Document B—D which is the SubDocument of Document A, is displayed as a subframe in Basic Frame A.
  • Document E which is a SubDocument of Document D, is displayed on the screen as a subframe of Subframe D.
  • UndoManager Undo Manager: Undo Manager
  • UndoWrapper 707 is generated for each DocumentContainer 203.
  • UndoManager 706 and UndoWrapper 707 are used to execute a cancelable command.
  • SubDocument changes are also closely related to Root Document.
  • the undo operation takes into account changes that affect other documents in the hierarchy, for example, to maintain consistency among all documents in a chained hierarchy as shown in Figure 17 (b). Guarantee that.
  • UndoWrapper 707 wraps the undo objects related to SubDocument in DocumentContainer 203 and binds them to the undo object related to RootDocument.
  • UndoWrapper707 collects undo objects that can be used in UndoableEditAcceptor (Undoable EditAcceptor: Undoable Edit Accepting Unit) 709.
  • UndoManager 706 and UndoWrapper 707 are connected to UndoableEditAcceptor 709 and Undo ableEditSource (Undoable Edit Source) 708.
  • Document705 may be an undoableEditSource708 or a source of undoable edit objects.
  • Figures 18 (a) and 18 (b) provide further details about the undo framework and undo commands.
  • UndoCommand 801, RedoCommand 802, and UndoableEditCommand 803 are commands that can be placed on Commandlnvoker 1051 as shown in FIG. 11 (b), and are executed in order.
  • UndoableEditCommand 8 03 is further attached to UndoableEditSource708 and UndoableEditAcceptor709. Examples of "foo" Edit ommand804 and "bar" Edit ommand805i UndoableEditCommand.
  • Figure 18 (b) shows the execution of UndoableEditCommand.
  • First suppose the user edits Document705 using an edit command.
  • UndoableEditA cceptor709 force Document705 DOM tree UndoableEditSource708 It will be
  • Docum ent705 is edited using the DOM API based on the command issued by the user.
  • the third step S3 it is notified that the listener power of the mutation event has been changed. That is, in this step, the listener that monitors all changes in the DOM tree detects the editing operation.
  • UndoableEdit is stored as an object of UndoManager706.
  • UndoableEditAcceptor709 is detected from UndoableEditSource708.
  • UndoableEditSource 708 may be Document 705 itself.
  • Figure 19 (a) shows an overview of how a document is loaded into the document processing system. Each step is detailed in relation to a specific example in Figures 24-28.
  • a document processing system generates a DOM from a binary data stream consisting of data power contained in a document.
  • ApexNode (apex node) is generated for the part of the document that is the target of attention and belongs to the Zone.
  • the corresponding Pane is identified.
  • the identified pane creates a zone and canvas from the ApexNode and the physical screen surface.
  • the Zone then creates Facets for each node and provides the information needed for them.
  • Canvas generates a data structure for rendering nodes from a DOM tree.
  • a DOM tree 902 of the document is generated.
  • a corresponding DocumentContainer 903 is generated to hold the document.
  • DocumentContainer 903 is attached to DocumentManager 904.
  • a DOM tree includes a root node and sometimes multiple secondary nodes.
  • the DOM tree may have, for example, an SVG subtree as well as an XHTML subtree.
  • the XHTML subtree has an XHTML ApexNode905.
  • SVG sub-tree has SVG ApexNode906.
  • step 1 the ApexNode906 force screen has a logical layout with Pane907. It is pushed.
  • Pane907 requests a ZoneFactory for ApexNode906 from CoreComponent PaneOwner (pane owner) 908.
  • PaneOwner908 returns a ZoneFactory and an Editlet that is a CanvasF actory for ApexNode906.
  • Step 4 a Pane907 force 3 ⁇ 4one909 is generated. Zone909 is attached to Pane907.
  • Zone909 generates a facet for each node and attaches to the corresponding node.
  • the Pane907 force Canvas 910 is generated. Canv as910 is attached to Pane907.
  • Canvas910 includes various commands.
  • Step 7 the Canvas 910 builds a data structure for rendering the document on the screen. For XHTML, this includes a box tree structure.
  • Figure 19 (b) shows an overview of the Zone configuration using the MVC paradigm.
  • the model (M) since Zone and Facet are inputs related to the document, the model (M) includes Zone and Facet. Since the canvas and the data structure for rendering the document on the screen are the output that the user sees on the screen, the view (V) corresponds to the canvas and the data structure. Since Command performs control operations on the document and its various relationships, Control contains the Command contained in the Canvas.
  • the document used in this example contains both text and images.
  • Text is represented using XHTML, and images are represented using SVG.
  • Figure 20 details the MVC representation of the relationship between the document components and the corresponding object.
  • DocumentlOOl is attached to DocumentContainer 1002 that holds Document 1001.
  • the document is represented by a DOM tree 1003.
  • the DOM tree includes ApexNodel004.
  • ApexNode is represented by a black circle. Nodes that are not vertices are represented by white circles. A Facet used to edit a node is represented by a triangle and is attached to the corresponding node. Since a document has text and images, the DOM tree for this document contains an XHTML part and an SV G part.
  • ApexNodel004 is the top node of the XHTML subtree. This Is attached to XHTMLPanelO 05, the top pane for the physical representation of the XHTML part of the document. ApexNodel004 is also attached to XHTMLZ onel006, which is part of the document's DOM tree.
  • Facet corresponding to Nodel004 is also attached to XHTMLZonel006.
  • XHTMLZone 1006 is attached to XHTMLPanel005.
  • XHTMLEditlet generates XHTMLCanvasl007, which is a logical representation of the document.
  • XHTMLCanvasl007 is attached to XHTMLPane 1005.
  • XHTMLCanvasl007 creates BoxTreel009 for the XHTML component of Document 1001.
  • Various Commandl008 required to hold and render the XHTML part of the document are also added to XHTMLCanvasl007.
  • ApexNodelOlO in the document's SVG subtree is attached to SVGZone 1011 that is part of the DOM tree of Document 1001 that represents the SVG component of the document.
  • ApexNodelOlO is attached to SV GPanelO 13, which is the highest Pane in the physical representation of the SVG part of the document.
  • SVGCanvas 1012 representing the logical representation of the SVG part of the document is generated by SVGEditlet and attached to SVGPanel013.
  • Data structures and commands for rendering the SVG portion of the document on the screen are attached to the SVGCanvas.
  • the data structure may include circles, lines, rectangles, etc. as shown.
  • Figure 21 (a) shows a simplified MV relationship in the XHTM L component of document 1001.
  • the model is XHTMLZone 1101 for DocumentlOOl's XHTML component.
  • the XHTMLZone tree contains several Nodes and their corresponding Facets.
  • the corresponding XHTMLZone and Pane are part of the model (M) part of the MVC paradigm.
  • the View (V) part of the MVC paradigm is the corresponding XHTML Canvasl 102 and BoxTree of DocumentlOOl's XHTML component.
  • the XHTML portion of the document is rendered on the screen using the Canvas and the commands it contains. Events such as keyboard and mouse input proceed in the reverse direction as shown.
  • SourcePane has an additional function: the role as a DOM holder.
  • Figure 2 1 (b) provides a vocabulary connection to the DocumentlOl component shown in Figure 21 (a).
  • SourcePanel 103 which acts as a DOM holder, contains the document's source DOM tree.
  • ConnectorTree is created by ConnectorFactory and creates DestinationPanel 105 that also functions as the destination DOM holder.
  • DestinationPanel 105 is laid out in the form of a box tree as XHTMLDestinationCanvasl 106.
  • FIGS 22 (a)-(c) show further details related to the plug-in subsystem, the library connection, and the connector, respectively.
  • Plug-in subsystems are used to add or replace functionality in a document processing system.
  • the plug-in subsystem includes ServiceBrokerl041.
  • a ZoneFactoryServicel 201 attached to ServiceBrokerl041 generates a Zone for a part of a document.
  • EditletService 1202 is also attached to ServiceBroke rl041.
  • EditletServicel202 generates Canvas corresponding to Node in Zone.
  • ZoneFactory examples are XHTMLZone Factoryl211 and SVGZoneFactoryl 212 that generate XHTMLZone and SVGZone, respectively.
  • the text component of the document may be represented by generating XHTMLZone, and the image may be represented using SVGZone.
  • EditletService examples include XHTMLEditle U221 and SVGEditletl222.
  • Figure 22 (b) shows further details related to the vocabulary connection.
  • the vocabulary connection is an important feature of a document processing system, and enables consistent expression and display of documents in two different ways.
  • the VCManager 302 that holds the ConnectorFactory 303 is a part of the vocabulary connection subsystem.
  • ConnectorFactory 303 generates a connector 304 for the document.
  • the Connector monitors the nodes in the source DOM and modifies the nodes in the destination DOM to maintain consistency between the two representations.
  • Template 317 represents the conversion node of several nodes.
  • a vocabulary connection descriptor (VCD) file contains an element or set of elements that satisfy a particular path or rule.
  • VCD vocabulary connection descriptor
  • a list of Templates representing some rules to convert to other elements.
  • Template 317 and Command Template 318 are all attached to VCManager 302.
  • VCManager is an object that manages all sections in a VCD file. One VCManager object is created for one VCD file.
  • FIG. 22 (c) provides further details related to the Connector.
  • ConnectorFactory303 generates a connector such as “No ⁇ ”.
  • ConnectorFactory303 is attached to Vocabulary ⁇ Tempplate ⁇ and ElementTemplate, and VocabularyConnector ⁇ TempplateConnector, Element and onnector are generated * f, respectively.
  • the VCManager 302 holds a ConnectorFactory 303.
  • the corresponding VCD file is read to generate the Vocabulary.
  • ConnectorFactory303 is generated.
  • the onnectorFactory30d is related to the ZoneFactory that generates the Zone and the Editlet that generates the anvas.
  • VCCa nvas also creates an ApexNode Connector in the source DOM tree or Zone. Child connectors are generated recursively as needed. ConnectorTree is created by a set of templates in a VCD file.
  • a template is a collection of rules for converting elements of a markup language into other elements. For example, each template is matched to the source DOM tree or Zone. If it matches properly, a vertex connector is created. For example, the template “/ * / D” matches all branches that start with node A and end with node D, regardless of what nodes are in between. Similarly, “ ⁇ B” matches all “B” nodes from the root.
  • FIG. 23 shows an example of a VCD script using VCManager and ConnectorFactoryTree for the MySampleXMLj file. It shows the vocabulary section, template section and corresponding components in VCManager in the script file.
  • vcd vocabulary
  • the attributes “match_ ⁇ 3 ⁇ 4“ sample: root ”,“ label ”are“ MySampleXML ”,“ caU—temp “late” is a sample template.
  • Vocabulary includes a vertex element as “sample: root” in VCManager of “MySampleXML”.
  • the corresponding UI label is “MySampleXML”.
  • the tag is “vcd: template” and the name is “sample: template”.
  • FIG. 24 (a) shows a detailed description of loading the document “MySampleXML”.
  • the document is loaded from the storage 1405.
  • DOMService generates DocumentContainerl401 corresponding to DOM tree and DocumentManagerl406.
  • DocumentContainerl401 is attached to DocumentManagerl406.
  • the document contains XHTML and MySampleXML subtrees.
  • XHTML ApexNode 1403 is the top node of XHTML with the tag “xhtml: html”.
  • “The ApexNodel404 of MySampleX MLJ is the top node of“ MySampleXML ”with the tag“ sample: root ”.
  • RootPane In step 2 shown in FIG. 24 (b), RootPane generates XHTMLZone, Facet, and Canvas of the document. It is generated corresponding to Panel407, XHTMLZonel408, XHTMLCanvasl409, and BoxTreel410 force ApexNode 1403.
  • step 3 shown in Fig. 24 (c) a tag "sample: root” that XHTMLZone does not know is found, and a SubPane is generated from the XHTMLCanvas area.
  • Step 4 shown in FIG. 25 SubPane can handle “sample: root”, and generate an appropriate Zone.
  • This ZoneFactoryi; ZoneFactory line is located in the correct Vocabulary. It contains the contents of the VocabularySection of “MySampleXML”.
  • step 5 shown in FIG. 26 Vocabulary corresponding to “MySampleXML” generates Default Zonel 601. A corresponding Editlet is generated and SubPanel501 is provided to generate the corresponding Canvas. Editlet generates VCCanvas. And that is called Template3 ⁇ 4ection. Connectorractory freet a.3; And onnectorFactoryTree becomes ConnectorTree and generates all connectors.
  • each Connector is a destination DOM object. Generate Some of the connectors contain xpath information.
  • the xpath information contains one or more xpath expressions that are used to determine the subset of the source DOM tree that needs to be monitored for change Z modifications.
  • step 7 shown in Figure 28 the vocabulary creates a DestinationPane for the destination DOM tree from the source DOM pane. This is done based on the SourcePane.
  • the ApexNode of the destination tree is set to DestinationPane and the corresponding Zone.
  • the DestinationPane is provided with its own Editlet that creates a DestinationCanvas and builds the data structure and commands for rendering the document in the format of the testtion.
  • Figure 29 (a) shows the flow when an event occurs on a node that does not have a corresponding source node and exists only in the destination tree.
  • Events acquired by Canvas such as mouse events and keyboard events, pass through the destination tree and reach the ElementTemplateConnector izs. Since ElementTemplateConnector does not have a corresponding node, the transmitted event is not an editing operation on the source node. If the ElementTemplateConnector matches the command set in the OmmandTemplate, the corresponding Action will be executed. If there is no matching command, ElementTemplateConnector ignores the transmitted event.
  • Fig. 29 (b) shows the flow when an event occurs on the node of the destination tree associated with the source node by TextOfConnector.
  • TextOfConnector gets the node force text node specified by the XPath of the source DOM tree and maps it to the node of the destination DOM tree.
  • Events acquired by Canvas, such as mouse events and keyboard events, pass through the destination tree and are transmitted to the Text OlConnector.
  • TextO! Connector maps the transmitted event to the edit command of the corresponding source node and loads it on Queuel053.
  • An edit command is a set of DOM API calls that are executed via Face t. When the queued command is executed, the source node is edited.
  • TextOfConnector changes the source node to the corresponding destination -Rebuild the destination tree to reflect on the node.
  • ConnectorFactory re-evaluates this control statement and reconstructs TextOfConnector, and then the destination. The tree is rebuilt.
  • the creator of a web page can control a ActiveX control using a VB script and create a web page having various functions.
  • the ActiveX control itself has a black box inside, and it is not possible to customize the functions of the ActiveX control freely or to operate multiple ActiveX controls in direct linkage.
  • the present inventor has realized that the XML processing technology described in the base technology is a technology suitable for solving such a problem.
  • the conventional general application stores the data necessary for its own operation in a binary format that has been uniquely defined. Therefore, unless there is a special API that allows external reference, the internal data It was a force that could not be used with reference to external force.
  • the data used by the application in XML format, it is possible to easily refer to the data from other applications using the technology described in the prerequisite technology.
  • the document processing apparatus 20 of the base technology holds the XML document in the DOM format, the data can be freely accessed from the outside using an API provided by the DOM as a standard. Using this kind of “white box” technology, a more flexible programming paradigm can be constructed.
  • the present inventor has further advanced the XML processing technology described in the base technology, and has come up with a new XML usage technology as described later.
  • Figures 30 (a), (b), and (c) show examples of the data structure of the XML document to be processed.
  • the simplest example is an XML document written in a single vocabulary, as shown in Figure 30 (a).
  • the processing system of this XML document is, for example, a web page written in XHTML. It is only necessary to be able to process XML documents described in a specific vocabulary, such as a browser that displays a page.
  • the present applicant has a component of a certain vocabulary (indicated by white circles) and a configuration of another vocabulary.
  • a document processing device that can properly process XML documents with mixed elements (indicated by black circles in the figure).
  • the main control unit 22 which is an example of the activation unit, for an XML compound document that combines various XML libraries.
  • the view can be constructed and the XML compound document can be edited according to the user's editing operation.
  • processing systems may be hard-coded plug-ins (for example, HTML unit 50 or SVG unit 60) developed by Java (registered trademark), etc., and are described in the definition file and executed by VC unit 80.
  • script-based If it is a major vocabulary such as XHTML, a hard code plug-in is prepared, and if it is a user's private vocabulary, it will be described in a definition file.
  • a document described in XHTML (elements with white circles) is replaced with a partial document described with a vocabulary for displaying graphs (elements with black circles). It is possible to insert and place a graph on the screen of an XHTML document.
  • the present inventor has realized that a more free and flexible processing system execution environment can be provided by using such a framework.
  • the processing system is not limited to just displaying and editing a certain XML, but may perform various processing more freely.
  • the server may be accessed through the Web Service API based on the data in the XML fragment, or natural language processing such as summarization and translation may be performed.
  • XML fragment is also an argument when starting the processing system, but also plays a role of heap memory used during operation It will be.
  • the document processing device 20 of the base technology places a “tag” for starting a procedure (processing system) in the XML document, and designates an argument as an attribute (attribute) or surrounds it with a tag. It can be seen that this is a unique program execution environment in which the procedure is executed with the specified text part as the operation target.
  • a data structure as shown in Fig. 30 (c) is proposed as the data structure of a new XML document.
  • the hatched component 25 has pointer information to other data 26 in the document.
  • the processing system in charge of the vocabulary to which the component 25 belongs operates by referring to the data 26 indicated by the pointer information.
  • the actual data of the graph is not described in the graph display library as shown in Fig. 30 (b).
  • Generate a graph with reference to other data By adopting such a data structure, it is possible to construct an application that operates by referring to other data in the document or data of another document.
  • the document processing apparatus refers to the namespace of the component included in the document and activates an appropriate processing system. Accordingly, in the example of FIG. 30 (c), the component 25 indicated by diagonal lines has a function of starting the processing system for displaying the graph. Then, the activated processing system operates by referring to the data 26 pointed to by the pointer information of the component 25 rather than processing the component existing under the component 25. This component 25 also has the function of “anchor” indicating the arrangement position of the graph in the document.
  • the pointer information included in the constituent element 25 may be specified as an attribute of the constituent element 25, or may be specified as an element value of the constituent element 25 itself or a subordinate constituent element. Parameter information necessary for the operation of the processing system may be described in the XML fragment containing the component 25!
  • the processing system can use the data outside the fragment that it is responsible for as an argument that adjusts its own operation, or use it as a heap area.
  • the fragment part only the reference position is entered in the xpath expression, etc., and the actual value is at the end of the xpath expression. In other words, it is equivalent to passing a pointer to the function argument.
  • the data in the document can be referenced by any application using the DOM API, providing a new programming environment that can use the data in the document held as the DOM as a shared memory. Is done.
  • the component 25 for starting the application is described, and the application started by using the component 25 refers to the pointer information of the component 25 and stores other data 26 of the document. Use as shared memory. In this way, a new programming paradigm is realized in which documents and applications work together seamlessly.
  • the document processing device 20 Since the document processing device 20 has a function of notifying the change by a mutation event when the DOM is changed, the data 26 referred to by the graph display processing system is stored. Even if it is changed by another processing system, the change can be appropriately reflected by notifying the processing system for graph display of the change. In this way, even when multiple applications are operating with reference to the same data, the data can be linked appropriately, so that multiple applications can be easily linked to operate. .
  • the fact that multiple processing systems operate with reference to the same pointer is, in other words, the cooperation of processing systems that use XML documents as shared memory.
  • a calculation procedure could be started by entering a calculation formula in a cell. Also, when embedding a graph, it is common to specify a range of cells to be referenced and generate a graph using the data in that cell. It can be said that the technology of the present embodiment brings this model into an XML compound document and incorporates features unique to XML.
  • FIGS. 31 (a) and 31 (b) show examples of pointer information.
  • Figure 31 (a) shows an example where the pointer information is described as an xpath expression.
  • pointer information indicating the position of data 26 to be referred to by the processing system is described by an xpath expression.
  • the processing system can know the position of the data 26 to be referred to by this xpath expression.
  • FIG. 31 (b) shows an example in which the pointer information is given as conceptual information.
  • the component 25 includes clearly standardized conceptual information that conceptually indicates the position of the data 26 to be referred to by the processing system as an element value or an attribute value.
  • the “clearly defined conceptual information” may be conceptual information based on ontology technology, for example.
  • a concept solution engine 27 is provided to interpret the concept information and identify actual data.
  • the concept solution engine 27 acquires the concept information and converts the concept information into, for example, a tag name.
  • tag names such as “important”, “important”, “confidential”, etc., for example.
  • the processor should refer to the data with tags such as ⁇ Important> in the document.
  • tags such as ⁇ Important> in the document.
  • semantic type information may be, for example, semantic type information based on ontology technology. For example, when the concept of “important” is designated as the pointer information, information such as “businessly” or “sales” may be designated as the semantic type information. In addition, if the concept of “money” is specified as pointer information, the semantic type information Information such as “sales money”, “recommended retail price”, and “borrowing money” may be designated as the information. This allows the processor to check semantic type consistency.
  • Figures 32 (a) and 32 (b) are diagrams for explaining the mechanism for notifying the change of the DOM.
  • FIG. 1 shows the mechanism of a mutation event in the document processing apparatus 20 of the base technology.
  • the processor 29 designates the node whose change should be monitored by an xpath expression or the like, and registers it as a listener for the mutation event.
  • the DOM unit 30 issues a mutation event to the registered listener when the DOM changes.
  • Figure 32 (b) shows the mechanism of the mutation event newly proposed in this embodiment.
  • the document processing device 20 is newly provided with a notification unit 28 that mediates notification of mutation events.
  • the notification unit 28 receives the designation of the node to be monitored from the processing system 29.
  • the DOM unit 30 notifies the notification unit 28 to that effect.
  • the notification unit 28 monitors the changed node and issues a mutation event to the processing system 29.
  • the notification unit 28 may accept a node to be monitored by the processing system 29 by an xpath expression, but in order to provide a more flexible and versatile programming environment, it is based on clearly standardized conceptual information. Specification may be accepted.
  • the notification unit 28 when notified of the DOM change, sends the tag name of the node to the concept resolution engine 27 and the concept resolution engine 27 sends the concept information corresponding to the tag name. get.
  • the notification unit 28 issues a mutation event to the processing system 29 in which the acquired concept information is registered. Thereby, the processing system 29 can request the notification unit 28 to notify, for example, when “important information” is changed.
  • the notification unit 28 receives a mutation event from the DOM unit 30, the notification unit 28 determines whether the changed node corresponds to “important information” using the concept resolution engine 27, and the notification is performed. If so, the processor 29 is notified of the DOM change.
  • the processing system of the namespace library to which the component 25 belongs that is, the processing system activated by the component 25 may be provided as a part of a customizable application.
  • this processing system is referred to as a “view template” in the sense of the components that make up the document view.
  • the view template may be provided as a script-based definition file or a hard-coded plug-in.
  • pointer information indicating the data to be referred to by the processing system is stored in the component 25.
  • other information necessary for the processing system may be described.
  • pointer information can be specified as clearly standardized conceptual information. It is also possible to specify data to be referenced using conditional expressions that combine arithmetic operations, logical operations, natural language processing, and other arbitrary operations.
  • FIG. 33 shows a configuration of the document processing apparatus according to the embodiment.
  • the document processing apparatus 100 includes a view template control unit 70, an acquisition unit 71, and a view template 78 in addition to the configuration of the document processing apparatus 20 of the base technology shown in FIG.
  • the view template control unit 70 includes a presentation unit 72, a reception unit 74, and an editing unit 76.
  • the acquisition unit 71 acquires a document to be processed.
  • the view template 78 is a processing system that expresses a predetermined function by using data included in a document, and is a component part of a document editing screen.
  • the presentation unit 72 presents a view template 78 that can be used in the document processing apparatus 100 to the user.
  • the presentation unit 72 may present a list of view templates 78 installed in the document processing apparatus 100 on the display screen, or select an available view template 78 according to the content of the document being edited. May be presented. For example, if you are editing an SVG document, select a view template 78 that can be inserted into the SVG document and submit it.
  • the receiving unit 74 receives an instruction to add the view template 78 to the document from the user.
  • the reception unit 74 moves to the position.
  • An instruction to insert view template 78 may be accepted.
  • the editing unit 76 When the receiving unit 74 receives an instruction to insert a view template 78, the editing unit 76 has a component (tag) for starting the view template 78 at the position instructed to be inserted in the document. Insert. At this time, the editing unit 76 may present a screen for accepting a range of data used by the view template 78 for operation, and accept the designation of data from the user. The editing unit 76 also uses a view template 78 for the operation. The range of the data may be automatically determined. The editing unit 76 describes pointer information of data used by the view template 78 for operation in the document. The editing unit 76 may further describe parameters necessary for the operation of the view template 78 in the document by accepting the user power or automatically determining the parameters.
  • the main control unit 22 activates a processing system for processing the component, that is, the view template 78, and the view template 78 is activated.
  • the view provided by 78 is displayed on the document editing screen. Thereafter, the functions provided by the view template 78 can be used on the document editing screen.
  • FIG. 34 shows an example of a document editing screen.
  • a view template palette 98 is displayed by the presentation unit 72.
  • the document being edited contains information such as personal schedules, tasks, emails, etc.
  • no view is given to the information, so it is displayed. Absent.
  • the receiving unit 74 receives the request. Then, the editing unit 76 inserts a component for starting the schedule display view template 78 at a predetermined position of the document. At this time, the editing unit 76 describes the pointer information of the part storing the schedule information in the document as the attribute value of this component.
  • FIG. 35 shows an editing screen in a state where the view template 78 for schedule is activated.
  • the main control unit 22 which is an example of the startup unit, processes the view template 78, That is, the schedule view template 78 is activated, and the schedule information 99 described in the portion pointed by the pointer information is displayed in a table format.
  • a view template 78 having various functions prepared for general purposes can be added to a document, and a functional document can be easily constructed. be able to.
  • the function called “view template” in the first embodiment is a processing system (component) that provides a general-purpose VC function.
  • AVC Adaptive Vocabulary Component
  • FIG. 36 shows a configuration of the document processing apparatus according to the present embodiment.
  • a document processing apparatus 100 according to the present embodiment includes an AVC control unit 3000 instead of the view template control unit 70 and the view template 78 of the document processing apparatus 100 according to the first embodiment shown in FIG.
  • the AVC control unit 3000 is an AVC component 3010 for table display, AVC component 3020 for chart display, AVC component 3030 for UI parts display, AVC component 3040 for tree display, and their AVC components.
  • AVC property setting section 3002 that sets the property information necessary for the operation of this.
  • FIG. 37 shows an example of an XML document in which AVC component properties are inserted.
  • This XML document is described in a “doc” library for describing word book data.
  • An element “page” that is a child element of the root element “doc” indicates a page of the word book, and a plurality of elements “page” are provided according to the number of pages.
  • Each element “ P age” includes an element “english” for storing English notation and an element “japanese” for storing Japanese notation.
  • an AVC property 3 012 describing property information necessary for the operation of the AVC component for table display 3010 is inserted.
  • the AVC property 3012 is described by a table display vocabulary “tbl” that can be processed by the table display AVC component 3010.
  • the AVC property 3012 is described by using the “avc” for describing the AVC property corresponding to the “tbl” library and the “doc” library.
  • the vocabulary that describes the original XML document, here “doc” is called “host vocabulary”
  • the vocabulary that describes the inserted AVC property, and here rtblj is “guest vocabulary” Or “AVC vocabulary” t.
  • the element “column” that stores the data of each column of the table has two "pro" "perty” element as a child element.
  • property information that refers to the element force “english” of the host force library “labeH: ransferl” is recorded.
  • the parameter “labeH: ransfer2” refers to the element “japanese” of the host library, the property information is recorded!
  • the AVC component for table display 3010 refers to this property information, and substitutes and displays the values of the elements “english” and “japanese” of the host vocabulary in each column of the table. In this way, data of an arbitrary document can be passed to a processing system having general functions such as the AVC component for table display 3010 and processed.
  • FIG. 38 shows the procedure of the document processing method according to the present embodiment.
  • the host vocabulary processor is instructed to insert the AVC property template of the AVC component instructed in the source DOM. Insert in position (S 12).
  • This function may be handled by the main control unit 22 of the document processing apparatus 20 or the AVC control unit 3000.
  • An AVC component insertion instruction may be accepted when a menu or command is selected, and an AVC component icon or the like may be dropped at the insertion position on the document display screen. You can accept insert instructions! Refer to the schema of the host vocabulary to determine whether or not the AVC property can be inserted at the indicated position. If it does not comply with the schema, the insertion may not be accepted.
  • the host library processing system requests the main control unit 22 to delegate the processing.
  • the main control unit 22 selects an AVC component as a processing system capable of processing the AVC property and instructs the processing (S18).
  • the AVC component 3010 for table display is selected.
  • AVC components that have been delegated processing are able to process and display AVC properties.
  • only the template is inserted, and the property value entity is not set.
  • the C component calls the AVC property setting unit 3002 to set the AVC property (S20).
  • the AVC property setting unit 3002 requests the AVC component to present a dialog screen for accepting the setting of the AVC property (S22).
  • This dialog screen is prepared as a library in which AVC components can be used in common, and the AVC component generates a dialog screen displaying property information that needs to be set and presents it to the user (S24).
  • This dialog screen for example, a list of property information to be set, a preview of the screen to be displayed, and data that can be referred to by the AVC component, that is, a list of elements and attributes included in the document are presented. Also good.
  • User force Select the element to be set in the table column, row, label, etc. from the list of elements included in the document, and set the correspondence by dragging and dropping it on the property information list screen. You may be able to do it.
  • the AVC component accepts the property setting information and sets it in the node corresponding to the A VC property inserted in the source DOM.
  • the property value thus written is written (S28).
  • a mutation event is issued by the DOM unit 30 (S30), and the AVC component processing system AVC property processing event is received in response to the AVC property processing system (S32). ).
  • the function of the AVC component is expressed and the display desired by the user is made (S34).
  • An example of the displayed screen is shown in Fig. 39.
  • the screen shown in Fig. 39 is displayed according to the following procedure.
  • the main control unit 22 dispatches the processing system to the root element and processes the host vocabulary. Since the processing system of the host vocabulary cannot process the inserted AVC vocabulary, a pane is assigned to the part described in the AVC vocabulary and the processing is transferred to another processing system.
  • the main control unit 22 selects an AVC component as the processing system of the AVC vocabulary, and the selected AVC component generates a view with reference to the AVC property. In this way, the display screen shown in FIG. 39 is obtained.
  • the main control unit 22 dispatches the processing system to the root element and processes the host vocabulary. Since the processing system of the host vocabulary cannot process the inserted AVC vocabulary, a pane is assigned to the part described in the AVC vocabulary and the processing is transferred to another processing system.
  • the main control unit 22 selects an AVC component as the processing system of the AVC vocabulary, and the selected AVC component generates a view with reference to the AVC property. In this way, the display screen shown in
  • an AVC property is inserted into an XML document, and an AVC component is activated as an AVC property processing system to express an AVC function.
  • an AVC component is activated as an AVC property processing system to express an AVC function.
  • FIG. 40 shows the configuration of the document processing apparatus according to the present embodiment.
  • an AVC property setting unit 3002 in addition to the configuration of the document processing apparatus 100 of the second embodiment shown in FIG. 36, an AVC property setting unit 3002 includes an AVC property generation unit 3004 and a definition file generation. Part 3006 is further included. Other configurations and operations are the same as those in the second embodiment.
  • the AVC property generation unit 3004 inserts the AVC property 3012 into the source document as shown in FIG. It is different from the source document.
  • the definition file generator 3006 generates a module for reading an AVC property file. Here, a script-based definition file using the VC function is generated.
  • FIG. 41 shows the procedure of the document processing method according to the present embodiment.
  • the AVC property setting unit 3002 obtains a list of AVC components that are registered and available in the document processing apparatus 100, presents them to the user, and accepts selection of AVC components to be used by the user (S52). .
  • AVC property setting unit 3002 When receiving the selection of the AVC component to be used (S54), the AVC property generation unit 3004 receives the setting of the parameter required for the operation of the AVC component.
  • the AVC property generation unit 3004 When the user sets property information using the dialog screen (S62), the AVC property generation unit 3004 generates an AVC property file.
  • the AVC component requests the definition file generation unit 3006 to present a definition file registration dialog screen (S64).
  • the definition file generator 3006 queries the user for the registration name of the definition file (S66).
  • the definition file name is received from the user (S68)
  • it is called as the processing system for the source document or Apex element in the specified zone.
  • a definition file to be generated is generated and registered so that the document processing apparatus 100 can be used (S70).
  • This definition file includes an instruction to read the AVC property file, and also includes an instruction to delegate the processing of the read AVC property to another appropriate processing system, that is, an AVC component.
  • the AVC property setting unit 3002 switches the processing system to the generated definition file (S72).
  • the AVC property file is read and the processing is delegated to the AVC component.
  • the AVC component to which processing has been delegated refers to the AVC property file that stores information for identifying the data to be used, identifies the data to be used by the AVC component from the data included in the document, and is identified.
  • the specified function is expressed using the collected data, and a view is generated and displayed (S74). In this way, using the information set in the AVC property, the function of the AVC component is expressed and the display desired by the user is made.
  • an instruction to specify the processing system to be applied may be described as PI.
  • the processing system can be specified without affecting the document notification.
  • a PI that specifies the processing system may be described for each zone in which the processing system is switched. Mastery When the processing unit is assigned to the Apex element, the control unit 22 preferentially assigns the processing system if a PI specifying the processing system is described. By using this function, you can preferentially assign AVC components and express the AVC function by specifying the definition file generated to call the AVC function as PI.
  • the power described as an example of processing an XML document can also process a document described in other markup languages such as SGML and HTML. It can be processed similarly.
  • the present invention can be applied to a document processing apparatus that processes a document structured in a markup language.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

 マークアップ言語により構造化されたデータを適切に処理する技術を提供する。  ビューテンプレート78は、文書中のデータを利用して動作し、所定の機能を発現する。提示部72は、利用可能なビューテンプレート78をユーザに提示する。受付部74は、ユーザから、文書にビューテンプレート78を挿入する指示を受け付ける。編集部76は、受付部74がビューテンプレート78の挿入指示を受け付けたときに、文書中の挿入を指示された位置に、そのビューテンプレートを起動するための構成要素(タグ)を挿入する。編集部76は、さらに、ビューテンプレートの動作に必要なパラメータなどを文書に記述する。

Description

明 細 書
文書処理装置及び文書処理方法
技術分野
[0001] 本発明は、文書処理技術に関し、特に、マークアップ言語により記述された文書を 処理する文書処理装置及び方法に関する。
背景技術
[0002] 近年、インターネットを利用した技術の進歩が目覚ましぐ我々は、世界中の様々な 情報にアクセスできるようになつている。以前は、 HTMLで記述されたテキストベース のウェブページが主流であった力 インフラの整備が進んだ現在、ウェブページに画 像、音楽、動画を貼り付けるなど、リッチな表現が主流となっている。
[0003] さらに、単にウェブページで情報を配信するだけでなぐウェブページにスクリプトな どを記述して、さまざまな機能を実現できるようになつている。例えば、 ActiveXコント ロールとして開発されたアプリケーションを、 VBスクリプトで制御することにより、ゥェ ブページ上でも様々なアプリケーションを動作させることができる。
発明の開示
発明が解決しょうとする課題
[0004] しかしながら、 ActiveXコントロール自体は内部がブラックボックス化されて 、るので 、 ActiveXコントロール同士を相互に直接連携させて動作させるようなアプリケーショ ンは実現できない。本発明者は、更に柔軟で拡張性、汎用性の高いアプリケーション の開発環境を提供するために、新たなプログラミング又はスクリブティングの技術思想 を想到するに至った。
[0005] 本発明はこうした状況に鑑みてなされたものであり、その目的は、マークアップ言語 により構造化されたデータを適切に処理する技術を提供することにある。
課題を解決するための手段
[0006] 上記課題を解決するために、本発明のある態様の文書処理装置は、所定のタグセ ットにより記述された文書を取得する文書取得部と、前記文書の構成要素が属するタ ダセットを処理する処理系と、を備える。前記文書に含まれる構成要素が、その構成 要素が属するタグセットを処理する処理系が動作するときに参照する文書中の他の データを指し示すポインタ情報を含んでいるときに、前記処理系は、前記ポインタ情 報により指し示されたデータを参照して動作する。
[0007] 前記ポインタ情報は、 xpath式で記述されてもよい。前記ポインタ情報は、明確に 規格化された概念情報であってもよい。前記文書処理装置は、前記ポインタ情報が 前記概念情報として与えられたときに、前記概念情報に基づいて、前記ポインタ情報 が指し示すデータを特定する解決部を更に備えてもよい。
[0008] 複数の構成要素が同一のデータを指し示すポインタ情報を含んでいるときに、それ ぞれの構成要素が属するタグセットを処理する複数の処理系は、前記データを共有 メモリとして利用してもよい。
[0009] 前記文書から、文書オブジェクトモデルデータを生成して管理する管理部を更に備 えてもよい。前記処理系は、前記管理部が提供するインタフェイスを介して前記ボイ ンタ情報により指し示されたデータを参照してもよい。前記管理部は、前記文書ォブ ジェクトモデルデータが変更されたとき、前記処理系にその旨を通知し、前記処理系 は、前記管理部力も前記文書オブジェクトモデルデータの変更を通知されたとき、そ の変更を反映させてもょ 、。
[0010] 前記文書オブジェクトモデルデータが変更されたときに前記管理部が変更を通知 すべき先は、明確に規格化された概念情報で指定され、前記文書処理装置は、前 記管理部から前記概念情報で指定された通知先に前記オブジェクトモデルデータの 変更が通知されたときに、前記概念情報に基づいて、現実の通知先を特定する解決 部を更に備えてもよい。
[0011] 前記構成要素は、前記処理系の動作に必要なパラメータ情報を更に含んでもよい
。前記パラメータ情報は、前記ポインタ情報が指し示す先のデータについての明確 に規格化された意味的な型情報を含んでもよい。前記ポインタ情報が、明確に規格 ィ匕された概念情報であり、前記パラメータ情報が、明確に規格化された意味的な型 情報を含んでいるとき、前記解決部は、前記意味的な型情報を参照して、前記概念 情報力 前記ポインタ情報が指し示すデータを特定してもよい。
[0012] 本発明のさらに別の態様は、文書処理装置である。この装置は、文書中のデータを 利用して所定の機能を発現する処理モジュールを文書に付加する指示を受け付け る受付部と、前記指示を受け付けたときに、前記文書に、前記処理モジュールが利 用するデータを指し示すポインタ情報を含む構成要素を挿入する編集部と、を備え る。
[0013] この装置は、前記文書中に挿入された前記構成要素を処理する処理モジュールを 起動する起動部を更に備えてもよい。前記編集部は、前記処理モジュールの動作に 必要なパラメータを文書に挿入してもよ ヽ。
[0014] 本発明の更に別の態様は、文書処理装置に関する。この文書処理装置は、所定の タグセットにより記述された文書を取得する文書取得部と、前記文書の構成要素が属 するタグセットを処理する第 1の処理系と、前記文書中のデータを利用して所定の機 能を発現する第 2の処理系と、を備え、前記文書の構成要素を処理する処理系を前 記第 1の処理系力 前記第 2の処理系に切り替える指示を受け付けると、前記第 2の 処理系は、利用するデータを特定するための情報を格納したファイルを参照して前 記利用するデータを特定し、特定されたデータを利用して前記所定の機能を発現す ることを特徴とする。
[0015] 前記第 2の処理系は、前記ファイルが存在しない場合、前記利用するデータを特定 するための情報をユーザ力も受け付けて、前記ファイルを生成してもよ 、。
[0016] なお、以上の構成要素の任意の組合せ、本発明の表現を方法、装置、システムな どの間で変換したものもまた、本発明の態様として有効である。
発明の効果
[0017] 本発明によれば、マークアップ言語により構造化されたデータを適切に処理する技 術を提供することができる。
図面の簡単な説明
[0018] [図 1]前提技術に係る文書処理装置の構成を示す図である。
[図 2]文書処理装置により編集される XML文書の例を示す図である。
[図 3]図 2に示した XML文書を HTMLで記述された表にマッピングする例を示す図 である。
[図 4(a)]図 2に示した XML文書を図 3に示した表にマッピングするための定義フアイ ルの例を示す図である。
[図 4(b)]図 2に示した XML文書を図 3に示した表にマッピングするための定義フアイ ルの例を示す図である。
[図 5]図 2に示した XML文書を、図 3に示した対応により HTMLにマッピングして表 示した画面の例を示す図である。
[図 6]ユーザが定義ファイルを生成するために、定義ファイル生成部がユーザに提示 するグラフィカルユーザインターフェースの例を示す図である。
[図 7]定義ファイル生成部により生成された画面レイアウトの他の例を示す図である。
[図 8]文書処理装置による XML文書の編集画面の一例を示す図である。
[図 9]文書処理装置により編集される XML文書の他の例を示す図である。
[図 10]図 9に示した文書を表示した画面の例を示す図である。
圆 11(a)]文書処理システムの基本構成を示す図である。
[図 11(b)]文書処理システム全体のブロック図を示す図である。
[図 11(c)]文書処理システム全体のブロック図を示す図である。
圆 12]文書管理部の詳細を示す図である。
[図 13]ボキヤブラリコネクションサブシステムの詳細を示す図である。
[図 14]プログラム起動部と他の構成の関係の詳細を示す図である。
[図 15]プログラム起動部によりロードされたアプリケーションサービスの構造の詳細を 示す図である。
[図 16]コアコンポーネントの詳細を示す図である。
圆 17]文書管理部の詳細を示す図である。
[図 18]アンドゥフレームワークとアンドゥコマンドの詳細を示す図である。
[図 19]文書処理システムにおいて文書がロードされる様子を示す図である。
圆 20]文書とその表現の例を示す図である。
[図 21]モデルとコントローラの関係を示す図である。
[図 22]プラグインサブシステム、ボキヤブラリコネクション、及びコネクタの詳細を示す 図である。
[図 23]VCDファイルの例を示す図である。 [図 24]文書処理システムにおいて複合文書をロードする手順を示す図である。
[図 25]文書処理システムにおいて複合文書をロードする手順を示す図である。
[図 26]文書処理システムにおいて複合文書をロードする手順を示す図である。
[図 27]文書処理システムにおいて複合文書をロードする手順を示す図である。
[図 28]文書処理システムにおいて複合文書をロードする手順を示す図である。
[図 29]コマンドの流れを示す図である。
[図 30]図 30 (a) (b) (c)は、処理対象となる XML文書のデータ構造の例を示す図で ある。
[図 31]図 31 (a) (b)は、ポインタ情報の例を示す図である。
[図 32]図 32 (a) (b)は、 DOMの変更を通知する仕組みを説明するための図である。
[図 33]第 1の実施の形態に係る文書処理装置の構成を示す図である。
[図 34]文書の編集画面の例を示す図である。
[図 35]スケジュール用のビューテンプレートが起動された状態の編集画面を示す図 である。
[図 36]第 2の実施の形態に係る文書処理装置の構成を示す図である。
[図 37]AVCコンポーネントのプロパティが挿入された XML文書の例を示す図である
[図 38]第 2の実施の形態に係る文書処理方法の手順を示す図である。
[図 39]AVCコンポーネントにより表示された画面の例を示す図である。
[図 40]第 3の実施の形態に係る文書処理装置の構成を示す図である。
[図 41]第 3の実施の形態に係る文書処理方法の手順を示す図である。
符号の説明
20 文書処理装置、 22 主制御ユニット、 24 編集ユニット、 27 概念解決ェンジ ン、 28 通知部、 30 DOMユニット、 32 DOM提供部、 34 DOM生成部、 36 出 力部、 40 CSSュ-ッ卜、 42 CSS解析部、 44 CSS提供部、 46 レンダリング部、 50 HTMLユニット、 52, 62 制御部、 54, 64 編集部、 56, 66 表示部、 60 SV Gユニット、 70 ビューテンプレート制御ユニット、 71 取得部、 72 提示部、 74 受 付部、 76 編集部、 78 ビューテンプレート、 80 VCユニット、 82 マッピング部、 84 定義ファイル取得部、 86 定義ファイル生成部、 100 文書処理装置、 3000 AV C制御ユニット、 3002 AVCプロパティ設定部、 3004 AVCプロパティ生成部、 30 06 定義ファイル生成部、 3010 テーブル表示用 AVCコンポーネント、 3020 チヤ ート表示用 AVCコンポーネント、 3030 UIパーツ表示用 AVCコンポーネント、 304 0 ツリー表示用 AVCコンポーネント。
発明を実施するための最良の形態
[0020] (前提技術)
図 1は、前提技術に係る文書処理装置 20の構成を示す。文書処理装置 20は、文 書内のデータが階層構造を有する複数の構成要素に分類された構造化文書を処理 するが、本前提技術では構造化文書の一例として XML文書を処理する例にっ ヽて 説明する。文書処理装置 20は、主制御ユニット 22、編集ユニット 24、 DOMユニット 3 0、 CSSユニット 40、 HTMLユニット 50、 SVGユニット 60、及び変換部の一例である VCユニット 80を備える。これらの構成は、ハードウェアコンポーネントでいえば、任意 のコンピュータの CPU、メモリ、メモリにロードされたプログラムなどによって実現され る力 ここではそれらの連携によって実現される機能ブロックを描いている。したがつ て、これらの機能ブロックがハードウェアのみ、ソフトウェアのみ、またはそれらの組合 せによっていろいろな形で実現できることは、当業者には理解されるところである。
[0021] 主制御ユニット 22は、プラグインのロードや、コマンド実行のフレームワークを提供 する。編集ユニット 24は、 XML文書を編集するためのフレームワークを提供する。文 書処理装置 20における文書の表示及び編集機能は、プラグインにより実現されてお り、文書の種別に応じて必要なプラグインが主制御ユニット 22又は編集ユニット 24に よりロードされる。主制御ユニット 22又は編集ユニット 24は、処理対象となる XML文 書の名前空間を参照して、 XML文書が 、ずれのボキヤブラリにより記述されて 、る かを判別し、そのボキヤブラリに対応した表示又は編集用のプラグインをロードして表 示や編集を実行させる。例えば、文書処理装置 20には、 HTML文書の表示及び編 集を行う HTMLユニット 50、 SVG文書の表示及び編集を行う SVGユニット 60など、 ボキヤブラリ(タグセット)ごとに表示系及び編集系がプラグインとして実装されており、 HTML文書を編集するときは HTMLユニット 50が、 S VG文書を編集するときは S V Gユニット 60が、それぞれロードされる。後述するように、 HTMLと SVGの双方の構 成要素を含む複合文書が処理対象となって ヽる場合は、 HTMLユニット 50と SVG ユニット 60の双方がロードされる。
[0022] このような構成によれば、ユーザは、必要な機能のみを選択してインストールし、後 力 適宜機能を追加又は削除することができるので、プログラムを格納するハードデ イスクなどの記録媒体の記憶領域を有効に活用することができ、また、プログラム実行 時にも、メモリの浪費を防ぐことができる。また、機能拡張性に優れており、開発主体 としても、プラグインの形で新たなボキヤブラリに対応することが可能なので開発が容 易となり、ユーザとしても、プラグインの追カ卩により容易かつ低コストにて機能を追カロ することができる。
[0023] 編集ユニット 24は、ユーザインターフェースを介してユーザ力も編集指示のイベント を受け付け、そのイベントを適切なプラグインなどに通知するともに、イベントの再実 行 (リドウ)又は実行の取消(アンドゥ)などの処理を制御する。
[0024] DOMユニット 30は、 DOM提供部 32、 DOM生成部 34、及び出力部 36を含み、 X ML文書をデータとして扱うときのアクセス方法を提供するために定められた文書ォ ブジェクトモデル(Document Object Model: DOM)に準拠した機能を実現する。 DO M提供部 32は、編集ユニット 24に定義されているインタフェースを満たす DOMの実 装である。 DOM生成部 34は、 XML文書力も DOMツリーを生成する。後述するよう に、処理対象となる XML文書力 VCユニット 80により他のボキヤブラリにマッピング される場合は、マッピング元の XML文書に対応するソースツリーと、マッピング先の X ML文書に対応するデスティネーションツリーが生成される。出力部 36は、例えば編 集終了時に、 DOMツリーを XML文書として出力する。
[0025] CSSユニット 40は、 CSS解析部 42、 CSS提供部 44、及びレンダリング部 46を含 み、 CSSに準拠した表示機能を提供する。 CSS解析部 42は、 CSSの構文を解析す るバーサの機能を有する。 CSS提供部 44は、 CSSオブジェクトの実装であり、 DOM ツリーに対して CSSのカスケード処理を行う。レンダリング部 46は、 CSSのレンダリン グエンジンであり、 CSSを用いてレイアウトされる HTMLなどのボキヤブラリで記述さ れた文書の表示に用いられる。 [0026] HTMLユニット 50は、 HTMLにより記述された文書を表示又は編集する。 SVGュ ニット 60は、 SVGにより記述された文書を表示又は編集する。これらの表示 Z編集 系は、プラグインの形で実現されており、それぞれ、文書を表示する表示部(Canvas) 56、 66、編集指示を含むイベントを送受信する制御部(Editlet) 52、 62、編集コマン ドを受けて DOMに対して編集を行う編集部 (Zone) 54、 64を備える。制御部 52又は 62が外部力も DOMツリーの編集コマンドを受け付けると、編集部 54又は 64が DO Mツリーを変更し、表示部 56又は 66が表示を更新する。これらは、 MVC (Model-Vi ew-Controller)と呼ばれるフレームワークに類似する構成をとつており、概ね、表示部 56及び 66が「View」に、制御部 52及び 62が「Controller」に、編集部 54及び 64と D OMの実体が「Model」に、それぞれ対応する。本前提技術の文書処理装置 20では、 XML文書をツリー表示形式で編集するだけでなく、それぞれのボキヤブラリに応じた 編集を可能とする。例えば、 HTMLユニット 50は、 HTML文書をワードプロセッサに 類似した方式で編集するためのユーザインターフェースを提供し、 SVGユニット 60は 、 SVG文書を画像描画ツールに類似した方式で編集するためのユーザインターフエ ースを提供する。
[0027] VCユニット 80は、マッピング部 82、定義ファイル取得部 84、及び定義ファイル生 成部 86を含み、あるボキヤブラリにより記述された文書を、他のボキヤブラリにマツピ ングすることにより、マッピング先のボキヤブラリに対応した表示編集用プラグインで文 書を表示又は編集するためのフレームワークを提供する。本前提技術では、この機 能を、ボキヤブラリコネクション(Vocabulary Connection: VC)と呼ぶ。定義ファイル取 得部 84は、マッピングの定義を記述したスクリプトファイルを取得する。この定義ファ ィルは、ノードごとに、ノード間の対応 (コネクション)を記述する。このとき、各ノードの 要素値や属性値の編集の可否を指定してもよい。また、ノードの要素値や属性値を 用いた演算式を記述してもよい。これらの機能については、後で詳述する。マツピン グ部 82は、定義ファイル取得部 84が取得したスクリプトファイルを参照して、 DOM生 成部 34にデスティネーションツリーを生成させ、ソースツリーとデスティネーションッリ 一の対応関係を管理する。定義ファイル生成部 86は、ユーザが定義ファイルを生成 するためのグラフィカルユーザインターフェースを提供する。 [0028] VCユニット 80は、ソースツリーとデスティネーションツリーの間のコネクションを監視 し、表示を担当するプラグインにより提供されるユーザインタフェースを介してユーザ 力も編集指示を受け付けると、まずソースツリーの該当するノードを変更する。 DOM ユニット 30が、ソースツリーが変更された旨のミューテーシヨンイベントを発行すると、 VCユニット 80は、そのミューテーシヨンイベントを受けて、ソースツリーの変更にデス ティネーシヨンツリーを同期させるベぐ変更されたノードに対応するデスティネーショ ンツリーのノードを変更する。デスティネーションツリーを表示/編集するプラグイン、 例えば HTMLユニット 50は、デスティネーションツリーが変更された旨のミューテー シヨンイベントを受けて、変更されたデスティネーションツリーを参照して表示を更新 する。このような構成により、少数のユーザにより利用されるローカルなボキヤブラリに より記述された文書であっても、他のメジャーなボキヤブラリに変換することで、文書を 表示することができるとともに、編集環境が提供される。
[0029] 文書処理装置 20により文書を表示又は編集する動作について説明する。文書処 理装置 20が処理対象となる文書を読み込むと、 DOM生成部 34が、その XML文書 力も DOMツリーを生成する。また、主制御ユニット 22又は編集ユニット 24は、名前空 間を参照して文書を記述しているボキヤブラリを判別する。そのボキヤブラリに対応し たプラグインが文書処理装置 20にインストールされて 、る場合は、そのプラグインを ロードして、文書を表示/編集させる。プラグインカ Sインストールされていない場合は 、マッピングの定義ファイルが存在するか否かを確認する。定義ファイルが存在する 場合、定義ファイル取得部 84が定義ファイルを取得し、その定義に従って、デスティ ネーシヨンツリーが生成され、マッピング先のボキヤブラリに対応するプラグインにより 文書が表示 Z編集される。複数のボキヤブラリを含む複合文書である場合は、後述 するように、それぞれのボキヤブラリに対応したプラグインにより、文書の該当箇所が それぞれ表示 Z編集される。定義ファイルが存在しない場合は、文書のソース又はッ リー構造を表示し、その表示画面にぉ 、て編集が行われる。
[0030] 図 2は、処理対象となる XML文書の例を示す。この XML文書は、生徒の成績デー タを管理するために用いられる。 XML文書のトップノードである構成要素「成績」は、 配下に、生徒ごとに設けられた構成要素「生徒」を複数有する。構成要素「生徒」は、 属性値「名前」と、子要素「国語」、「数学」、「理科」、「社会」を有する。属性値「名前」 は、生徒の名前を格納する。構成要素「国語」、「数学」、「理科」、「社会」は、それぞ れ、国語、数学、理科、社会の成績を格納する。例えば、名前カ^ A」である生徒の国 語の成績は「90」、数学の成績は「50」、理科の成績は「75」、社会の成績は「60」で ある。以下、この文書で使用されているボキヤブラリ(タグセット)を、「成績管理ボキヤ ブラリ」と呼ぶ。
[0031] 本前提技術の文書処理装置 20は、成績管理ボキヤブラリの表示 Z編集に対応し たプラグインを有しないので、この文書をソース表示、ツリー表示以外の方法で表示 するためには、前述した VC機能が用いられる。すなわち、成績管理ボキヤブラリを、 プラグインが用意された別のボキヤブラリ、例えば、 HTMLや SVGなどにマッピング するための定義ファイルを用意する必要がある。ユーザ自身が定義ファイルを作成す るためのユーザインターフェースについては後述することにして、ここでは、既に定義 ファイルが用意されているとして説明を進める。
[0032] 図 3は、図 2に示した XML文書を HTMLで記述された表にマッピングする例を示 す。図 3の例では、成績管理ボキヤブラリの「生徒」ノードを、 HTMLにおける表(「TA BLE」ノード)の行(「TR」ノード)に対応づけ、各行の第 1列には属性値「名前」を、第 2 列には「国語」ノードの要素値を、第 3列には「数学」ノードの要素値を、第 4列には「 理科」ノードの要素値を、第 5列には「社会」ノードの要素値を、それぞれ対応付ける 。これにより、図 2に示した XML文書を、 HTMLの表形式で表示することができる。 また、これらの属性値及び要素値は、編集可能であることが指定されており、ユーザ が HTMLによる表示画面上で、 HTMLユニット 50の編集機能により、これらの値を 編集することができる。第 6列には、国語、数学、理科、社会の成績の加重平均を算 出する演算式が指定されており、生徒の成績の平均点が表示される。このように、定 義ファイルに演算式を指定可能とすることにより、より柔軟な表示が可能となり、編集 時のユーザの利便性を向上させることができる。なお、第 6列は、編集不可であること が指定されており、平均点のみを個別に編集することができないようにしている。この ように、マッピング定義において、編集の可否を指定可能とすることにより、ユーザの 誤操作を防ぐことができる。 [0033] 図 4 (a)及び図 4 (b)は、図 2に示した XML文書を図 3に示した表にマッピングする ための定義ファイルの例を示す。この定義ファイルは、定義ファイル用に定義された スクリプト言語により記述される。定義ファイルには、コマンドの定義と、表示のテンプ レートが記述されている。図 4 (a) (b)の例では、コマンドとして、「生徒の追加」と「生 徒の削除」が定義されており、それぞれ、ソースツリーにノード「生徒」を挿入する操作 と、ソースツリーからノード「生徒」を削除する操作が対応付けられている。また、テン プレートとして、表の第 1行に「名前」、「国語」などの見出しが表示され、第 2行以降 に、ノード「生徒」の内容が表示されることが記述されている。ノード「生徒」の内容を 表示するテンプレート中、「text-of」と記述された項は「編集可能」であることを意味し 、「value-of」と記述された項は「編集不可能」であることを意味する。また、ノード「生 徒」の内容を表示する行のうち、第 6列には、「(src:国語 + src:数学 + src:理科 + src: 社会) div 4」という計算式が記述されており、生徒の成績の平均が表示されることを 意味する。
[0034] 図 5は、図 2に示した成績管理ボキヤブラリで記述された XML文書を、図 3に示した 対応により HTMLにマッピングして表示した画面の例を示す。表 90の各行には、左 から、各生徒の名前、国語の成績、数学の成績、理科の成績、社会の成績、及び平 均点が表示されている。ユーザは、この画面上で、 XML文書を編集することができる 。たとえば、第 2行第 3列の値を「70」に変更すると、このノードに対応するソースッリ 一の要素値、すなわち、生徒「B」の数学の成績が「70」に変更される。このとき、 VC ユニット 80は、デスティネーションツリーをソースツリーに追従させるベぐデスティネ ーシヨンツリーの該当箇所を変更し、 HTMLユニット 50力 変更されたデスティネー シヨンツリーに基づいて表示を更新する。したがって、画面上の表においても、生徒「 B」の数学の成績が「70」に変更され、更に、平均点が「55」に変更される。
[0035] 図 5に示した画面には、図 4 (a) (b)に示した定義ファイルに定義されたように、「生 徒の追加」及び「生徒の削除」のコマンドカ -ユーに表示される。ユーザがこれらの コマンドを選択すると、ソースツリーにおいて、ノード「生徒」が追加又は削除される。 このように、本前提技術の文書処理装置 20では、階層構造の末端の構成要素の要 素値を編集するのみではなぐ階層構造を編集することも可能である。このようなッリ 一構造の編集機能は、コマンドの形でユーザに提供されてもよい。また、例えば、表 の行を追加又は削除するコマンドが、ノード「生徒」を追加又は削除する操作に対応 づけられてもよい。また、他のボキヤブラリを埋め込むコマンドがユーザに提供されて もよい。この表を入力用テンプレートとして、穴埋め形式で新たな生徒の成績データ を追加することもできる。以上のように、 VC機能により、 HTMLユニット 50の表示 Z 編集機能を利用しつつ、成績管理ボキヤブラリで記述された文書を編集することが可 能となる。
[0036] 図 6は、ユーザが定義ファイルを生成するために、定義ファイル生成部 86がユーザ に提示するグラフィカルユーザインタフェースの例を示す。画面左側の領域 91には、 マッピング元の XML文書がツリー表示されている。画面右側の領域 92には、マツピ ング先の XML文書の画面レイアウトが示されている。この画面レイアウトは、 HTML ユニット 50により編集可能となっており、ユーザは、画面右側の領域 92において、文 書を表示するための画面レイアウトを作成する。そして、例えば、マウスなどのポイン ティングデバイスにより、画面左側の領域 91に表示されたマッピング元の XML文書 のノードを、画面右側の領域 92に表示された HTMLによる画面レイアウト中へドラッ グ&ドロップ操作を行うことにより、マッピング元のノードと、マッピング先のノードとの コネクションが指定される。例えば、要素「生徒」の子要素である「数学」を、 HTML画 面の表 90の第 1行第 3列にドロップすると、「数学」ノードと、 3列目の「TD」ノードの間 にコネクションが張られる。各ノードには、編集の可否が指定できるようになつている。 また、表示画面中には、演算式を埋め込むこともできる。画面の編集が終わると、定 義ファイル生成部 86は、画面レイアウトとノード間のコネクションを記述した定義フアイ ルを生成する。
[0037] XHTML, MathML、 SVGなどの主要なボキヤブラリに対応したビューヮゃエディ タは既に開発されて 、るが、図 2に示した文書のようなオリジナルなボキヤブラリで記 述された文書に対応したビューヮゃエディタを開発するのは現実的でな 、。しかし、 上記のように、他のボキヤブラリにマッピングするための定義ファイルを作成すれば、 ビューヮゃエディタを開発しなくても、 VC機能を利用して、オリジナルなボキヤブラリ で記述された文書を表示 ·編集することができる。 [0038] 図 7は、定義ファイル生成部 86により生成された画面レイアウトの他の例を示す。図 7の例では、成績管理ボキヤブラリで記述された XML文書を表示するための画面に 、表 90と、円グラフ 93が作成されている。この円グラフ 93は、 SVGにより記述される。 後述するように、本前提技術の文書処理装置 20は、一つの XML文書内に複数のボ キヤブラリを含む複合文書を処理することができるので、この例のように、 HTMLで記 述された表 90と、 SVGで記述された円グラフ 93とを、一つの画面上に表示すること ができる。
[0039] 図 8は、文書処理装置 20による XML文書の編集画面の一例を示す。図 8の例で は、一つの画面が複数に分割されており、それぞれの領域において、処理対象とな る XML文書を異なる複数の表示形式により表示している。領域 94には、文書のソー スが表示されており、領域 95には、文書のツリー構造が表示されており、領域 96に は、図 5に示した HTMLにより記述された表が表示されている。これらのいずれの画 面上においても、文書の編集が可能であり、いずれかの画面上でユーザが編集を行 うと、ソースツリーが変更され、それぞれの画面の表示を担当するプラグインカ、ソー スツリーの変更を反映すべく画面を更新する。具体的には、ソースツリーの変更を通 知するミューテーシヨンイベントのリスナーとして、それぞれの編集画面の表示を担当 するプラグインの表示部を登録しておき、いずれかのプラグイン又は VCユニット 80に よりソースツリーが変更されたときに、編集画面を表示中の全ての表示部が、発行さ れたミューテーシヨンイベントを受け取って画面を更新する。このとき、プラグインが V C機能により表示を行っている場合は、 VCユニット 80がソースツリーの変更に追従し てデスティネーションツリーを変更した後、変更されたデスティネーションツリーを参照 してプラグインの表示部が画面を更新する。
[0040] 例えば、ソース表示及びツリー表示を、専用のプラグインにより実現している場合は 、ソース表示用プラグインとツリー表示用プラグインは、デスティネーションツリーを用 いず、直接ソースツリーを参照して表示を行う。この場合、いずれかの画面において 編集が行われると、ソース表示用プラグインとツリー表示用プラグインは、変更された ソースツリーを参照して画面を更新し、領域 96の画面を担当して!/、る HTMLユニット 50は、ソースツリーの変更に追従して変更されたデスティネーションツリーを参照して 画面を更新する。
[0041] ソース表示及びツリー表示は、 VC機能を利用して実現することもできる。すなわち 、ソース、ツリー構造を HTMLによりレイアウトし、その HTMLに XML文書をマツピン グして、 HTMLユニット 50により表示してもよい。この場合、ソース形式、ツリー形式、 表形式の 3つのデスティネーションツリーが生成されることになる。いずれかの画面に おいて編集が行われると、 VCユニット 80は、ソースツリーを変更した後、ソース形式、 ツリー形式、表形式の 3つのデスティネーションツリーをそれぞれ変更し、 HTMLュ ニット 50は、それらのデスティネーションツリーを参照して、 3つの画面を更新する。
[0042] このように、一つの画面上に複数の表示形式で文書を表示することにより、ユーザ の利便性を向上させることができる。例えば、ユーザは、ソース表示又はツリー表示 により文書の階層構造を把握しつつ、表 90などを用いて視覚的に分力りやすい形式 で文書を表示し、編集することができる。上記の例では、一つの画面を分割して複数 の表示形式による画面を同時に表示した力 一つの画面に一つの表示形式による画 面を表示し、表示形式をユーザの指示により切り替え可能としてもよい。この場合、主 制御ユニット 22が、ユーザから表示形式の切り替え要求を受け付け、各プラグインに 指示して表示を切り替える。
[0043] 図 9は、文書処理装置 20により編集される XML文書の他の例を示す。図 9に示し た XML文書では、 SVG文書の「foreignObject」タグの中に XHTML文書が埋め込 まれており、さら〖こ、 XHTML文書の中に MathMLで記述された数式が入っている 。このような場合、編集ユニット 24が、名前空間を参照して、適切な表示系に描画作 業を振り分ける。図 9の例では、編集ユニット 24は、まず、 SVGユニット 60に四角形 を描画させ、つづいて、 HTMLユニット 50に XHTML文書を描画させる。さらに、図 示しない MathMLユニットに、数式を描画させる。こうして、複数のボキヤブラリを包 含する複合文書が適切に表示される。表示結果を図 10に示す。
[0044] 文書編集中、カーソル (キャリッジ)の位置に応じて、表示されるメニューを切り替え てもよい。すなわち、カーソルが、 SVG文書が表示された領域内に存在するときは、 SVGユニット 60が提供するメニュー、又は SVG文書をマッピングするための定義フ アイルに定義されたコマンドを表示し、カーソルが、 XHTML文書が表示された領域 内に存在するときは、 HTMLユニット 50が提供するメニュー、又は XHTML文書を マッピングするための定義ファイルに定義されたコマンドを表示する。これにより、編 集位置に応じて適切なユーザインターフェースを提供することができる。
[0045] 複合文書にお!、て、あるボキヤブラリに対応する適切なプラグイン又はマッピング定 義ファイルがな力つた場合は、そのボキヤブラリにより記述された部分は、ソース表示 又はツリー表示されてもよい。従来、ある文書に他の文書を埋め込んだ複合文書を 開くとき、埋め込まれた文書を表示するアプリケーション力 Sインストールされて 、な 、と 、その内容を表示することができな力つた力 本前提技術では、表示用のアプリケー シヨンが存在しなくても、テキストデータにより構成された XML文書をソース表示又は ツリー表示することにより内容を把握することができる。これは、テキストベースである XMLなどの文書ならではの特徴と 、える。
[0046] データがテキストベースで記述されることの他の利点として、例えば、複合文書中の 、あるボキヤブラリにより記述される部分において、同一文書内の他のボキヤブラリで 記述された部分のデータを参照してもよい。また、文書内で検索を実行する時に、 S VGなどの図に埋め込まれた文字列も検索対象とすることができる。
[0047] あるボキヤブラリにより記述された文書内に、他のボキヤブラリのタグを用いてもよい 。この XML文書は、妥当(valid)ではないが、整形式 (welH rmed)であれば、有効な XML文書として処理可能である。この場合、挿入された他のボキヤブラリのタグは、 定義ファイルによりマッピングされてもよい。例えば、 XHTML文書中に、「重要」、「 最重要」などのタグを使用し、これらのタグで囲まれた部分を強調表示してもよ 、し、 重要度の順にソートして表示してもよ 、。
[0048] 図 10に示した編集画面において、ユーザにより文書が編集されると、編集された部 分を担当するプラグイン又は VCユニット 80がソースツリーを変更する。ソースツリー には、ノードごとにミューテーシヨンイベントのリスナーを登録できるようになっており、 通常は、各ノードが属するボキヤブラリに対応したプラグインの表示部又は VCュ-ッ ト 80がリスナーとして登録される。 DOM提供部 32は、ソースツリーが変更されると、 変更されたノードから上位の階層へたどって、登録されたリスナーがあれば、そのリス ナ一へミューテーシヨンイベントを発行する。例えば、図 9に示した文書において、く html >ノードの下位のノードが変更された場合、く html >ノードにリスナーとして登 録された HTMLユニット 50にミューテーシヨンイベントが通知されるとともに、その上 位のく svg>ノードにリスナーとして登録された SVGユニット 60にもミューテーシヨン イベントが通知される。このとき、 HTMLユニット 50は、変更されたソースツリーを参 照して表示を更新する。 SVGユニット 60は、自身のボキヤブラリに属するノードが変 更されて!/、な!/、ので、ミューテーシヨンイベントを無視してもよ!/、。
[0049] 編集の内容によっては、 HTMLユニット 50による表示の更新に伴って、全体のレイ アウトが変わる可能性がある。この場合は、画面のレイアウトを管理する構成、例えば 最上位のノードの表示を担当するプラグインにより、プラグインごとの表示領域のレイ アウトが更新される。例えば、 HTMLユニット 50による表示領域が以前より大きくなつ た場合、 HTMLユニット 50は、まず自身の担当する部分を描画して、表示領域の大 きさを決定する。そして、画面のレイアウトを管理する構成に、変更後の表示領域の 大きさを通知し、レイアウトの更新を依頼する。画面のレイアウトを管理する構成は、 通知を受けて、プラグインごとの表示領域を再レイアウトする。こうして、編集された部 分の表示が適切に更新されるとともに、画面全体のレイアウトが更新される。
[0050] つづいて、前提技術の文書処理装置 20を実現する機能構成について更に詳細に 説明する。以下の説明では、クラス名などを記載する際には、英字をそのまま用いて 記載することにする。
[0051] A.概要
インターネットの出現により、ユーザによって処理され管理される文書の数力 ほぼ 指数関数的に増加してきた。インターネットの核を形成するウェブ (World Wide Web) は、そのような文書データの大きな受け皿となっている。ウェブは、文書にカ卩えて、こ のような文書の情報検索システムを提供する。これらの文書は、通常、マークアップ 言語により記述される。マークアップ言語のシンプルかつポピュラーな例の一つに H TML (HyperText Markup Language)がある。このような文書は、ウェブの他の位置に 格納されている他の文書へのリンクをさらに含む。 XML (eXtens¾le Markup Languag e)は、さらに高度でポピュラーなマークアップ言語である。ウェブ文書にアクセスし、 閲覧するためのシンプルなブラウザ力 Java (登録商標)のようなオブジェクト指向の プログラミング言語で開発されて 、る。
[0052] マークアップ言語により記述された文書は、通常、ブラウザや他のアプリケーション の中では、ツリーデータ構造の形で表現される。この構造は、文書を構文解析した結 果のツリーに相当する。 DOM (Document Object Model)は、文書を表現し、操作す るために使用される、よく知られたツリーベースのデータ構造モデルである。 DOMは 、 HTMLや XML文書などを含む文書を表現するための標準的なオブジェクトのセッ トを提供する。 DOMは、文書内のコンポーネントを表現するオブジェクトがどのように つながっているかという標準モデルと、それらのオブジェクトにアクセスしたり操作した りするための標準インタフェイスという、 2つの基本的なコンポーネントを含む。
[0053] アプリケーション開発者は、独自のデータ構造や API (Application Program Interfac e)へのインタフェイスとして DOMをサポートすることができる。他方、文書を作成する アプリケーション開発者は、彼らの APIの独自インタフェイスではなぐ DOMの標準 インタフェイスを使用することができる。したがって、標準を提供するというその能力に より、 DOMは、様々な環境、特にウェブにおいて、文書の相互利用を促進させるた めに有効である。 DOMのいくつかのバージョンが定義されており、異なるプログラミ ング環境及びアプリケーションによって使用されている。
[0054] DOMツリーは、対応する DOMの内容に基づいた文書の階層的表現である。 DO Mツリーは「根 (ルート)」、及びルートから発生する 1つ以上の「節(ノード)」を含む。 ルートが文書全体を表す場合もある。中間のノードは、例えば、テーブル及びそのテ 一ブル中の行及び列のような要素を表すことができる。 DOMツリーの「葉」は、通常、 それ以上分解できな!、テキストや画像のようなデータを表す。 DOMツリーの各ノード は、フォント、サイズ、色、インデントなど、ノードによって表される要素のパラメータを 記述する属性に関連付けられてもよい。
[0055] HTMLは、文書を作成するために一般に用いられる言語である力 フォーマット及 びレイアウト用の言語であり、データ記述のための言語ではない。 HTMLドキュメント を表現する DOMツリーのノードは、 HTMLのフォーマッティングタグとして予め定義 されたエレメントであって、通常、 HTMLは、データの詳述や、データのタギング Zラ ベリングのための機能を提供しな!、ので、 HTMLドキュメント中のデータに対するク エリを定式ィ匕することは多くの場合困難である。
[0056] ネットワーク設計者たちの目指すものは、ウェブ上の文書がソフトウェアアプリケーシ ヨンによってクエリされたり処理されたりできるようにすることである。表示方法とは無関 係で、階層的に構造ィ匕された言語であれば、そのようにクエリされ処理されることがで きる。 XML (extensible Markup Language)のようなマークアップ言語は、これらの特 徴を提供することができる。
[0057] HTMLとは逆に、 XMLのよく知られた利点は、文書の設計者が自由に定義可能 な「タグ」を使用して、データ要素にラベルを付けることが可能である点である。このよ うなデータ要素は、階層的に構造ィ匕することができる。さらに、 XML文書は、文書内 で用いられるタグ及びそれらの相互関係の「文法」を記述した文書型定義を含むこと ができる。構造ィ匕された XML文書の表示方法を定義するために、 CSS (Cascading S tyle Sheet)又は XSL (XML Style Language)が使用される。 DOM、 HTML, XML、 CSS、 XSL及び関連する言語の特徴に関する付加的な情報は、ウェブからも得るこ とができる。(例えば、 http://www.w3.org/TR/)
[0058] Xpathは、 XML文書の部分の位置を指定するために共通のシンタックス及びセマ ンテイクスを提供する。機能性の例として、 XML文書に対応する DOMツリーのトラバ ース (移動)がある。それは、 XML文書の様々な表現に関連した文字列、数、及びブ ーリアン文字の操作のための基本的な機能を提供する。 Xpathは、 XML文書の見 た目のシンタックス、例えば、テキストとしてみたときに何行目であるとか何文字目であ るとかと!/、つた文法ではなぐ DOMツリーなどの抽象的 ·論理的な構造にぉ 、て動 作する。 Xpathを使用することにより、例えば XML文書の DOMツリー内の階層的構 造を通じて場所を指定することができる。アドレシングのための使用の他に、 Xpath は、 DOMツリー中のノードがパターンにマッチするか否かをテストするために使用さ れるようにも設計されている。 XPathに関する更なる詳細は、 http:〃 www. w3.org/TR /xpathで得ることができる。
[0059] XMLの既知の利点及び特徴により、マークアップ言語 (例えば XML)で記述され た文書を扱うことができ、文書を作成及び修正するためのユーザフレンドリーなインタ フェイスを提供することができる、効果的な文書処理システムが求められる。 [0060] ここで説明されるシステムの構成のうちのいくつかは、 MVC (Modd-View-Controll er)と呼ばれる、よく知られた GUI (Graphical User Interface)パラダイムを用いて説明 される。 MVCパラダイムは、アプリケーション又はアプリケーションのインタフェイスの 一部を、 3つの部分、すなわち、モデル、ビュー、コントローラに分割する。 MVCは、 元は、 GUIの世界に、従来の入力、処理、出力の役割を割り当てるために開発され た。
[入力]→ [処理]→ [出力]
[コントローラ]→ [モデル]→ [ビュー]
[0061] MVCパラダイムによれば、外界のモデリング、ユーザへの視覚的なフィードバック、 及びユーザの入力は、モデル(M)、ビュー(V)、及びコントローラ(C)オブジェクトに より分離されて扱われる。コントローラは、ユーザからのマウスとキーボード入力のよう な入力を解釈し、これらのユーザアクションを、適切な変更をもたらすためにモデル 及び Z又はビューに送られるコマンドにマップするように作用する。モデルは、 1以上 のデータ要素を管理するように作用し、その状態に関するクエリに応答し、状態を変 更する指示に応答する。ビューは、ディスプレイの長方形の領域を管理するように作 用し、グラフィクスとテキストの組合せによりユーザにデータを提示する機能を有する
[0062] B.文書処理システムの全体構成
文書処理システムの実施例は、図 11— 29に関連して明らかにされる。
[0063] 図 11 (a)は、後述するタイプの文書処理システムの基礎として機能する要素の従来 の構成例を示す。構成 10は、通信経路 13によりメモリ 12に接続された CPU又はマ イク口プロセッサ 11などの形式のプロセッサを含む。メモリ 12は、現在又は将来に利 用可能な任意の ROM及び Z又は RAMの形式であってもよい。通信経路 13は、典 型的にはバスとして設けられる。マウス、キーボード、音声認識システムなどのユーザ 入力装置 14及び表示装置 15 (又は他のユーザインタフェイス)に対する入出力イン タフェイス 16も、プロセッサ 11とメモリ 12の通信のためのバスに接続される。この構成 は、スタンドアロンであってもよいし、複数の端末及び 1以上のサーバが接続されてネ ットワーク化された形式であってもよ 、し、既知の 、かなる方式により構成されてもよ い。本発明は、これらのコンポーネントの配置、集中又は分散されたアーキテクチャ 一、あるいは様々なコンポーネントの通信方法により制限されない。
[0064] さらに、本システム及びここで議論される実施例は、様々な機能性を提供する 、く つかのコンポーネント及びサブコンポーネントを含むものとして議論される。これらの コンポーネント及びサブコンポーネントは、注目された機能性を提供するために、ハ 一ドウエアとソフトウェアの組合せだけでなぐハードウェアのみ、ソフトウェアのみによ つても実現されうる。さらに、ハードウェア、ソフトウェア、及びそれらの組合せは、汎用 の計算装置、専用のハードウェア、又はそれらの組合せにより実現されうる。したがつ て、コンポーネント又はサブコンポーネントの構成は、コンポーネント又はサブコンポ 一ネントの機能性を提供するための特定のソフトウェアを実行する汎用 Z専用の計 算装置を含む。
[0065] 図 11 (b)は、文書処理システムの一例の全体のブロック図を示す。このような文書 処理システムにおいて文書が生成され編集される。これらの文書は、例えば XMLな ど、マークアップ言語の特徴を有する任意の言語により記述されてもよい。また、便宜 上、特定のコンポーネント及びサブコンポーネントの用語及び表題を創造した。しか しながら、これらは、この開示の一般的な教示の範囲を制限するために解釈されるべ きではない。
[0066] 文書処理システムは、 2つの基本的な構成を有するものととらえることができる。第 1 の構成は、文書処理システムが動作する環境である「実行環境」 101である。例えば 、実行環境は、文書の処理中及び管理中に、ユーザだけでなくシステムも支援する、 基本的なユーティリティ及び機能を提供する。第 2の構成は、実行環境において走る アプリケーション力も構成される「アプリケーション」 102である。これらのアプリケーシ ヨンは、文書自身及び文書の様々な表現を含む。
[0067] 1.実行環境
実行環境 101のキーとなるコンポーネントは Programlnvoker (プログラムインボー力: プログラム起動部) 103である。 Programlnvokerl03は、文書処理システムを起動す るためにアクセスされる基本的なプログラムである。例えば、ユーザが文書処理シス テムにログオンして開始するとき、 Programlnvokerl03が実行される。 Programlnvoker 103は、例えば、文書処理システムにプラグインとしてカ卩えられた機能を読み出して 実行させたり、アプリケーションを開始して実行させたり、文書に関連するプロパティ を読み出すことができる。 Programlnvokerl03の機能はこれらに限定されない。ユー ザが実行環境内で実行されるように意図されたアプリケーションを起動した 、とき、 Pr ogramlnvokerl03は、そのアプリケーションを見つけ、それを起動して、アプリケーシ ヨンを実行する。
[0068] Programlnvokerl03には、プラグインサブシステム 104、コマンドサブシステム 105 、及び Resource (リソース)モジュール 109などのいくつかのコンポーネントがアタッチ されている。これらの構成については、以下に詳述する。
[0069] a)プラグインサブシステム
プラグインサブシステム 104は、文書処理システムに機能を追加するための高度に 柔軟で効率的な構成として使用される。プラグインサブシステム 104は、また、文書処 理システムに存在する機能を修正又は削除するために使用することができる。さらに 、種々様々の機能をプラグインサブシステムを使用して追加又は修正することができ る。例えば、画面上への文書の描画を支援するように作用する Editlet (エディットレツ ト:編集部)機能を追加することもできる。 Editletプラグインは、システムに追加される ボキヤブラリの編集も支援する。
[0070] プラグインサブシステム 104は、 ServiceBroker (サービスブローカ:サービス仲介部) 1041を含む。 ServiceBrokerl041は、文書処理システムに加えられるプラグインを管 理することにより、文書処理システムに加えられるサービスを仲介する。
[0071] 所望の機能性を実現する個々の機能は、 Service (サービス) 1042の形でシステム に追加される。利用可能な Servicel042のタイプは、 Application (アプリケーション)サ 一ビス、 ZoneFactory (ゾーンファクトリ:ゾーン生成部) Service, Editlet (エディットレツ ト:編集部) Service、 CommandFactory (コマンドファクトリ:コマンド生成部) Serviceゝ C onnectXPath (コネクト XPath:XPath管理部) Service、 CSSComputation (CSSコンビ ユーテーシヨン: CSS計算部) Serviceなどを含む力 これらに限定されない。これらの Service,及びシステムの他の構成とそれらとの関係は、文書処理システムについての よりよい理解のために、以下に詳述される。 [0072] プラグインと Serviceの関係は以下の通りである。プラグインは、 1以上の ServiceProvi der (サービスプロバイダ:サービス提供部)を含むことができるユニットである。それぞ れの ServiceProviderは、それに関連した Serviceの 1以上のクラスを有する。例えば、 適切なソフトウェアアプリケーションを有する単一のプラグインを使用することにより、 1 以上の Serviceをシステムに追加することができ、これにより、対応する機能をシステム に追加することができる。
[0073] b)コマンドサブシステム
コマンドサブシステム 105は、文書の処理に関連したコマンドの形式の命令を実行 するために使用される。ユーザは、一連の命令を実行することにより、文書に対する 操作を実行することができる。例えば、ユーザは、コマンドの形で命令を発行すること により、文書処理システム中の XML文書に対応する XMLの DOMツリーを編集し、 XML文書を処理する。これらのコマンドは、キーストローク、マウスクリック、又は他の 有効なユーザインタフェイスアクションを使用して入力されてもよい。 1つのコマンドに より 1以上の命令が実行されることもある。この場合、これらの命令が 1つのコマンドに ラップ (包含)され、連続して実行される。例えば、ユーザが、誤った単語を正しい単 語に置換したいとする。この場合、第 1の命令は、文書中の誤った単語を発見するこ とであり、第 2の命令は、誤った単語を削除することであり、第 3の命令は、正しい単語 を挿入することであってもよい。これらの 3つの命令が 1つのコマンドにラップされても よい。
[0074] コマンドは、関連した機能、例えば、後で詳述する「アンドゥ」機能を有してもょ 、。こ れらの機能は、オブジェクトを生成するために使用されるいくつかの基本クラスにも割 り当てられてもよい。
[0075] コマンドサブシステム 105のキーとなるコンポーネントは、選択的にコマンドを与え、 実行するように作用する Commandlnvoker (コマンドインボー力:コマンド起動部) 105 1である。図 11 (b)には、 1つの Commandlnvokerのみが示されているが、 1以上の Co mmandlnvokerが使用されてもよぐ 1以上のコマンドが同時に実行されてもよい。 Com mandlnvokerl051は、コマンドを実行するために必要な機能及びクラスを保持する。 動作において、実行されるべき Command (コマンド:命令) 1052は、 Queue (キュー) 1 053に積まれる。 Commandlnvokerは、連続的に実行するコマンドスレッドを生成する 。 Commandlnvoker内で既に実行中の Commandがなければ、 Commandlnvoker 1051 により実行されるように意図された Commandl052が実行される。 Commandlnvokerが 既にコマンドを実行している場合、新しい Commandは、 Queuel053の最後に積まれ る。しかしながら、それぞれの Commandlnvokerl051では、一度に 1つの Commandの みが実行される。指定された Commandの実行に失敗した場合、 CommandlnvokerlO 51は例外処理を実行する。
[0076] Commandlnvokerl051により実行される Commandの型は、 UndoableCommand (取 消可能コマンド) 1054、 AsynchronousCommand (非同期コマンド) 1055、及び VCCo mmand (VCコマンド) 1056を含む力 これらに限定されない。 UndoableCommand 10 54は、ユーザが望めば、その Commandの結果を取り消すことが可能な Commandであ る。 UndoableCommandの例として、切り取り、コピー、テキストの挿入、などがある。動 作において、ユーザが文書の一部を選択し、その部分に切り取りコマンドを適用する とき、 UndoableCommandを用いることにより、切り取られた部分は、必要であれば、「 切り取られて ヽな 、」ようにすることができる。
[0077] VCCommandl056は、ボキヤブラリコネクション記述子(Vocabulary Connection De scriptor: VCD)スクリプトファイルに格納される。これらは、プログラマにより定義されう るユーザ指定の Commandである。 Commandは、例えば、 XMLフラグメントを追加した り、 XMLフラグメントを削除したり、属性を設定したりするための、より抽象的な Comm andの組合せであってもよい。これらの Commandは、特に、文書の編集に焦点を合わ せている。
[0078] AsynchronousCommand 1055 ¾ ,文書のロードや保存など、システムよりの Comman dであり、 UndoableCommandや VCCommandとは別に、非同期的に実行される。 Async hronousCommandは、 UndoableCommandではないので、取り消すことはできない。
[0079] c)リソース
Resourcel09は、様々なクラスに、いくつかの機能を提供するオブジェクトである。 例えば、ストリングリソース、アイコン、及びデフォルトキーバインドは、システムで使用 される Resourceの例である。 [0080] 2.アプリケーションコンポーネント
文書処理システムの第 2の主要な特徴であるアプリケーションコンポーネント 102は 、実行環境 101において実行される。アプリケーションコンポーネント 102は、実際の 文書と、システム内における文書の様々な論理的、物理的な表現を含む。さらに、ァ プリケーシヨンコンポーネント 102は、文書を管理するために使用されるシステムの構 成を含む。アプリケーションコンポーネント 102は、さらに、 UserApplication (ユーザァ プリケーシヨン) 106、アプリケーションコア 108、ユーザインタフェイス 107、及び Core Component (コアコンポーネント) 110を含む。
[0081] a)ユーザアプリケーション
UserApplicationl06は、 Programlnvokerl03と共にシステム上にロードされる。 User Applicationl06は、文書と、文書の様々な表現と、文書と対話するために必要なユー ザインタフェイスとをつなぐ接着剤となる。例えば、ユーザが、プロジェクトの一部であ る文書のセットを生成したいとする。これらの文書がロードされると、文書の適切な表 現が生成される。ユーザインタフェイス機能は、 UserApplicationl06の一部として追 カロされる。言いかえれば、 UserApplicationl06は、ユーザがプロジェクトの一部を形 成する文書と対話することを可能とする文書の表現と、文書の様々な態様とを、共に 保持する。ー且 UserApplicationl06が生成されると、ユーザがプロジェクトの一部を 形成する文書との対話を望むたびに、ユーザは簡単に実行環境上に UserApplicatio nl06をロードすることができる。
[0082] b)コアコンポーネント
CoreComponentl 10は、複数の Pane (ペイン)の間で文書を共有する方法を提供す る。後で詳述するように、 Paneは、 DOMツリーを表示し、画面の物理的なレイアウトを 扱う。例えば、物理的な画面は、個々の情報の断片を描写する画面内の複数の Pane 力もなる。ユーザから画面上に見える文書は、 1又はそれ以上の Paneに出現しうる。 また、 2つの異なる文書が画面上で 2つの異なる Paneに現れてもよ!、。
[0083] 図 11 (c)に示されるように、画面の物理的なレイアウトもツリーの形式になっている。
Paneは、 RootPane (ルートペイン) 1084にもなり得るし、 SubPane (サブペイン) 1085 にもなり得る。 RootPanel084は、 Paneのツリーの根に当たる Paneであり、 SubPane 10 85は、 RootPanel084以外の任意の Paneである。
[0084] CoreComponentl lOは、さらに、フォントを提供し、ツールキットなど、文書のための 複数の機能的な操作のソースの役割を果たす。 CoreComponentl 10により実行され るタスクの一例に、複数の Pane間におけるマウスカーソルの移動がある。実行される タスクの他の例として、ある Pane中の文書の一部をマークし、それを異なる文書を含 む別の Pane上にコピーする。
[0085] c)アプリケーションコア
上述したように、アプリケーションコンポーネント 102は、システムにより処理され管 理される文書から構成される。これは、システム内における文書の様々な論理的及び 物理的な表現を含む。アプリケーションコア 108は、アプリケーションコンポーネント 1 02の構成である。その機能は、実際の文書を、それに含まれる全てのデータとともに 保持することである。アプリケーションコア 108は、 DocumentManager (ドキュメントマネ 一ジャ:文書管理部) 1081及び Document (ドキュメント:文書) 1082自身を含む。
[0086] DocumentManagerl081の様々な態様を以下に詳述する。 DocumentManager 108 1は、 Documentl082を管理する。 DocumentManagerl081は、 RootPanel084、 Sub Pane 1085, ClipBoard (クリップボード)ユーティリティ 1087、及び Snapshot (スナップ ショット)ユーティリティ 1088にも接続される。 ClipBoardユーティリティ 1087は、ユー ザがクリップボードに加えることを決定した文書の部分を保持する方法を提供する。 例えば、ユーザが、文書の一部を切り取り、後で再考するために新規文書にそれを 保存することを望んだとする。このような場合、切り取られた部分力 SClipBoardに追加さ れる。
[0087] つづいて、 Snapshotユーティリティ 1088についても説明する。 Snapshotユーティリ ティ 1088は、アプリケーションがある状態力も別の状態まで移行するときに、アプリケ ーシヨンの現在の状態を記憶することを可能とする。
[0088] d)ユーザインタフェイス
アプリケーションコンポーネント 102の別の構成は、ユーザがシステムと物理的に対 話する手段を提供するユーザインタフェイス 107である。例えば、ユーザインタフェイ スは、ユーザが文書をアップロードしたり、削除したり、編集したり、管理したりするた めに使用される。ユーザインタフェイスは、 Frame (フレーム) 1071、 MenuBar (メ -ュ 一バー) 1072、 StatusBar (ステータスバー) 1073、及び URLBar(URLバー) 1074 を含む。
[0089] Framel071は、一般に知られているように、物理的な画面のアクティブな領域であ るとみなされる。 MenuBarl072は、ユーザに選択を提供するメニューを含む画面領 域である。 StatusBarl073は、アプリケーションの実行状態を表示する画面領域であ る。 URLBarl074は、インターネットをナビゲートするために URLアドレスを入力する 領域を提供する。
[0090] C.文書管理及び関連するデータ構造
図 12は、 DocumentManagerl081の詳細を示す。これは、文書処理システム内で 文書を表現するために用いられるデータ構造及び構成を含む。分かりやすくするた めに、このサブセクションで説明される構成は、 MVCパラダイムを用いて説明される
[0091] DocumentManagerl081は、文書処理システム内にある全ての文書を保持しホスト する DocumentContainer (ドキュメントコンテナ:文書コンテナ) 203を含む。 Document Managerl081にアタッチされたツールキット 201は、 DocumentManagerl081により 使用される様々なツールを提供する。例えば、 DomService (DOMサービス)は、文書 に対応する DOMを生成し、保持し、管理するために必要とされる全ての機能を提供 するために、ツールキット 201により提供されるツールである。ツールキット 201により 提供される別のツールである IOManager (入出力管理部)は、システムへの入力及び システムからの出力を管理する。同様に、 StreamHandler (ストリームハンドラ)は、ビッ トストリームによる文書のアップロードを扱うツールである。これらのツールは、図中に 特に示さず、参照番号を割り当てないが、ツールキット 201のコンポーネントを形成す る。
[0092] MVCパラダイムの表現によれば、モデル(M)は、文書の DOMツリーモデル 202 を含む。前述したように、全ての文書は、文書処理システムにおいて DOMツリーとし て表現される。文書は、また、 DocumentContainer203の一部を形成する。
[0093] 1. DOMモデノレ及びゾーン 文書を表現する DOMツリーは、 Node (ノード) 2021を有するツリーである。 DOMッ リーの部分集合である Zone (ゾーン) 209は、 DOMツリー内の 1以上の Nodeの関連 領域を含む。例えば、画面上で文書の一部のみを表示し得るが、この可視化された 文書の一部は Zone209を用いて表示される。 Zoneは、 ZoneFactory (ゾーンファクトリ: ゾーン生成部) 205と呼ばれるプラグインを用いて、生成され、取り扱われ、処理され る。 Zoneは DOMの一部を表現する力 1以上の「名前空間」を使用してもよい。よく 知られているように、名前空間は、名前空間内でユニークな名前の集合である。換言 すれば、名前空間内に同じ名前は存在しない。
[0094] 2. Facet及び Facetと Zoneとの関係
Facet (ファセット) 2022は、 MVCパラダイムのモデル(M)部分内の別の構成であ る。 Facetは、 Zoneにおいて Nodeを編集するために使用される。 Facet2022は、 Zone 自身の内容に影響を与えずに実行することができる手続 (プロシージャ)を使用して、 DOMへのアクセスを編成する。次に説明するように、これらの手続は、 Nodeに関連 した重要で有用な操作を実行する。
[0095] 各 Nodeは、対応する Facetを有する。 DOMの中の Nodeを直接操作する代わりに、 操作を実行するために Facetを使用することによって、 DOMの保全性は保護される。 操作が Node上で直接実行される場合、いくつかのプラグインが DOMを同時に変更 することができ、その結果矛盾を引き起こす。
[0096] W3Cが策定した DOMの標準規格は、 Nodeを操作するための標準的なインタフエ イスを定義する力 実際には、ボキヤブラリごと又は Nodeごとに特有の操作があるの で、これらの操作を APIとして用意しておくのが好都合である。文書処理システムで は、このような各 Nodeに特有の APIを Facetとして用意し、各 Nodeにアタッチする。こ れにより、 DOMの標準規格に準拠しつつ、有用な APIを付加することができる。また 、ボキヤブラリごとに特有の DOMを実装するのではなぐ標準的な DOMの実装に、 後から特有の APIを付加するようにすることで、多様なボキヤブラリを統一的に処理 することができるともに、複数のボキヤブラリが任意の組合せで混在した文書を適切 に処理することができる。
[0097] ボキヤブラリは、名前空間に属するタグ (例えば XMLのタグ)のセットである。上述し たように、名前空間は、ユニークな名前 (ここではタグ)のセットを有する。ボキヤブラリ は、 XML文書を表現する DOMツリーのサブツリーとして現れる。このサブツリーは Z oneを含む。特定の例においては、タグセットの境界は Zoneによって定義される。 Zon e209は、 ZoneFactory205と呼ばれる Serviceを利用して生成される。上述したように 、 Zone209は、文書を表現する DOMツリーの一部の内部表現である。このような文 書の一部へのアクセスを提供するために、論理的な表現が要求される。この論理的 表現は、文書が画面上で論理的にどのように表現されるかについてコンピュータに通 知する。 Canvas (キャンバス) 210は、 Zoneに対応する論理的なレイアウトを提供する ように作用する Serviceである。
[0098] 他方、 Pane211は、 Canvas210により提供される論理的なレイアウトに対応する物 理的な画面レイアウトである。実際、ユーザは表示画面上で文字や画像によって文 書のレンダリングのみを見る。したがって、文書は、画面上に文字や画像を描画する プロセスにより、画面上に描写されなければならない。文書は、 Pane211により提供さ れる物理的なレイアウトに基づいて、 Canvas210により画面上に描写される。
[0099] Zone209に対応する Canvas210は、 Editlet206を使用して生成される。文書の DO Mは、 Editlet206及び Canvas210を使用して編集される。元の文書の完全性を維持 するために、 Editlet206及び Canvas210は、 Zone209における 1以上の Nodeに対応 する Facetを使用する。これらの Serviceは、 Zone及び DOM内の Nodeを直接操作しな い。 Facetは、 Command207を利用して操作される。
[0100] ユーザは、一般に、画面上のカーソルを移動させたり、コマンドをタイプしたりするこ とによって、画面と対話する。画面上の論理的なレイアウトを提供する Canvas210は、 このカーソル操作を受け付ける。 Canvas210は、対応するアクションを Facetに実行さ せることができる。この関係により、カーソルサブシステム 204は、 DocumentManagerl 081に対して、 MVCパラダイムのコントローラ(C)として機能する。 Canvas210は、ィ ベントを扱うタスクも有する。例えば、 Canvas210は、マウスクリック、フォーカス移動、 及びユーザにより起こされた同様のアクションなどのイベントを扱う。
[0101] 3. Zone, Facet, Canvas及び Paneの間の関係の概要
文書処理システム内の文書は、少なくとも 4つの観点から見ることができる。すなわ ち、 1)文書処理システムにおいて文書の内容及び構造を保持するために用いられる データ構造、 2)文書の保全性に影響を与えずに文書の内容を編集する手段、 3)文 書の画面上の論理的なレイアウト、 4)文書の画面上の物理的なレイアウト、である。 Z one, Facet, Canvas及び Paneは、前述の 4つの観点に相当する、文書処理システム のコンポーネントをそれぞれ表す。
[0102] 4.アンドゥサブシステム
上述したように、文書に対するいかなる変更 (例えば編集)も取消可能であることが 望ましい。例えば、ユーザが編集操作を実行し、次に、その変更の取消を決定したと する。図 12に関連して、アンドゥサブシステム 212は、文書管理部の取消可能なコン ポーネントを実現する。 UndoManager (アンドゥマネージャ:アンドゥ管理部) 2121は、 ユーザによって取り消される可能性のある全ての文書に対する操作を保持する。
[0103] 例えば、ユーザが、文書中の単語を別の単語に置換するコマンドを実行したとする 。その後、ユーザは考え直し、元の単語に戻すことを決定したとする。アンドゥサブシ ステム 212は、このような操作を支援する。 UndoManager2121は、このような Undoabl eEdit (アンドゥアプルエディット:取消可能な編集) 2122の操作を保持する。
[0104] 5.カーソノレサブシステム
前述したように、 MVCのコントローラ部分は、カーソルサブシステム 204を備えても よい。カーソルサブシステム 204は、ユーザ力も入力を受け付ける。これらの入力は、 一般にコマンド及び Z又は編集操作の性格を有している。したがって、カーソルサブ システム 204は、 DocumentManagerl081に関連した MVCパラダイムのコントローラ( C)部分であると考えることができる。
[0105] 6.ビュー
前述したように、 Canvas210は、画面上に提示されるべき文書の論理的なレイアウト を表す。 XHTML文書の例では、 Canvas210は、文書が画面上でいかに見えるかを 論理的に表現したボックスツリー 208を含んでもよい。このボックスツリー 208は、 Doc umentManager 1081に関連した MVCパラダイムのビュー(V)部分に含まれよう。
[0106] D.ボキヤブラリコネクション
文書処理システムの重要な特徴は、 XML文書を、他の表現にマップして取り扱うこ とが可能で、かつ、マップした先の表現を編集すると、その編集が元の XML文書に 整合性を保ちつつ反映される環境を提供することにある。
[0107] マークアップ言語により記述された文書、例えば XML文書は、文書型定義により定 義されたボキヤブラリに基づいて作成されている。ボキヤブラリは、タグのセットである 。ボキヤブラリは、任意に定義されてもよいため、無限に多くのボキヤブラリが存在しう る。し力しながら、多数の可能なボキヤブラリのそれぞれに対して専用の処理 Z管理 環境を提供するのは現実的ではない。ボキヤブラリコネクションは、この問題を解決す る方法を提供する。
[0108] 例えば、文書は 2以上のマークアップ言語により記述されてもよい。文書は、例えば 、 XHTML (.extensible HyperText Markup Language)、 ¾ V"G (Scalable Vector Grap hies)、 MathML (Mathematical Markup Language)、その他のマークアップ言語によ り記述されてもよい。換言すれば、マークアップ言語は、 XMLにおけるボキヤブラリゃ タグセットと同様に見なされてもよい。
[0109] ボキヤブラリは、ボキヤブラリプラグインを用いて処理される。文書処理システムにお いてプラグインが利用不可能であるボキヤブラリにより記述された文書は、プラグイン が利用可能である別のボキヤブラリの文書にマッピングすることにより表示される。こ の特徴により、プラグインが用意されていないボキヤブラリの文書も適切に表示するこ とがでさる。
[0110] ボキヤブラリコネクションは、定義ファイルを取得し、取得した定義ファイルに基づい て 2つの異なるボキヤブラリの間でマッピングする能力を含む。あるボキヤブラリで記 述された文書は、別のボキヤブラリにマッピングすることができる。このように、ボキヤ ブラリコネクションは、文書がマッピングされるボキヤブラリに対応した表示 Z編集ブラ グィンにより文書を表示し編集することを可能にする。
[0111] 上述したように、各文書は、一般に複数のノードを有する DOMツリーとして文書処 理システムにおいて記述される。「定義ファイル」は、それぞれのノードについて、そ のノードと他のノードとの対応を記述する。各ノードの要素値及び属性値が編集可能 か否かが指定される。ノードの要素値又は属性値を用いた演算式が記述されてもよ い。 [0112] マッピングという特徴を利用して、定義ファイルを適用したデスティネーション DOM ツリーが生成される。このように、ソース DOMツリーとデスティネーション DOMツリー の関係が構築され保持される。ボキヤブラリコネクションは、ソース DOMツリーとデス ティネーシヨン DOMツリーの対応を監視する。ユーザ力も編集指示を受けると、ボキ ャブラリコネクションは、ソース DOMツリーの関連したノードを変更する。ソース DOM ツリーが変更されたことを示す「ミューテーシヨンイベント」が発行され、デスティネーシ ヨン DOMツリーがそれに応じて変更される。
[0113] ボキヤブラリコネクションの使用により、少数のユーザのみに知られていた比較的マ イナ一なボキヤブラリを、別のメジャーなボキヤブラリに変換することができる。したが つて、少数のユーザによって利用されるマイナーなボキヤブラリであっても、文書を適 切に表示し、望ましい編集環境を提供することができる。
[0114] このように、文書処理システムの一部であるボキヤブラリコネクションサブシステムは 、文書の複数の表現を可能にする機能を提供する。
[0115] 図 13は、ボキヤブラリコネクション(VC : Vocabulary Connection)サブシステム 300 を示す。 VCサブシステム 300は、同一の文書の 2つの代替表現の整合性を維持す る方法を提供する。例えば、 2つの表現は、同一文書の、 2つの異なるボキヤブラリに よる表現であってもよい。前述したように、一方はソース DOMツリーであってもよぐ 他方はデスティネーション DOMツリーであってもよい。
[0116] 1.ボキヤブラリコネクションサブシステム
ボキヤブラリコネクションサブシステム 300の機能は、 VocabularyConnection301と 呼ばれるプラグインを使用して、文書処理システムにおいて実現される。文書が表現 される Vocabulary305ごとに、対応するプラグインが要求される。例えば、文書の一部 が HTMLで記述され、残りが SVGで記述されている場合、 HTMLと SVGに対応す るボキヤブラリブラグィンが要求される。
[0117] VocabularyConnectionプラグイン 301は、適切な Vocabulary305の文書に対応した 、 Zone209又は Pane211のための適切な VCCanvas (ボキヤブラリコネクションキャン バス) 310を生成する。 VocabularyConnection301を用いて、ソース DOMツリー内の Zone209に対する変更は、変換ルールにより、別の DOMツリー 306の対応する Zone に伝達される。変換ルールは、ボキヤブラリコネクション記述子(Vocabulary Connecti on Descriptor: VCD)の形式で記述される。このようなソース DOMとデスティネーショ ン DOMの間の変換に対応するそれぞれの VCDファイルにつ!/、て、対応する VCMa nager (ボキヤブラリコネクションマネージャ) 302が生成される。
[0118] 2. Connector
Connector304は、ソース DOMツリーのソースノードと、デスティネーション DOMッ リーのデスティネーションノードとを接続する。 Connector304は、ソース DOMツリー 中のソースノード、及びソースノードに対応するソース文書に対する修正 (変更)を見 るために作用する。そして、対応するデスティネーション DOMツリーのノードを修正 する。 Connector304は、デスティネーション DOMツリーを修正することができる唯一 のオブジェクトである。例えば、ユーザは、ソース文書、及び対応するソース DOMッリ 一に対してのみ修正を行うことができる。その後、 Connector304がデスティネーショ ン DOMツリーに、対応する修正を行う。
[0119] Connector304は、ツリー構造を形成するために、論理的にリンクされる。 Connector 304により形成されたツリーは、 ConnectorTree (コネクタツリー)と呼ばれる。 Connect or304は、 ConnectorFactory (コネクタファクトリ:コネクタ生成部) 303と呼ばれる Servi ceを用いて生成される。 ConnectorFactory303は、ソース文書から Connector304を 生成し、それらをリンクして ConnectorTreeを形成する。 VocabularyConnectionManage r302は、 ConnectorFactory303を保持する。
[0120] 前述したように、ボキヤブラリは名前空間におけるタグのセットである。図示されるよ うに、 Vocabulary305は、 VocabularyConnection301によって文書に対して生成され る。これは、文書ファイルを解析し、ソース DOMとデスティネーション DOMの間の写 像のための適切な VocabularyConnectionManager302を生成することにより行われる 。さらに、 Connectorを生成する ConnectorFactory303と、 Zone209を生成する ZoneF actory205と、 Zone内のノードに対応する Canvasを生成する Editlet206との間の適切 な関係が作られる。ユーザがシステム力も文書を処分又は削除するとき、対応する Vo cabularyConnectionManager302が肖 lj除される。
[0121] Vocabulary305は、 VCCanvas310を生成する。さらに、 Connector304及びデステ イネーシヨン DOMツリー 306が対応して生成される。
[0122] ソース DOM及び Canvasは、それぞれ、モデル(M)及びビュー(V)に対応する。し 力しながら、このような表現は、ターゲットのボキヤブラリが画面上に描写可能である 場合に限って意味がある。描写は、ボキヤブラリブラグィンにより行われる。ボキャプラ リプラグインは、主要なボキヤブラリ、例えば、 XHTML, SVG, MathMLについて 提供される。ボキヤブラリブラグィンは、ターゲットのボキヤブラリに関連して使用され る。これらは、ボキヤブラリコネクション記述子を用いてボキヤブラリ間でマッピングする 方法を提供する。
[0123] このようなマッピングは、ターゲットのボキヤブラリが、マッピング可能で、画面上に描 写される方法が予め定義されたものである場合にのみ意味がある。このようなレンダリ ング方法は、例えば XHTMLなどのように、 W3Cなどの組織により定義された標準 規格となっている。
[0124] ボキヤブラリコネクションが必要であるとき、 VCCanvasが使用される。この場合、ソー スのビューを直接生成することができないので、ソースの Canvasは生成されない。こ の場合、 VCCanvas力 ConnectorTreeを使用して生成される。この VCCanvasは、ィ ベントの変換のみを扱い、画面上の文書の描写を援助しない。
[0125] 3. DestinationZone、 Pane、及びし anvas
上述したように、ボキヤブラリコネクションサブシステムの目的は、同一の文書の 2つ の表現を同時に生成し保持することである。第 2の表現も、 DOMツリーの形式であり 、これはデスティネーション DOMツリーとして既に説明した。第 2の表現における文 書を見るために、 DestinationZone, Canvas及び Paneが必要である。
[0126] VCCanvasが作成されると、対応する DestinationPane307が生成される。さらに、関 連する DestinationCanvas308と、対応する BoxTree309が生成される。同様に、 VCC anvas310も、ソース文書に対する Pane211及び Zone209に関連づけられる。
[0127] DestinationCanvas308は、第 2の表現における文書の論理的なレイアウトを提供す る。特に、 DestinationCanvas308は、デスティネーション表現における文書を描写す るために、カーソルや選択のようなユーザインタフェイス機能を提供する。 Destination Canvas308に生じたイベントは、 Connectorに供給される。 DestinationCanvas308は 、マウスイベント、キーボードイベント、ドラッグアンドドロップイベント、及び文書のデス ティネーシヨン(第 2)表現のボキヤブラリに特有なイベントを、 Connector304に通知 する。
[0128] 4.ボキヤブラリコネクションコマンドサブシステム
ボキヤブラリコネクション (VC)サブシステム 300の要素として、ボキヤブラリコネクシ ヨン (VC)コマンドサブシステム 313がある。ボキヤブラリコネクションコマンドサブシス テム 313は、ボキヤブラリコネクションサブシステム 300に関連した命令の実行のため に使用される VCCommand (ボキヤブラリコネクションコマンド) 315を生成する。 VCCo mmandは、内蔵の CommandTemplate (コマンドテンプレート) 318を使用して、及び Z 又は、スクリプトサブシステム 314においてスクリプト言語を使用してスクラッチカもコ マンドを生成することにより、生成することができる。
[0129] コマンドテンプレートには、例えば、「If」コマンドテンプレート、「When」コマンドテン プレート、「挿入(Insert)」コマンドテンプレートなどがある。これらのテンプレートは、 V CCommandを作成するために使用される。
[0130] 5. XPathサブシステム
?&1^サブシステム316は、文書処理システムの重要な構成であり、ボキヤブラリコ ネクシヨンの実現を支援する。 Connector304は、一般に xpath情報を含む。上述した ように、ボキヤブラリコネクションのタスクの 1つは、ソース DOMツリーの変化をデステ イネーシヨン DOMツリーに反映させることである。 xpath情報は、変更 Z修正を監視さ れるべきソース DOMツリーのサブセットを決定するために用いられる 1以上の xpath 表現を含む。
[0131] 6.ソース DOMツリー、デスティネーション DOMツリー、及び ConnectorTreeの概要 ソース DOMツリーは、別のボキヤブラリに変換される前のボキヤブラリで文書を表 現した DOMツリー又は Zoneである。ソース DOMツリーのノードは、ソースノードと呼 ばれる。
[0132] それに対して、デスティネーション DOMツリーは、ボキヤブラリコネクションに関連し て前述したように、同一の文書を、マッピングにより変換された後の異なるボキヤブラリ で表現した DOMツリー又は Zoneである。デスティネーション DOMツリーのノードは、 デスティネーションノードと呼ばれる。
[0133] ConnectorTreeは、ソースノードとデスティネーションノードの対応を表す Connector に基づく階層的表現である。 Connectorは、ソースノードと、ソース文書になされた修 正を監視し、デスティネーション DOMツリーを修正する。 Connectorは、デスティネー シヨン DOMツリーを修正することを許された唯一のオブジェクトである。
[0134] E.文書処理システムにおけるイベントフロー
実用のためには、プログラムはユーザ力 のコマンドに応答しなければならない。ィ ベントは、プログラム上で実行されたユーザアクションを記述し実行する方法である。 多くの高級言語、例え «Java (登録商標)は、ユーザアクションを記述するイベントに 頼っている。従来、プログラムは、ユーザアクションを理解し、それを自身で実行する ために、積極的に情報を集める必要があった。これは、例えば、プログラムが自身を 初期化した後、ユーザが画面、キーボード、マウスなどでアクションを起こしたときに 適切な処理を講じるために、ユーザのアクションを繰り返し確認するループに入ること を意味する。し力しながら、このプロセスは扱いにくい。さらに、それは、ユーザが何か をするのを待つ間、 CPUサイクルを消費してループするプログラムを必要とする。
[0135] 多くの言語が、異なるパラダイムを採用することにより、これらの問題を解決している 。そのうちの一つは、現代の全てのウィンドウシステムの基礎となっている、イベントド リブンプログラミングである。このパラダイムでは、全てのユーザアクションは、「ィベン ト」と呼ばれる抽象的な事象の集合に属する。イベントは、十分詳細に、特定のユー ザアクションを記述する。プログラムがユーザにより生成されたイベントを積極的に収 集するのではなぐ監視すべきイベントが生じたときに、システムがプログラムに通知 する。この方法によりユーザとの対話を扱うプログラムは「イベントドリブン」であると言 われる。
[0136] これは、多くの場合、全てのユーザにより生成されたイベントの基本特性を獲得する 「Event (イベント)」クラスを使用して扱われる。
[0137] 文書処理システムは、 自身のイベント、及びこれらのイベントを扱う方法を定義して 使用する。いくつかの型のイベントが使用される。例えば、マウスイベントは、ユーザ のマウスアクションから起こるイベントである。マウスを含むユーザアクションは、 Canva s210によって、マウスイベントに渡される。このように、 Canvasは、システムのユーザ による相互作用の最前部にあると言える。必要であれば、最前部にある Canvasは、そ のイベントに関連した内容を子へ渡す。
[0138] それに対して、キーストロークイベントは、 Canvas 210から流れる。キーストロークイ ベントは、即時的なフォーカスを有する。すなわち、それは、いかなる瞬間でも作業に 関連する。 Canvas210上に入力されたキーストロークイベントは、その親に渡される。 キー入力は、文字列挿入を扱うことが可能な、異なるイベントによって処理される。文 字列の挿入を扱うイベントは、キーボードを使用して文字が挿入されたときに発生す る。他の「イベント」は、例えば、ドラッグイベント、ドロップイベント、マウスイベントと同 様に扱われる他のイベントを含む。
[0139] 1.ボキヤブラリコネクション外のイベントの取り扱い
イベントは、イベントスレッドを用いて渡される。 Canvas210は、イベントを受け取ると 、その状態を変更する。必要であれば、 Commandl052力 Canvas210により Comman dQueuel053にポストされる。
[0140] 2.ボキヤブラリコネクション内のイベントの取り扱い
VocabularyConnectionプラグイン 301を用いて、 DestinationCanvasの一例である X HTMLCanvasl l06は、発生したイベント、例えば、マウスイベント、キーボードィベン ト、ドラッグアンドドロップイベント、及びボキヤブラリに特有のイベントなどを受け取る。 これらのイベントは、コネクタ 304に通知される。より詳細には、図 21 (b)に図示される ように、 VocabularyConnectionプラグイン 301内のイベントフローは、 SourcePanel lO 3、 Vし Canvas丄 104、 DestinationPanel lOo、 DestinationCanvasの一 f列で fcoDestin ationCanvasl 106、デスティネーション DOMツリー及び ConnectorTreeを通過する。
[0141] F. Programlnvoker及び Programlnvokerと他の構成との関係
Programlnvokerl03及びそれと他の構成との関係は、図 14 (a)に更に詳細に示さ れる。 Programlnvokerl03は、文書処理システムを開始するために実行される実行環 境中の基本的なプログラムである。図 11 (b)及び図 11 (c)に図示されるように、 User Application 106、 ¾erviceBrokerl04l、 Commandlnvokerl051、及び Resourcel09 は、全て Programlnvokerl03に接続される。前述したように、アプリケーション 102は、 実行環境中で実行されるコンポーネントである。同様に、 ServiceBrokerl041は、シ ステムに様々な機能をカ卩えるプラグインを管理する。他方、 Commandlnvokerl051は 、ユーザにより提供される命令を実行して、コマンドを実行するために使用されるクラ ス及びファンクションを保持する。
[0142] 1.プラグイン及びサービス
ServiceBrokerl041について、図 14 (b)を参照して更に詳細に説明する。前述した ように、 ServiceBrokerl041は、システムに様々な機能を追加するプラグイン (及び関 連するサービス)を管理する。 Servicel042は、文書処理システムに特徴を追加又は 変更可能な最も下の層である。「Service」は、 ServiceCategory401と ServiceProvider 402の 2つの部分からなる。図 14 (c)に図示されるように、 1つの ServiceCategory401 は、複数の関連する ServiceProvider402を持ちうる。それぞれの ServiceProviderは、 特定の ServiceCategoryの一部または全部を実行するように作用する。 ServiceCatego ry401は、他方では、 Serviceの型を定義する。
[0143] Serviceは、 1)文書処理システムに特定の特色を提供する「特色サービス」、 2)文書 処理システムにより実行されるアプリケーションである「アプリケーションサービス」、 3) 文書処理システムの全体にわたって必要な特色を提供する「環境サービス」、の 3つ の型に分類することができる。
[0144] Serviceの例は、図 14 (d)に示される。アプリケーション Serviceの Categoryにおいて は、システムユーティリティが対応する ServiceProviderの例である。同様に、 Editlet20 6は Categoryであり、 HTMLEditlet及び SVGEditletは対応する ServiceProviderである 。 ZoneFactory205は、 Serviceの別の Categoryであり、対応する ServiceProvider (図 示せず)を有する。
[0145] プラグインは、文書処理システムに機能性をカ卩えると既に説明した力 いくつかの Se rviceProvider402及びそれらに関連するクラスからなるユニットと見なされてもよい。 各プラグインは、宣言ファイルに記述された依存性及び ServiceCategory401を有す る。
[0146] 2. Programlnvokerとアプリケーションとの関係
図 14 (e)は、 Programlnvokerl03と UserApplicationl06との関係についての更なる 詳細を示す。必要な文書やデータなどは、ストレージからロードされる。必要なプラグ インは、全て ServiceBrokerl041上にロードされる。 ServiceBrokerl041は、全てのプ ラグインを保持し管理する。プラグインは、システムに物理的に追加することができ、 又、その機能はストレージカもロードすることができる。プラグインの内容がロードされ ると、 ServiceBrokerl041は、対応するプラグインを定義する。つづいて、対応する Us erApplicationl06が生成され、実行環境 101にロードされ、 Programlnvokerl03にァ タツチされる。
[0147] G.アプリケーションサービスと環境との関係
図 15 (a)は、 Programlnvokerl03上にロードしたアプリケーションサービスの構成に ついての更なる詳細を示す。コマンドサブシステム 105のコンポーネントである Comm andlnvokerl051は、 Programlnvokerl03内の Commandl052を起動又は実行する。 Commandl052は、文書処理システムにおいて、 XMLなどの文書を処理し、対応す る XMLDOMツリーを編集するために用いられる命令である。 Commandlnvokerl05 1は、 Commandl052を実行するために必要なクラス及びファンクションを保持する。
[0148] ServiceBrokerl041も、 Programlnvokerl03内で実行される。 UserApplicationl06 は、ユーザインタフェイス 107及び CoreComponentl lOに接続される。 CoreCompone ntl lOは、全ての Paneの間で文書を共有する方法を提供する。 CoreComponentl lO は、さらにフォントを提供し、 Paneのためのツールキットの役割を果たす。
[0149] 図 15 (b)は、 Framel071、 MenuBarl072、及び StatusBarl073の関係を示す。
[0150] H.アプリケーションコア
図 16 (a)は、全ての文書、及び文書の一部及び文書に属するデータを保持するァ プリケーシヨンコア 108についての更なる説明を提供する。 CoreComponentl lOは、 文書 1082を管理する DocumentManagerl081にアタッチされる。 DocumentManager 1081は、文書処理システムに関連づけられたメモリに格納される全ての文書 1082 の所有者である。
[0151] 画面上の文書の表示を容易にするために、 DocumentManagerl081は RootPanel 084にも接続される。 ClipBoardl087、 SnapShotl088、 Drag&Drop601、及び Overla y602の機能も、 CoreComponentl 10にアタッチされる。 [0152] SnapShotl088は、アプリケーションの状態を元に戻すために使用される。ユーザが SnapShotl088を起動したとき、アプリケーションの現状が検知され、格納される。そ の後、アプリケーションの状態が別の状態に変わるとき、格納された状態の内容は保 存される。 SnapShotl088は、図 16 (b)に図示される。動作において、アプリケーショ ンがある URL力 他へ移動するときに、前に戻る動作及び先に進む動作をシームレ スに実行可能とするために、 SnapShotl088は以前の状態を記憶する。
[0153] I. DocumentManager内における文書の構成
図 17 (a)は、 DocumentManagerl081の更なる説明と、 DocumentManagerにおいて 文書が構成され保持される様子を示す。図 11 (b)に示したように、 DocumentManager 1081は、文書 1082を管理する。図 17 (a)に示される例において、複数の文書のう ちの 1つは RootDocument (ルート文書) 701であり、残りの文書は SubDocument (サブ 文書) 702である。 DocumentManager 1081は、 RootDocument701に接続され、 Root Document701は、全ての SubDocument702に接続される。
[0154] 図 12及び図 17 (a)に示すように、 DocumentManager 1081は、全ての文書 1082を 管理するオブジェクトである DocumentContainer203に結合される。 DOMService703 及び IOManager704を含むツールキット 201 (例えば XMLツールキット)の一部を开 成するツールも、 DocumentManager 1081に供給される。再び図 17 (a)を参照して、 DOMService703は、 DocumentManagerl081により管理される文書に基づいた DO Mツリーを生成する。各 Document705は、それが RootDocument701であっても SubD ocument702であっても、対応する DocumentContainer203によって管理される。
[0155] 図 17 (b)は、文書 A— Eが階層的に配置される様子を示す。文書 Aは RootDocume ntである。文書 B— Dは、文書 Aの SubDocumentである。文書 Eは、文書 Dの SubDocu mentである。図 17 (b)の左側は、これと同じ文書の階層が画面上に表示された例を 示す。 RootDocumentである文書 Aは、基本フレームとして表示される。文書 Aの SubD ocumentである文書 B— Dは、基本フレーム Aの中のサブフレームとして表示される。 文書 Dの SubDocumentである文書 Eは、サブフレーム Dのサブフレームとして画面に 表示される。
[0156] 再び図 17 (a)を参照して、 UndoManager (アンドゥマネージャ:アンドゥ管理部) 706 及び UndoWrapper (アンドゥラッパ一) 707は、それぞれの DocumentContainer203に 対して生成される。 UndoManager706及び UndoWrapper707は、取消可能なコマンド を実行するために使用される。この特徴を使用することにより、編集操作を使用して 文書に対して実行された変更を取り消すことができる。 SubDocumentの変更は、 Root Documentとも密接な関係を有する。アンドゥ操作は、階層内の他の文書に影響する 変更を考慮に入れて、例えば、図 17 (b)に示されるような連鎖状の階層における全 ての文書の間で整合性が維持されることを保証する。
[0157] UndoWrapper 707は、 DocumentContainer 203内の SubDocumentに関連するアンド ゥオブジェクトをラップし、それらを RootDocumentに関連するアンドゥオブジェクトに結 合させる。 UndoWrapper707は、 UndoableEditAcceptor (アンドゥァブルエデイットァク セプタ:アンドゥ可能編集受付部) 709に利用可能なアンドゥオブジェクトの収集を実 行する。
[0158] UndoManager706及び UndoWrapper707は、 UndoableEditAcceptor709及び Undo ableEditSource (アンドゥァブルエディットソース) 708〖こ接続される。当業者には理解 されるように、 Document705が UndoableEditSource708であってもよぐ取消可能な 編集オブジェクトのソースであってもよ 、。
[0159] J.アンドゥコマンド及びアンドゥフレームワーク
図 18 (a)及び図 18 (b)は、アンドゥフレームワーク及びアンドゥコマンドについて更 なる詳細を提供する。図 18 (a)に示されるように、 UndoCommand801、 RedoComman d802、及び UndoableEditCommand803は、図 11 (b)に示したように Commandlnvoke r 1051に積むことができるコマンドであり、順に実行される。 UndoableEditCommand8 03は、 UndoableEditSource708及び UndoableEditAcceptor709に更にアタッチされ る。「foo」 Editし ommand804及び「bar」 Editし ommand805i 、 UndoableEditCommand の例である。
[0160] 1. UndoableEditCommandの実行
図 18 (b)は、 UndoableEditCommandの実行を示す。まず、ユーザが編集コマンドを 使用して Document705を編集すると仮定する。第 1ステップ S1では、 UndoableEditA cceptor709力 Document705の DOMツリーである UndoableEditSource708にァタツ チされる。第 2ステップ S2では、ユーザにより発行されたコマンドに基づいて、 Docum ent705が DOMの APIを用いて編集される。第 3ステップ S3では、ミューテーシヨンィ ベントのリスナー力 変更がなされたことを通知される。すなわち、このステップでは、 DOMツリーの全ての変更を監視するリスナーが編集操作を検知する。第 4ステップ S 4では、 UndoableEditが UndoManager706のオブジェクトとして格納される。第 5ステツ プ S5では、 UndoableEditAcceptor709が UndoableEditSource708からデタツチされる 。 UndoableEditSource708は、 Document705自身であってもよい。
[0161] K.システムへの文書のロードに関する手順
上記のサブセクションでは、システムの様々なコンポーネント及びサブコンポーネン トについて説明した。以下、これらのコンポーネントの使用に関する方法論について 説明する。図 19 (a)は、文書処理システムに文書がロードされる様子の概要を示す。 それぞれのステップは、図 24— 28において、特定の例に関連して詳述される。
[0162] 簡単には、文書処理システムは、文書に含まれるデータ力 なるバイナリデータスト リームから DOMを生成する。 ApexNode (エイペックスノード:頂点ノード)が、注目対 象であり Zoneに属する文書の一部のために生成される。つづいて、対応する Paneが 同定される。同定された Paneは、 ApexNode及び物理的な画面表面から Zone及び Ca nvasを生成する。 Zoneは、次に、それぞれのノードに Facetを生成し、それらに必要と される情報を提供する。 Canvasは、 DOMツリーから、ノードをレンダリングするための データ構造を生成する。
[0163] より詳細には、文書はストレージ 901からロードされる。文書の DOMツリー 902が生 成される。文書を保持するための、対応する DocumentContainer903が生成される。 DocumentContainer903は、 DocumentManager904にアタッチされる。 DOMツリーは 、ルートノードと、ときには複数のセカンダリノードを含む。
[0164] 一般に、このような文書は、テキスト及びグラフィクスの双方を含む。したがって、 D OMツリーは、例えば、 XHTMLサブツリーだけでなく SVGサブツリーを有してもよい 。 XHTMLサブツリーは、 XHTMLの ApexNode905を有する。同様に、 SVGサブッ リーは、 SVGの ApexNode906を有する。
[0165] ステップ 1では、 ApexNode906力 画面の論理的なレイアウトである Pane907にァタ ツチされる。ステップ 2では、 Pane907は、 PaneOwner (ペインオーナー:ペインの所有 者) 908である CoreComponentに、 ApexNode906のための ZoneFactoryを要求する。 ステップ 3では、 PaneOwner908は、 ZoneFactoryと、 ApexNode906のための CanvasF actoryである Editletとを返す。
[0166] ステップ 4では、 Pane907力 ¾one909を生成する。 Zone909は Pane907にアタッチ される。ステップ 5では、 Zone909がそれぞれのノードに対して Facetを生成し、対応 するノードにアタッチする。ステップ 6では、 Pane907力 Canvas910を生成する。 Canv as910は Pane907にアタッチされる。 Canvas910には様々な Commandが含まれる。ス テツプ 7では、 Canvas910が文書を画面にレンダリングするためのデータ構造を構築 する。 XHTMLの場合、これはボックスツリー構造を含む。
[0167] 1. Zoneの MVC
図 19 (b)は、 MVCパラダイムを用いて Zoneの構成の概要を示す。この場合、 Zone 及び Facetは文書に関連した入力であるから、モデル(M)は Zone及び Facetを含む。 Canvasと、文書を画面にレンダリングするためのデータ構造体は、ユーザが画面上に 見る出力であるから、ビュー(V)は Canvas及びデータ構造体に対応する。 Command は、文書とその様々な関係に対して制御操作を実行するので、コントロールお)は Ca nvasに含まれる Commandを含む。
[0168] L.文書の表現
図 20を用いて、文書及びその様々な表現の例について以下に説明する。この例で 使用される文書は、テキストと画像の双方を含む。テキストは、 XHTMLを用いて表さ れ、画像は、 SVGを用いて表される。図 20は、文書のコンポーネント及び対応するォ ブジエタトの関係の MVC表現を詳細に示す。この例において、 DocumentlOOlは、 Document 1001を保持する DocumentContainer 1002にアタッチされる。文書は DO Mツリー 1003により表現される。 DOMツリーは、 ApexNodel004を含む。
[0169] ApexNodeは、黒丸で表される。頂点でないノードは、白丸で表される。ノードを編集 するために用いられる Facetは、三角形で表され、対応するノードにアタッチされる。 文書がテキストと画像を有するので、この文書の DOMツリーは、 XHTML部分と SV G部分を含む。 ApexNodel004は、 XHTMLサブツリーの最上のノードである。これ は、文書の XHTML部分の物理的な表現のための最上 Paneである XHTMLPanelO 05にアタッチされる。 ApexNodel004は、文書の DOMツリーの一部である XHTMLZ onel006にもアタッチされる。
[0170] Nodel004に対応する Facetも、 XHTMLZonel006にアタッチされる。 XHTMLZone 1006は、 XHTMLPanel005にアタッチされる。 XHTMLEditletは、文書の論理的な 表現である XHTMLCanvasl007を生成する。 XHTMLCanvasl007は、 XHTMLPane 1005にアタッチされる。 XHTMLCanvasl007は、 Document 1001の XHTMLコンポ 一ネントのための BoxTreel009を生成する。文書の XHTML部分を保持し描画する ために必要な様々な Commandl008も、 XHTMLCanvasl007に追加される。
[0171] 同様に、文書の SVGサブツリーの ApexNodelOlOは、文書の SVGコンポーネント を表現する Document 1001の DOMツリーの一部である SVGZone 1011にアタッチさ れる。 ApexNodelOlOは、文書の SVG部分の物理的な表現の最上の Paneである SV GPanelO 13にアタッチされる。文書の SVG部分の論理的な表現を表す SVGCanvas 1012は、 SVGEditletにより生成され、 SVGPanel013にアタッチされる。画面上に文 書の SVG部分をレンダリングするためのデータ構造及びコマンドは、 SVGCanvasに アタッチされる。例えば、このデータ構造は、図示されるように、円、線、長方形などを 含んでもよい。
[0172] 図 20に関連して説明された文書例の表現の一部について、図 21 (a)に関連して、 前述した MVCパラダイムを用いて更に説明する。図 21 (a)は、文書 1001の XHTM Lコンポーネントにおける MVの関係を簡略化して示す。モデルは、 DocumentlOOl の XHTMLコンポーネントのための XHTMLZone 1101である。 XHTMLZoneのッリ一 には、いくつかの Node及びそれらに対応する Facetが含まれる。対応する XHTMLZon e及び Paneは、 MVCパラダイムのモデル(M)部分の一部である。 MVCパラダイムの ビュー(V)部分は、 DocumentlOOlの XHTMLコンポーネントの、対応する XHTML Canvasl 102及び BoxTreeである。文書の XHTML部分は、 Canvasと、それに含まれ る Commandを使用して画面に描写される。キーボードやマウス入力などのイベントは 、図示されるように、逆方向へ進む。
[0173] SourcePaneは、更なる機能、すなわち、 DOMの保有者としての役割を有する。図 2 1 (b)は、図 21 (a)に示した DocumentlOOlのコンポーネントに対するボキヤブラリコ ネクシヨンを提供する。 DOMホルダーとして機能する SourcePanel l03は、文書のソ ース DOMツリーを含む。 ConnectorTreeは、 ConnectorFactoryにより生成され、デス ティネーシヨン DOMの保有者としても機能する DestinationPanel 105を生成する。 D estinationPanel 105は、 XHTMLDestinationCanvasl 106としてボックスツリーの形式 でレイアウトされる。
[0174] M.プラグインサブシステム、ボキヤブラリコネクション、及びコネクタの関係
図 22 (a) - (c)は、それぞれ、プラグインサブシステム、ボキヤブラリコネクション、及 び Connectorに関連する更なる詳細を示す。プラグインサブシステムは、文書処理シ ステムに機能を追加又は交換するために用いられる。プラグインサブシステムは、 Ser viceBrokerl041を含む。 ServiceBrokerl041にアタッチされる ZoneFactoryServicel 201は、文書の一部に対する Zoneを生成する。 EditletService 1202も、 ServiceBroke rl041にアタッチされる。 EditletServicel202は、 Zone中の Nodeに対応する Canvasを 生成する。
[0175] ZoneFactoryの例は、 XHTMLZone及び SVGZoneをそれぞれ生成する XHTMLZone Factoryl211及び SVGZoneFactoryl 212である。文書例に関連して前述したように、 文書のテキストコンポーネントは、 XHTMLZoneを生成することにより表現されてもよ!ヽ し、画像は SVGZoneを用いて表現されてもよい。 EditletServiceの例は、 XHTMLEditle U221及び SVGEditletl222を含む。
[0176] 図 22 (b)は、ボキヤブラリコネクションに関連する更なる詳細を示す。ボキヤブラリコ ネクシヨンは、前述したように、文書処理システムの重要な特徴であり、 2つの異なる 方法で文書の整合のとれた表現及び表示を可能とする。 ConnectorFactory303を保 持する VCManager302は、ボキヤブラリコネクションサブシステムの一部である。 Conn ectorFactory303は、文書の Connector304を生成する。前述したように、 Connector は、ソース DOM中のノードを監視し、 2つの表現の間の整合性を維持するために、 デスティネーション DOM中のノードを修正する。
[0177] Template317は、いくつかのノードの変換ノレ一ノレを表す。ボキヤブラリコネクション 記述子 (VCD)ファイルは、特定のパス又はルールを満たす要素又は要素の集合を 他の要素に変換するいくつかのルールを表す Templateのリストである。 Template317 及び CommandTemplate318は、全て VCManager302にアタッチされる。 VCManager は、 VCDファイル中の全てのセクションを管理するオブジェクトである。 1つの VCDフ アイルに対して、 1つの VCManagerオブジェクトが生成される。
[0178] 図 22 (c)は、 Connectorに関連する更なる詳細を提供する。 ConnectorFactory303 は、ノ、 ' ~~ス文善力ら Connectorを生成する。 ConnectorFactory303は、 Vocabulary ^ T emplateゝ及び ElementTemplateにアタッチされ、それぞれ、 VocabularyConnectorゝ T emplateConnector、 Elementし onnector 生成 *f る。
[0179] VCManager302は、 ConnectorFactory303を保持する。 Vocabularyを生成するため に、対応する VCDファイルが読み込まれる。こうして、 ConnectorFactory303が生成 れる。このし onnectorFactory30dは、 Zoneを生成する ZoneFactory及びし anvasを生 成する Editletに関連する。
[0180] つづ!/、て、ターゲットボキヤブラリの EditletServiceが、 VCCanvasを生成する。 VCCa nvasも、ソース DOMツリー又は Zoneにおける ApexNodeの Connectorを生成する。必 要に応じて、子の Connectorが再帰的に生成される。 ConnectorTreeは、 VCDフアイ ル中のテンプレートの集合により生成される。
[0181] テンプレートは、マークアップ言語の要素を他の要素に変換するためのルールの集 合である。例えば、各テンプレートは、ソース DOMツリー又は Zoneにマッチされる。 適切にマッチした場合には、頂点 Connectorが生成される。例えば、テンプレートお/ */D」は、間にどんなノードがあるかに関係なぐノード Aで始まりノード Dで終わる全 ての枝に合致する。同様に、「〃B」は、ルートからの全ての「B」ノードに一致する。
[0182] N. ConnectorTreeに関係する VCDファイルの例
特定の文書と関係する処理を説明する例を続ける。ドキュメントタイトルのある「MyS ampleXML」というタイトルの文書が文書処理システムにロードされる。図 23は、「MySa mpleXMLjファイルのための、 VCManager及び ConnectorFactoryTreeを用いた VCD スクリプトの例を示す。スクリプトファイル中のボキヤブラリセクシヨン、テンプレートセク シヨンと、 VCManagerにおける対応するコンポーネントが示される。タグ「vcd:vocabula ry」において、属'性「match_^¾「sample:root」、「label」は「MySampleXML」、「caU— temp late」は sample template となって 、る。
[0183] この例では、 Vocabularyは、「MySampleXML」の VCManagerにおいて「sample:root」 として頂点要素を含む。対応する UIラベルは、「MySampleXML」である。テンプレート セクションにお 、て、タグは「vcd:template」であり、名前は「sample:template」である。
[0184] O.ファイルがシステムにロードされる方法の詳細な例
図 24— 28は、文書「MySampleXML」のロードについての詳細な記述を示す。図 24 (a)に示されるステップ 1では、文書がストレージ 1405からロードされる。 DOMService は、 DOMツリー及び DocumentManagerl406と対応する DocumentContainerl401 を生成する。 DocumentContainerl401は、 DocumentManagerl406にアタッチされる 。文書は、 XHTML及び MySampleXMLのサブツリーを含む。 XHTMLの ApexNode 1403は、タグ「xhtml:html」が付された XHTMLの最上のノードである。「MySampleX MLJの ApexNodel404は、タグ「sample:root」が付された「MySampleXML」の最上ノ ードである。
[0185] 図 24 (b)に示されるステップ 2では、 RootPaneが文書の XHTMLZone、 Facet,及び Canvasを生成する。 Panel407、 XHTMLZonel408、 XHTMLCanvasl409、及び Bo xTreel410力 ApexNode 1403に対応して生成される。
[0186] 図 24 (c)に示されるステップ 3では、 XHTMLZoneが知らないタグ「sample:root」を発 見し、 XHTMLCanvasの領域から SubPaneを生成する。
[0187] 図 25に示されるステップ 4では、 SubPaneが「sample:root」を扱うことができ、適切な Zoneを生成 Γ會な ZoneFactory 得る。この ZoneFactoryi;、 ZoneFactory 行 n丁 能な Vocabulary内にある。それは、「MySampleXML」の VocabularySectionの内容を含 む。
[0188] 図 26に示されるステップ 5では、「MySampleXML」に対応する Vocabularyが Default Zonel601を生成する。対応する Editletが生成され、対応する Canvasを生成するた めに SubPanel501が提供される。 Editletは、 VCCanvasを生成する。そして、それは T emplate¾ection 呼ふ。 Connectorractory freet a.3;れて 、る。し onnectorFactoryTr eeは、 ConnectorTreeとな 全飞の Connectorを生成する。
[0189] 図 27に示されるステップ 6では、各 Connectorがデスティネーション DOMオブジェク トを生成する。コネクタのうちのいくつかは xpath情報を含んでいる。 xpath情報は、変 更 Z修正を監視する必要のあるソース DOMツリーの部分集合を決定するために使 用される 1以上の xpath表現を含む。
[0190] 図 28に示されるステップ 7では、ボキヤブラリは、ソース DOMのペインからデスティ ネーシヨン DOMツリーの DestinationPaneを作成する。これは、 SourcePaneに基づい てなされる。デスティネーションツリーの ApexNodeは、 DestinationPane及び対応する Zoneにァタツテされる。 DestinationPaneは、 DestinationCanvasを生成し、文書をテス ティネーシヨンのフォーマットでレンダリングするためのデータ構造及びコマンドを構 築する、自身の Editletを提供される。
[0191] 図 29 (a)は、対応するソースノードを持たず、デスティネーションツリーにのみ存在 するノード上でイベントが発生したときのフローを示す。マウスイベント、キーボードィ ベントなど、 Canvasが取得したイベントは、デスティネーションツリーを通過して、 Elem entTemplateConnectorに izs達 れる。 ElementTemplateConnectorは对 、す oソ ~~ス ノードを持たな 、ので、伝達されたイベントはソースノードに対する編集操作ではな ヽ 。 ElementTemplateConnectorは、 1ZS達 れた ヘント し ommandTemplateに己 さ れたコマンドに合致すれば、それに対応する Actionを実行する。合致するコマンドが なければ、 ElementTemplateConnectorは、伝達されたイベントを無視する。
[0192] 図 29 (b)は、 TextOfConnectorによりソースノードに対応づけられているデステイネ ーシヨンツリーのノード上でイベントが発生したときのフローを示す。 TextOfConnector は、ソース DOMツリーの XPathで指定されたノード力 テキストノードを取得して、デ スティネーシヨン DOMツリーのノードにマッピングする。マウスイベント、キーボードィ ベントなど、 Canvasが取得したイベントは、デスティネーションツリーを通過して、 Text OlConnectorに伝達される。 TextO!Connectorは、伝達されたイベントを、対応するソ ースノードの編集コマンドにマッピングし、 Queuel053に積む。編集コマンドは、 Face tを介して実行される DOMの APIコールの集合である。キューに積まれたコマンドが 実行されると、ソースノードが編集される。ソースノードが編集されると、ミューテーショ ンイベントが発行され、リスナーとして登録された TextOfConnectorにソースノードの 変更が通知される。 TextOfConnectorは、ソースノードの変更を、対応するデステイネ ーシヨンノードに反映させるように、デスティネーションツリーを再構築する。このとき、 TextO!Connectorを含むテンプレートに、「for each」 「for loop」などの制御文が含ま れている場合、 ConnectorFactoryがこの制御文を再評価し、 TextOfConnectorを再構 築した後、デスティネーションツリーが再構築される。
[0193] (第 1の実施の形態)
第 1の実施の形態では、新たな XMLの利用技術を提案する。さらに、新たなプログ ラミングパラダイムを提案する。
[0194] 前述したように、ウェブページの作成者は、 VBスクリプトを用いて ActiveXコント口 ールを制御し、さまざまな機能を有するウェブページを作成することができるようにな つている。し力し、 ActiveXコントロール自体は内部がブラックボックス化されており、 ActiveXコントロールの機能を自由にカスタマイズしたり、複数の ActiveXコントロー ル同士を直接連携して動作させたりすることはできな 、。
[0195] 本発明者は、前提技術で説明した XMLの処理技術が、このような課題を解決する のに適した技術であることに気づいた。従来の一般的なアプリケーションは、 自身の 動作に必要なデータを独自に定めたバイナリフォーマットで保持しているため、外部 力もの参照を可能とする APIが特別に用意されていない限り、内部のデータを外部 力も参照して利用することはできな力つた。しかし、アプリケーションが利用するデー タを XMLの形式で保持することにより、前提技術で説明した技術を利用して、他のァ プリケーシヨンからも容易にデータを参照することが可能となる。すなわち、前提技術 の文書処理装置 20は XML文書を DOMの形式で保持するので、 DOMが標準的に 提供する APIを用いて外部から自由にデータにアクセスすることができる。このような 「ホワイトボックス」とも言うべき技術を利用して、より柔軟性の高いプログラミングパラ ダイムを構築できる。本発明者は、前提技術で説明した XMLの処理技術を更に進 め、後述するような新たな XMLの利用技術を想到した。
[0196] ここで、 XML文書のデータ構造と、その XML文書の処理技術の関係について説 明する。図 30 (a) (b) (c)は、処理対象となる XML文書のデータ構造の例を示す。 最も単純な例としては、図 30 (a)に示すように、単一のボキヤブラリで記述された XM L文書がある。この XML文書の処理系は、例えば、 XHTMLで記述されたウェブべ ージを表示するブラウザのように、特定のボキヤブラリで記述された XML文書を処理 できればよい。
[0197] これに対し、本出願人は、前提技術で説明したように、図 30 (b)に示すような、ある ボキヤブラリの構成要素(図中、白丸で示す)と、別のボキヤブラリの構成要素(図中、 黒丸で示す)とが混在した XML文書を適切に処理可能な文書処理装置を開発した 。前提技術の文書処理装置 20では、さまざまな XMLボキヤブラリを組み合わせた X ML複合文書に対し、起動部の一例である主制御ユニット 22により各フラグメントごと に適切な処理系が呼び出され、処理を分担してビューを構築し、ユーザの編集操作 にあわせて XML複合文書を編集することができる。これらの処理系は、 Java (登録商 標)などにより開発されたハードコードプラグイン(例えば、 HTMLユニット 50や SVG ユニット 60)の場合もあるし、定義ファイルに記述され VCユニット 80により実行される スクリプトベースの場合もある。 XHTMLなどのメジャーボキヤブラリならばハードコー ドプラグィンが用意されて 、るし、ユーザのプライベートボキヤブラリなら定義ファイル で記述することになるだろう。このような技術により、例えば図 30 (b)に示す例におい て、 XHTML (白丸の構成要素)で記述された文書に、グラフ表示用のボキヤブラリ( 黒丸の構成要素)で記述された部分文書を挿入し、 XHTML文書の画面にグラフを 配置することが可能である。
[0198] ここで、 XMLフラグメントと処理系の関係に着目してみる。処理系は XMLフラグメン トに呼び出され、 XMLの内容をもとにビューを構築する。そして、ユーザのおこす UI イベントを取得して、 XMLを編集する。これは、見方を変えれば、特定のボキヤブラリ に対する表示と編集を担当する処理系を、そのボキヤブラリの XMLフラグメントを引 数にして呼び出して!/ヽると捉えることができる。
[0199] 本発明者は、このようなフレームワークを利用して、もっと自由で柔軟な処理系の実 行環境を提供できることに気づいた。すなわち、処理系は、ある XMLを表示'編集す るだけにとどまらず、もっと自由に、さまざまな処理を行ってもよい。例えば、 XMLフラ グメント中のデータをもとに、 Web Service APIを通じてサーバにアクセスしてもよいし 、要約や翻訳などの自然言語処理を行ってもよい。 XMLフラグメントは処理系を起 動するときの引数でもあるが、同時に動作中に利用するヒープメモリの役割も果たす ことになる。このように考えると、前提技術の文書処理装置 20は、 XML文書中にプロ シージャ (処理系)を起動するための「タグ」をおき、引数をアトリビュート(属性)として 指示したり、タグで囲まれたテキスト部分を操作対象としてプロシージャが実行される という、ユニークなプログラムの実行環境であることがわかる。
[0200] 本実施の形態では、新たな XML文書のデータ構造として、図 30 (c)に示すような データ構造を提案する。図 30 (c)において、斜線を付した構成要素 25は、文書中の 他のデータ 26へのポインタ情報を有して 、る。この構成要素 25が属するボキヤブラリ を担当する処理系は、ポインタ情報により指し示されたデータ 26を参照して動作する 。例えば、前述したように、 XHTML文書中にグラフを挿入するときに、図 30 (b)のよ うにグラフのデータの実体をグラフ表示用ボキヤブラリで記述するのではなぐ XHT ML文書中に記述された他のデータを参照してグラフを生成する。このようなデータ 構造とすることにより、文書中の他のデータ、又は、他文書のデータを参照して動作 するアプリケーションを構築することができる。
[0201] 文書処理装置は、文書に含まれる構成要素の名前空間を参照して、適切な処理系 を起動する。したがって、図 30 (c)の例では、斜線を示した構成要素 25は、グラフ表 示用の処理系を起動する機能を有している。そして、起動された処理系は、その構成 要素 25の配下に存在する構成要素を処理するのではなぐその構成要素 25が有す るポインタ情報により指し示されたデータ 26を参照して動作する。この構成要素 25は 、文書におけるグラフの配置位置を示す「アンカー」の機能も有している。構成要素 2 5が有するポインタ情報は、構成要素 25の属性として指定されてもよいし、構成要素 25自身又はその配下の構成要素の要素値として指定されてもよい。構成要素 25を 含む XMLフラグメントに、処理系の動作に必要なパラメータ情報などを記述してお!ヽ てもよい。
[0202] このような技術により、処理系は、 自分の担当するフラグメントの外側のデータにつ いても、自分自身の動作を調節する引数にしたり、ヒープ領域として利用することが 可能になる。つまり、フラグメント部分には xpath式などで参照位置だけを記入し、実 際の値はその xpath式の先にあるというモデルである。これは、例えて言うならば関 数の引数にポインタを渡していると言うことと等価である。 [0203] 上述した技術を、プログラミングパラダイムの観点力 考察すると、文書中の任意の 場所のデータを参照して動作することが可能なアプリケーションランタイム環境が提 供されることになる。さらに、上述したように、文書中のデータは DOMの APIを利用し て任意のアプリケーション力 参照可能であるので、 DOMとして保持された文書中 のデータを共有メモリとして利用可能な新しいプログラミング環境が提供される。文書 には、アプリケーションを起動するための構成要素 25が記述され、その構成要素 25 を契機として起動されたアプリケーションが、その構成要素 25が有するポインタ情報 を参照して、文書の他のデータ 26を共有メモリとして利用する。このように、文書とァ プリケーシヨンが協働してシームレスに動作するような、新 、プログラミングパラダイ ムが実現される。
[0204] 文書処理装置 20は、 DOMが変更されたときに、ミューテーシヨンイベントにより変 更を通知する機能を有しているので、グラフ表示用の処理系が参照しているデータ 2 6が、他の処理系により変更されたとしても、グラフ表示用の処理系に変更を通知す ることにより、適切に変更を反映させることができる。このように、複数のアプリケーショ ンが同一のデータを参照して動作している場合であっても、適切にデータの連携が 図られるので、容易に複数のアプリケーションを連携して動作させることができる。複 数の処理系が同じポインタを参照して動作することは、言ってみれば、 XML文書を シェアードメモリとした処理系の連携である。
[0205] 従来のスプレッドシートアプリケーションでは、セルの中に計算式を記入することで 計算プロシージャを起動することができた。また、グラフを埋め込む場合には、参照す るセルの範囲を指定し、そのセル内のデータを使ってグラフを生成するのが一般的 である。本実施の形態の技術は、このモデルを XML複合文書に持ち込み、 XMLな らではの特徴を盛り込んだものといえる。
[0206] スプレッドシートアプリケーションを使い、集計機能やグラフによる表示機能を持た せた「機能的な」文書を作れば、ユーザはこの文書を利用してデータを入力したり、 再計算をしたり、結果をシミュレートしながらオペレーションをこなすことができる。本 実施の形態の文書処理装置でも同様に、上述した技術を利用してさまざまなプロシ ージャ (処理系)を連携させ、さまざまな目的に特化した「機能的な」 XML複合文書を 作ることができる。しかも、スプレッドシートアプリケーションとは違い、透過的で拡張 性に富む、オープンな XML技術に基づ 、たプラットフォームを実現することができる 。ユーザは、これらの機能的な XML文書を使っていろいろなオペレーションをこなす ことができる。
[0207] 図 31 (a) (b)は、ポインタ情報の例を示す。図 31 (a)は、ポインタ情報が xpath式で 記述される場合の例を示す。この例では、処理系が参照すべきデータ 26の位置を示 すポインタ情報は、 xpath式で記述されている。処理系は、この xpath式により、自身 が参照すべきデータ 26の位置を知ることができる。
[0208] 図 31 (b)は、ポインタ情報が概念情報で与えられる場合の例を示す。構成要素 25 は、要素値又は属性値として、処理系が参照すべきデータ 26の位置を概念的に示 す、明確に規格化された概念情報を含んでいる。「明確に規定化された概念情報」 は、例えば、オントロジー技術に基づいた概念情報であってもよい。この場合、この概 念情報を解釈して現実のデータを特定するために、概念解決エンジン 27が設けられ る。概念解決エンジン 27は、概念情報を取得して、その概念情報を例えばタグ名に 変換する。概念情報として「重要データ」が指定されている場合は、概念解決ェンジ ン 27は、例えば、く重要 >、く important>、く社外秘 >などのタグ名を返す。これ により、処理系は、文書中の <重要 >などのタグが付されたデータを参照すべきこと が分かる。概念解決エンジン 27に解決を依頼するときに、どのような情報が必要かを 指定してもよい。例えば、「重要データ」という概念が指定されているときに、英語のタ グ名に変換するよう依頼すると、概念解決エンジン 27は、 < important >、 < secret > などのタグ名を返してもょ 、。
[0209] 構成要素 25を含む XMLフラグメントに、処理系の動作に必要なパラメータ情報を 記述しておく場合に、パラメータ情報の一つとして、ポインタ情報が指し示す先のデ ータについての、明確に規定ィ匕された意味的な型情報を記述してもよい。「明確に規 定化された意味的な型情報」は、例えば、オントロジー技術に基づいた意味的な型 情報であってもよい。例えば、ポインタ情報として「重要」という概念が指定されていた 場合、意味的な型情報として「経営的に」「営業的に」などの情報が指定されてもよい 。また、ポインタ情報として「金額」という概念が指定されていた場合、意味的な型情 報として「売上金」「希望小売価格」「借入金」などの情報が指定されてもよい。これに より、処理系は、セマンティックな型の整合性をチェックすることができる。
[0210] 従来のプログラミング言語では、型にセマンティックな意味を持たせることはできな い。例えば、数値型である「int」型の場合、代入される数値が整数であるか否かとい う整合性のチェックは可能である力 S、代入される数値の意味的な整合性をチェックす ることはできない。このため、例えば人月計算をする処理において、誤って人と月を 加算したり、人と人を乗算してしまったりしても、プログラミング言語としては意味的な 間違いを認識することはできない。これに対して、本実施の形態の技術によれば、同 じ金額であっても「売上金」なのか「借入金」なのか、あるいは「 1円単位」なのか「千ド ル単位」なの力、「人数」なの力 「年月」なの力、などのセマンティックな整合性の確認 が可能となる。処理系が意味的な型の整合性を確認するときには、例えば、概念解 決エンジン 27を利用して、参照するデータのタグ名が、指定された意味的な型情報 に整合して 、る力否かをチェックするようにしてもよ!、。
[0211] オントロジー技術を利用してデータに意味的な型情報を与える技術は、新しいプロ グラミング技術として汎用的に利用可能である。このように、セマンティックな技術思 想を含むプログラミング技術を、従来のプログラミング技術と対比して、「セマンティッ クプログラミング」と呼ぶ。
[0212] ここで、セマンティックプログラミング技術の一例として、前提技術で説明した DOM ユニット 30によるミューテーシヨンイベントの拡張にっ 、て説明する。 DOMが変更さ れたとき、その DOMに「明確に規格ィ匕された意味的な型情報」が含まれていれば、 その型情報を参照して 、る処理系にミューテーシヨンイベントが発行される。逆の表 現をすると、処理系は自分が変更を監視したい DOMを直接指定するだけでなぐ「 明確に規格化された意味的な型情報」でも間接的に指定することができる。
[0213] 図 32 (a) (b)は、 DOMの変更を通知する仕組みを説明するための図である。図 32
(a)は、前提技術の文書処理装置 20におけるミューテーシヨンイベントの仕組みを示 す。処理系 29は、変更を監視すべきノードを xpath式などで指定し、ミューテーシヨン イベントのリスナーとして登録する。 DOMユニット 30は、 DOMが変更されると、登録 されたリスナーに対してミューテーシヨンイベントを発行する。 [0214] 図 32 (b)は、本実施の形態で新たに提案するミューテーシヨンイベントの仕組みを 示す。文書処理装置 20に、ミューテーシヨンイベントの通知を仲介する通知部 28を 新たに設ける。通知部 28は、処理系 29から監視すべきノードの指定を受け付ける。 DOMユニット 30は、 DOMが変更されると、通知部 28にその旨を通知する。通知部 28は、 DOMユニット 30から DOMの変更を通知されると、変更されたノードを監視し て 、る処理系 29に対してミューテーシヨンイベントを発行する。
[0215] 通知部 28は、処理系 29が監視すべきノードを xpath式により受け付けてもよいが、 より柔軟で汎用性の高いプログラミング環境を提供するために、明確に規格化された 概念情報による指定を受け付けてもよい。この場合、通知部 28は、 DOMユニット 30 力 DOMの変更を通知されると、そのノードのタグ名などを概念解決エンジン 27に 送り、概念解決エンジン 27から、そのタグ名に対応する概念情報を取得する。通知 部 28は、取得した概念情報を登録している処理系 29に対してミューテーシヨンィべ ントを発行する。これにより、処理系 29は、例えば「重要な情報」が変更されたときに 通知するよう通知部 28に依頼することができる。通知部 28は、 DOMユニット 30から ミューテーシヨンイベントを受けたときに、変更されたノードが「重要な情報」に該当す るか否かを概念解決エンジン 27を用いて判定し、該当していれば処理系 29に DOM の変更を通知する。
[0216] このようなセマンティックプログラミング技術により、より柔軟で汎用性の高いプロダラ ムを容易に開発することができる。
[0217] つづいて、図 30 (c)に示したデータ構造を利用して、様々な機能を有する文書を 編集する技術について説明する。
[0218] 構成要素 25が属する名前空間のボキヤブラリの処理系、すなわち、構成要素 25に より起動される処理系は、カスタマイズ可能なアプリケーションの部品として提供され てもよい。以下、この処理系を、文書のビューを構成する部品の意味で、「ビューテン プレート」と呼ぶ。ビューテンプレートは、スクリプトベースの定義ファイルとして提供さ れてもよいし、ハードコードプラグインとして提供されてもよい。ビューテンプレートの 機能を利用するためには、文書中にビューテンプレートのアンカーとなる構成要素 2 5を記述し、その構成要素 25に、処理系が参照すべきデータを指し示すポインタ情 報を記述するとともに、その他、処理系が必要とする情報を記述しておけばよい。ビュ 一テンプレートを汎用的に利用可能とするために、ポインタ情報を、明確に規格化さ れた概念情報として指定可能な環境が提供されるのが好ましい。また、算術演算、論 理演算、 自然言語処理、その他の任意の演算を組み合わせた条件式などを用いて、 参照すべきデータを指定可能としてもょ ヽ。
[0219] 図 33は、実施の形態に係る文書処理装置の構成を示す。本実施の形態の文書処 理装置 100は、図 1に示した前提技術の文書処理装置 20の構成にカ卩えて、ビューテ ンプレート制御ユニット 70、取得部 71、及びビューテンプレート 78を備える。ビュー テンプレート制御ユニット 70は、提示部 72、受付部 74、及び編集部 76を含む。
[0220] 取得部 71は、処理対象となる文書を取得する。ビューテンプレート 78は、前述した ように、文書に含まれるデータを利用して所定の機能を発現する処理系であり、文書 の編集画面の構成部品である。
[0221] 提示部 72は、文書処理装置 100において利用可能なビューテンプレート 78をユー ザに提示する。提示部 72は、文書処理装置 100にインストールされているビューテン プレート 78の一覧を表示画面に提示してもよいし、編集中の文書の内容に応じて、 利用可能なビューテンプレート 78を選択して提示してもよい。例えば、 SVG文書を 編集中の場合は、 SVG文書の中に挿入可能なビューテンプレート 78を選択して提 示してちょい。
[0222] 受付部 74は、ユーザから、文書にビューテンプレート 78を付加する指示を受け付 ける。受付部 74は、提示部 72が提示したビューテンプレート 78の一覧画面に表示さ れたビューテンプレート 78のアイコンをユーザが編集中の文書の表示画面上にドラッ グ&ドロップしたときに、その位置にビューテンプレート 78を挿入する指示を受け付 けてもよい。
[0223] 編集部 76は、受付部 74がビューテンプレート 78の挿入指示を受け付けたときに、 文書中の挿入を指示された位置に、そのビューテンプレート 78を起動するための構 成要素(タグ)を挿入する。このとき、編集部 76は、ビューテンプレート 78が動作に利 用するデータの範囲を受け付けるための画面を提示して、ユーザからデータの指定 を受け付けてもよい。また、編集部 76は、ビューテンプレート 78が動作に利用するデ ータの範囲を自動的に判定してもよい。編集部 76は、ビューテンプレート 78が動作 に利用するデータのポインタ情報を文書中に記述する。編集部 76は、さらに、ビュー テンプレート 78の動作に必要なパラメータなどを、ユーザ力も受け付けて、または自 動的に判定して、文書に記述してもよい。
[0224] 編集部 76がビューテンプレート 78を起動するための構成要素を文書中に追加する と、主制御ユニット 22により、その構成要素を処理する処理系、すなわちビューテン プレート 78が起動され、ビューテンプレート 78が提供するビューが文書の編集画面 上に表示される。以降、ビューテンプレート 78が提供する機能が文書の編集画面に おいて利用可能となる。
[0225] 図 34は、文書の編集画面の例を示す。文書の編集画面 97には、提示部 72により ビューテンプレートパレット 98が表示されている。編集中の文書には、個人のスケジ ユール、 ToDo、電子メールなどの情報が格納されている力 図 34に示した編集画面 97では、それらの情報にビューが与えられていないので、表示されていない。
[0226] ここで、ユーザが、ビューテンプレートパレット 98の中から、スケジュールを表示する ためのビューテンプレート 78を選択して、編集画面上にドラッグ &ドロップすると、受 付部 74によりこの要求が受け付けられ、編集部 76により文書の所定位置にスケジュ ール表示用のビューテンプレート 78を起動するための構成要素が挿入される。このと き、編集部 76は、この構成要素の属性値として、文書中のスケジュール情報が格納 された部分のポインタ情報を記述する。
[0227] 図 35は、スケジュール用のビューテンプレート 78が起動された状態の編集画面を 示す。編集部 76により、スケジュール用のビューテンプレート 78を起動するための構 成要素が文書に挿入されると、起動部の一例である主制御ユニット 22により、その構 成要素を処理するビューテンプレート 78、すなわちスケジュール用のビューテンプレ ート 78が起動され、ポインタ情報で指し示された部分に記述されて 、るスケジュール 情報 99が表形式で表示される。
[0228] このように、本実施の形態の技術によれば、汎用的に用意された様々な機能を有 するビューテンプレート 78を文書に付加することができ、機能的な文書を容易に構築 することができる。 [0229] (第 2の実施の形態)
第 1の実施の形態で説明した、汎用的に用意された文書処理機能を提供する技術 について更に説明する。第 1の実施の形態において「ビューテンプレート」と呼んでい た機能を、本実施の形態では、汎用的な VC機能を提供する処理系(コンポーネント )と!、う意味で、 AVC (Adaptive Vocabulary Component)と呼ぶ。
[0230] 図 36は、本実施の形態に係る文書処理装置の構成を示す。本実施の形態の文書 処理装置 100は、図 33に示した第 1の実施の形態の文書処理装置 100のビューテ ンプレート制御ユニット 70及びビューテンプレート 78に代えて、 AVC制御ユニット 30 00を備える。 AVC制御ユニット 3000は、 AVC機能を提供する処理系であるテープ ル表示用 AVCコンポーネント 3010、チャート表示用 AVCコンポーネント 3020、 UI パーツ表示用 AVCコンポーネント 3030、ツリー表示用 AVCコンポーネント 3040と、 それらの AVCコンポーネントの動作に必要なプロパティ情報を設定する AVCプロパ ティ設定部 3002とを含む。
[0231] 図 37は、 AVCコンポーネントのプロパティが挿入された XML文書の例を示す。こ の XML文書は、単語帳のデータを記述するためのボキヤブラリ「doc」で記述されて いる。ルート要素「doc」の子要素である要素「page」は、単語帳のページを示しており 、ページ数に応じて複数設けられる。それぞれの要素「Page」は、英語表記を格納す る要素「english」と、 日本語表記を格納する要素「japanese」とを含む。
[0232] 図 37の例では、この単語帳をテーブル形式で表示するために、テーブル表示用 A VCコンポーネント 3010の動作に必要なプロパティ情報を記述した AVCプロパティ 3 012が挿入されている。 AVCプロパティ 3012は、テーブル表示用 AVCコンポーネ ント 3010が処理可能な、テーブル表示用のボキヤブラ 「tbl」で記述されている。 AV Cプロパティ 3012には、「tbl」ボキヤブラリと、「doc」ボキヤブラリとの対応力 AVCプ 口パティを記述するためのボキヤブラ 「avc」を用いて記述されている。以下、元の X ML文書を記述しているボキヤブラリ、ここでは「doc」を「ホストボキヤブラリ」といい、揷 入された AVCプロパティを記述するボキヤブラリ、ここでは rtbljを「ゲストボキヤブラリ 」又は「AVCボキヤブラリ」 t 、う。
[0233] 図 37の例では、テーブルの各列のデータを格納する要素「column」は、 2つの「pro perty」要素を子要素に持つ。 1つ目の要素「property」には、「labeH:ransferl」という ノ メータ力 ホストボキヤブラリの要素「english」を参照するというプロパティ情報が記 録されている。 2つ目の要素「property」には、「labeH:ransfer2」というパラメータが、ホ ストボキヤブラリの要素「japanese」を参照すると!/、うプロパティ情報が記録されて!、る 。テーブル表示用 AVCコンポーネント 3010は、このプロパティ情報を参照して、テ ーブノレの各列に、ホストボキヤブラリの要素「english」と「japanese」の値を代入して表 示する。このようにして、任意の文書のデータを、テーブル表示用 AVCコンポーネン ト 3010などの汎用的な機能を有する処理系に渡して処理させることが可能となる。
[0234] 図 38は、本実施の形態に係る文書処理方法の手順を示す。ユーザが、 AVCコン ポーネントにより提供されるビューの挿入を指示すると(S10)、ホストボキヤブラリの処 理系は、挿入を指示された AVCコンポーネントの AVCプロパティのテンプレートをソ ース DOMの指示された位置に挿入する(S 12)。この機能は、文書処理装置 20の主 制御ユニット 22が担当してもよいし、 AVC制御ユニット 3000が担当してもよい。メ- ユーやコマンドなどが選択されたことにより AVCコンポーネントの挿入指示を受け付 けてもょ 、し、 AVCコンポーネントを示すアイコンなどが文書の表示画面の挿入位置 にドロップされたことにより AVCコンポーネントの挿入指示を受け付けてもよ!/、。ホスト ボキヤブラリのスキーマを参照して、指示された位置に AVCプロパティを挿入可能か 否かを判断し、スキーマに反する場合は挿入を受け付けな ヽようにしてもょ ヽ。
[0235] ソース DOMが変更されると、 DOMユニット 30によりミューテーシヨンイベントが発 行され (S 14)、ミューテーシヨンイベントを受けたホストボキヤブラリの処理系は、文書 を再表示する(S16)。このとき、挿入された AVCプロパティは、ホストボキヤブラリの 処理系が処理できな ヽボキヤブラリで記述されて 、るので、ホストボキヤブラリの処理 系は主制御ユニット 22に処理の委譲を依頼し、主制御ユニット 22は、 AVCプロパテ ィを処理可能な処理系として、 AVCコンポーネントを選択して処理を指示する(S18) 。図 37に示した例では、 AVCプロパティ 3012は、 AVCボキヤブラリ「tbl」で記述され ているので、テーブル表示用 AVCコンポーネント 3010が選択される。処理を委譲さ れた AVCコンポーネントは、 AVCプロパティを処理して表示する力 ここでは、テン プレートが挿入されているだけで、プロパティ値の実体が設定されていないので、 AV Cコンポーネントは、 AVCプロパティを設定するために、 AVCプロパティ設定部 300 2を呼び出す(S20)。
[0236] AVCプロパティ設定部 3002は、 AVCコンポーネントに、 AVCプロパティの設定を 受け付けるためのダイアログ画面を提示するよう要求する(S22)。このダイアログ画 面は、 AVCコンポーネントが共通に利用可能なライブラリとして用意されており、 AV Cコンポーネントは、設定を要するプロパティ情報を表示したダイアログ画面を生成し てユーザに提示する(S24)。このダイアログ画面には、例えば、設定すべきプロパテ ィ情報の一覧と、表示される画面のプレビューと、 AVCコンポーネントが参照可能な データ、すなわち、文書に含まれる要素や属性の一覧とが提示されてもよい。ユーザ 力 文書に含まれる要素の一覧の中から、例えばテーブルの列、行、ラベルなどに設 定する要素を選択して、プロパティ情報の一覧画面にドラッグ &ドロップすることによ り、対応を設定できるようにしてもよい。
[0237] ユーザがダイアログ画面を利用してプロパティ情報を設定すると(S26)、 AVCコン ポーネントは、プロパティの設定情報を受け付け、ソース DOM中に挿入されている A VCプロパティの対応するノードに、設定されたプロパティ値を書き込む(S28)。ソー ス DOMが変更されると、 DOMユニット 30によりミューテーシヨンイベントが発行され( S30)、 AVCプロパティの処理系である AVCコンポーネント自身力ミューテーシヨンィ ベントを受けて AVCプロパティを処理する(S32)。こうして、 AVCプロパティに設定 された情報を利用して、 AVCコンポーネントの機能が発現され、ユーザの所望の表 示がなされる(S34)。表示される画面の例を図 39に示す。
[0238] AVCプロパティが挿入された XML文書を開いたときも同様に、下記のような手順 により図 39に示した画面が表示される。まず、主制御ユニット 22により、ルート要素に 対して処理系がディスパッチされ、ホストボキヤブラリが処理される。ホストボキヤブラリ の処理系は、挿入されている AVCボキヤブラリを処理できないので、 AVCボキヤブラ リで記述された部分に対してペインを割り当てて、その処理を他の処理系に委譲する 。主制御ユニット 22は、 AVCボキヤブラリの処理系として AVCコンポーネントを選択 し、選択された AVCコンポーネントが、 AVCプロパティを参照してビューを生成する 。こうして、図 39に示した表示画面が得られる。 [0239] (第 3の実施の形態)
第 2の実施の形態では、 XML文書に AVCプロパティを挿入し、 AVCプロパティの 処理系として AVCコンポーネントを起動させて AVC機能を発現させた。本実施の形 態では、 XML文書に AVCプロパティを挿入することなぐ AVC機能を発現させる技 術を説明する。
[0240] 図 40は、本実施の形態に係る文書処理装置の構成を示す。本実施の形態の文書 処理装置 100は、図 36に示した第 2の実施の形態の文書処理装置 100の構成に加 えて、 AVCプロパティ設定部 3002が、 AVCプロパティ生成部 3004及び定義フアイ ル生成部 3006を更に含む。その他の構成及び動作は、第 2の実施の形態と同様で ある。
[0241] AVCプロパティ設定部 3002が AVCコンポーネントの動作に必要なプロパティ情 報の設定をユーザ力 受け付けると、 AVCプロパティ生成部 3004は、図 37に示し たようにソース文書に AVCプロパティ 3012を挿入するのではなぐソース文書とは別 る。定義ファイル生成部 3006は、 AVCプロパティファイルを読み込むためのモジュ ールを生成する。ここでは、 VC機能を利用したスクリプトベースの定義ファイルを生 成する。
[0242] 図 41は、本実施の形態に係る文書処理方法の手順を示す。ユーザが、文書全体 又はあるゾーンの処理系を、そのゾーンの構成要素が属するタグセットを処理する第 1の処理系から、第 2の処理系の一例である AVCコンポーネントに切り替えるよう指 示すると(S50)、 AVCプロパティ設定部 3002は、文書処理装置 100に登録され利 用可能となっている AVCコンポーネントのリストを取得してユーザに提示し、ユーザ が利用する AVCコンポーネントの選択を受け付ける(S52)。 AVCプロパティ設定部 3002力 利用する AVCコンポーネントの選択を受け付けると(S54)、その AVCコン ポーネントの動作に必要なパラメータの設定を受け付けるために、 AVCプロパティ生 成部 3004は、選択された AVCコンポーネントの AVCプロパティをインスタンス化し( S56)、設定ダイアログ画面を提示するよう AVCコンポーネントに要求する(S58)。 要求された AVCコンポーネントは、共通ライブラリを利用して設定ダイアログを生成し 、ユーザに提示する(S60)。
[0243] ユーザがダイアログ画面を利用してプロパティ情報を設定すると(S62)、 AVCプロ パティ生成部 3004により AVCプロパティファイルが生成される。ここで、 AVCコンポ 一ネントは、定義ファイルの登録ダイアログ画面を提示するよう定義ファイル生成部 3 006に依頼する(S64)。定義ファイル生成部 3006は、定義ファイルの登録名をユー ザに問い合わせ (S66)、ユーザから定義ファイルの名称を受け付けると(S68)、ソー ス文書又は指定されたゾーンの Apex要素の処理系として呼び出される定義ファイル を生成して、文書処理装置 100が利用可能に登録する(S70)。この定義ファイルは 、 AVCプロパティファイルを読み込む命令を含むともに、読み込んだ AVCプロパティ の処理を他の適切な処理系、すなわち、 AVCコンポーネントに委譲する命令を含む
[0244] AVCプロパティ設定部 3002は、 AVCプロパティファイルの生成と、定義ファイル の生成が終了すると、生成した定義ファイルへ処理系を切り替える(S72)。この定義 ファイルにより、 AVCプロパティファイルが読み込まれ、 AVCコンポーネントに処理が 委譲される。処理を委譲された AVCコンポーネントは、利用するデータを特定するた めの情報を格納した AVCプロパティファイルを参照して、文書に含まれるデータの中 から AVCコンポーネントが利用するデータを特定し、特定されたデータを利用して所 定の機能を発現し、ビューを生成して表示する(S74)。こうして、 AVCプロパティに 設定された情報を利用して、 AVCコンポーネントの機能が発現され、ユーザの所望 の表示がなされる。
[0245] このような技術により、ソース文書にプロパティ情報などを挿入することなぐ AVC機 能を実現することができる。したがって、ソース文書を記述するボキヤブラリによらず、 ソース文書のノ リデーシヨンを保ちつつ、 AVC機能を利用して新たなビューを追カロ することができる。また、生成した定義ファイルを保存して別の文書に適用することで 、定義ファイルを再利用し、複数の文書に対して AVC機能を利用することができる。
[0246] ソース文書に、適用すべき処理系を指定する命令を PIとして記述するようにしてもよ い。これにより、文書のノ リデーシヨンに影響を与えずに、処理系を指定することがで きる。処理系が切り替わるゾーンごとに、処理系を指定する PIを記述してもよい。主制 御ユニット 22は、 Apex要素に対して処理系を割り当てる際に、処理系を指定する PI が記述されている場合は、その処理系を優先的に割り当てる。この機能を利用すれ ば、 AVC機能を呼び出すために生成された定義ファイルを PIとして指定しておくこと により、 AVCコンポーネントを優先的に割り当て、 AVC機能を発現させることができ る。
[0247] 以上、本発明を実施の形態をもとに説明した。この実施の形態は例示であり、それ らの各構成要素や各処理プロセスの組合せに 、ろ 、ろな変形例が可能なこと、また そうした変形例も本発明の範囲にあることは当業者に理解されるところである。
[0248] 実施の形態では、 XML文書を処理する例にっ 、て説明した力 本実施の形態の 文書処理装置 100は、他のマークアップ言語、例えば、 SGML, HTMLなどで記述 された文書も同様に処理可能である。
産業上の利用可能性
[0249] 本発明は、マークアップ言語により構造ィヒされた文書を処理する文書処理装置に 禾 IJ用することがでさる。

Claims

請求の範囲
[1] 所定のタグセットにより記述された文書を取得する文書取得部と、
前記文書の構成要素が属するタグセットを処理する処理系と、を備え、 前記文書に含まれる構成要素が、その構成要素が属するタグセットを処理する処 理系が動作するときに参照する文書中の他のデータを指し示すポインタ情報を含ん でいるときに、前記処理系は、前記ポインタ情報により指し示されたデータを参照して 動作することを特徴とする文書処理装置。
[2] 前記ポインタ情報は、 xpath式で記述されることを特徴とする請求項 1に記載の文 書処理装置。
[3] 前記ポインタ情報は、明確に規格化された概念情報であることを特徴とする請求項 1に記載の文書処理装置。
[4] 前記文書処理装置は、前記ポインタ情報が前記概念情報として与えられたときに、 前記概念情報に基づ 、て、前記ポインタ情報が指し示すデータを特定する解決部を 更に備えることを特徴とする請求項 3に記載の文書処理装置。
[5] 複数の構成要素が同一のデータを指し示すポインタ情報を含んでいるときに、それ ぞれの構成要素が属するタグセットを処理する複数の処理系は、前記データを共有 メモリとして利用することを特徴とする請求項 1から 4のいずれかに記載の文書処理装 置。
[6] 前記文書から、文書オブジェクトモデルデータを生成して管理する管理部を更に備 え、
前記処理系は、前記管理部が提供するインタフェイスを介して前記ポインタ情報に より指し示されたデータを参照することを特徴とする請求項 1から 5のいずれかに記載 の文書処理装置。
[7] 前記管理部は、前記文書オブジェクトモデルデータが変更されたとき、前記処理系 にその旨を通知し、
前記処理系は、前記管理部から前記文書オブジェクトモデルデータの変更を通知 されたとき、その変更を反映させることを特徴とする請求項 6に記載の文書処理装置
[8] 前記文書オブジェクトモデルデータが変更されたときに前記管理部が変更を通知 すべき先は、明確に規格化された概念情報で指定され、
前記文書処理装置は、前記管理部から前記概念情報で指定された通知先に前記 オブジェクトモデルデータの変更が通知されたときに、前記概念情報に基づいて、現 実の通知先を特定する解決部を更に備えることを特徴とする請求項 7に記載の文書 処理装置。
[9] 前記構成要素は、前記処理系の動作に必要なパラメータ情報を更に含むことを特 徴とする請求項 1から 8のいずれかに記載の文書処理装置。
[10] 前記パラメータ情報は、前記ポインタ情報が指し示す先のデータについての明確 に規格化された意味的な型情報を含むことを特徴とする請求項 9に記載の文書処理 装置。
[11] 所定のタグセットにより記述された文書を取得するステップと、
前記文書の構成要素が属するタグセットを処理する処理系を起動するステップと、 前記処理系が前記文書を処理するステップと、を含み、
前記文書に含まれる構成要素が、その構成要素が属するタグセットを処理する処 理系が動作するときに参照する文書中の他のデータを指し示すポインタ情報を含ん でいるときに、前記処理系は、前記ポインタ情報により指し示されたデータを参照して 動作することを特徴とする文書処理方法。
[12] コンピュータに、
所定のタグセットにより記述された文書を取得する機能と、
前記文書の構成要素が属するタグセットを処理する処理系を起動する機能と、 前記処理系が前記文書を処理する機能と、を実現させ、
前記文書に含まれる構成要素が、その構成要素が属するタグセットを処理する処 理系が動作するときに参照する文書中の他のデータを指し示すポインタ情報を含ん でいるときに、前記処理系は、前記ポインタ情報により指し示されたデータを参照して 動作することを特徴とするプログラム。
[13] XMLで記述されたデータ構造であって、
少なくとも一つの構成要素力 その構成要素が属するタグセットを処理する処理系 が動作するときに参照する文書中の他のデータを指し示すポインタ情報を含むことを 特徴とするデータ構造。
[14] 文書中のデータを利用して所定の機能を発現する処理モジュールを文書に付加す る指示を受け付ける受付部と、
前記指示を受け付けたときに、前記文書に、前記処理モジュールが利用するデー タを指し示すポインタ情報を含む構成要素を挿入する編集部と、
を備えることを特徴とする文書処理装置。
[15] 前記文書中に挿入された前記構成要素を処理する処理モジュールを起動する起 動部を更に備えることを特徴とする請求項 14に記載の文書処理装置。
[16] 前記編集部は、前記処理モジュールの動作に必要なパラメータを文書に挿入する ことを特徴とする請求項 14又は 15に記載の文書処理装置。
[17] 所定のタグセットにより記述された文書を取得する文書取得部と、
前記文書の構成要素が属するタグセットを処理する第 1の処理系と、
前記文書中のデータを利用して所定の機能を発現する第 2の処理系と、を備え、 前記文書の構成要素を処理する処理系を前記第 1の処理系から前記第 2の処理 系に切り替える指示を受け付けると、前記第 2の処理系は、利用するデータを特定す るための情報を格納したファイルを参照して前記利用するデータを特定し、特定され たデータを利用して前記所定の機能を発現することを特徴とする文書処理装置。
[18] 前記第 2の処理系は、前記ファイルが存在しない場合、前記利用するデータを特定 するための情報をユーザカゝら受け付けて、前記ファイルを生成することを特徴とする 請求項 17に記載の文書処理装置。
PCT/JP2006/312754 2005-06-24 2006-06-26 文書処理装置及び文書処理方法 WO2006137565A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP06767371A EP1901179A1 (en) 2005-06-24 2006-06-26 Document processing device, and document processing method
JP2007522401A JPWO2006137565A1 (ja) 2005-06-24 2006-06-26 文書処理装置及び文書処理方法
US11/993,325 US20100115394A1 (en) 2005-06-24 2006-06-26 Document processing device and document processing method

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2005-185726 2005-06-24
JP2005185726 2005-06-24
JP2006100665 2006-03-31
JP2006-100665 2006-03-31

Publications (1)

Publication Number Publication Date
WO2006137565A1 true WO2006137565A1 (ja) 2006-12-28

Family

ID=37570576

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2006/312754 WO2006137565A1 (ja) 2005-06-24 2006-06-26 文書処理装置及び文書処理方法

Country Status (4)

Country Link
US (1) US20100115394A1 (ja)
EP (1) EP1901179A1 (ja)
JP (1) JPWO2006137565A1 (ja)
WO (1) WO2006137565A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008126346A1 (ja) * 2007-03-13 2008-10-23 Justsystems Corporation 文書処理装置及び文書処理方法

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008234370A (ja) * 2007-03-21 2008-10-02 Just Syst Corp 文書処理装置及び文書処理方法
US9547841B2 (en) * 2007-12-21 2017-01-17 International Business Machines Corporation Deriving overlay information from a user input for a base message schema associated with a node in a message flow
EP2558956B1 (en) * 2010-04-12 2019-06-12 Google LLC Synthetic navigation elements for electronic documents
JP5499970B2 (ja) * 2010-07-16 2014-05-21 富士ゼロックス株式会社 文書処理装置及びプログラム
US9262185B2 (en) * 2010-11-22 2016-02-16 Unisys Corporation Scripted dynamic document generation using dynamic document template scripts
US9195643B2 (en) 2012-12-31 2015-11-24 Appsense Limited Data driven hierarchical pages
US20140188942A1 (en) * 2012-12-31 2014-07-03 Appsense Limited Data driven hierarchical pages
US20150067475A1 (en) * 2013-08-30 2015-03-05 Wal-Mart Stores, Inc. Web Application Framework
CN103544015A (zh) * 2013-10-28 2014-01-29 曙光信息产业(北京)有限公司 Vasp的计算任务的实现方法和装置
CN103530091B (zh) * 2013-10-29 2016-10-05 曙光信息产业(北京)有限公司 Cpmd的计算任务的实现方法和装置
CN103544355A (zh) * 2013-10-30 2014-01-29 曙光信息产业(北京)有限公司 Abaqus的计算任务的实现方法和装置
CN103544017A (zh) * 2013-10-30 2014-01-29 曙光信息产业(北京)有限公司 Lammps的计算任务的实现方法和装置
CN103677818A (zh) * 2013-12-03 2014-03-26 曙光信息产业(北京)有限公司 Siesta的计算任务的实现方法和装置
EP2921970B1 (en) * 2014-03-18 2017-04-26 smartwork solutions GmbH Method and system for editing virtual documents
US11475212B2 (en) * 2017-04-06 2022-10-18 Otsuka Pharmaceutical Development & Commercialization, Inc. Systems and methods for generating and modifying documents describing scientific research
JP6977367B2 (ja) * 2017-07-27 2021-12-08 富士フイルムビジネスイノベーション株式会社 プログラム及び記事編集支援装置
CN107885712A (zh) * 2017-11-20 2018-04-06 浪潮金融信息技术有限公司 对接文档生成方法及装置、计算机存储介质和终端
CN109670133B (zh) * 2018-12-22 2021-04-02 网宿科技股份有限公司 一种页面的公共组件的确定方法、服务器及存储介质
CN111694568B (zh) * 2019-03-15 2023-04-07 阿里巴巴集团控股有限公司 一种ui卡片文档的生成方法和装置
CN110263301B (zh) * 2019-06-27 2023-12-05 北京百度网讯科技有限公司 用于确定文字的颜色的方法和装置

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001290811A (ja) * 2000-04-10 2001-10-19 Just Syst Corp 文書処理装置、文書処理方法、および記録媒体
JP2003296355A (ja) * 2002-04-02 2003-10-17 Murata Mach Ltd 構造化文書の処理装置と処理プログラム

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001290811A (ja) * 2000-04-10 2001-10-19 Just Syst Corp 文書処理装置、文書処理方法、および記録媒体
JP2003296355A (ja) * 2002-04-02 2003-10-17 Murata Mach Ltd 構造化文書の処理装置と処理プログラム

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"XML-Signature Syntax and Processing", WORLD WIDE WEB CONSORTIUM, 12 February 2002 (2002-02-12), XP002270188, Retrieved from the Internet <URL:http://www.w3.org/TR/2002/REC-xmldsig-core-20020212> *
FLANAGAN D.(TRANSLATED BY MURAKAMI R. ET AL.: "JavaScript", vol. THIRD ED, 8 December 2000, KABUSHIKI KAISHA ORAIRI, JAPAN, pages: 329 - 332, XP003007214 *
SHAVOR S. (TRANSLATED BY YOSHIKI N. ET AL.): "java Kaihatsusha no Tameno Eclipse Expert Guide", vol. FIRST ED, 3 March 2004, KABUSHIKI KAISHA KONYUTA EIJISHA, pages: 193 - 197, XP003007215 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008126346A1 (ja) * 2007-03-13 2008-10-23 Justsystems Corporation 文書処理装置及び文書処理方法

Also Published As

Publication number Publication date
EP1901179A1 (en) 2008-03-19
US20100115394A1 (en) 2010-05-06
JPWO2006137565A1 (ja) 2009-01-22

Similar Documents

Publication Publication Date Title
WO2006137565A1 (ja) 文書処理装置及び文書処理方法
WO2006137530A1 (ja) 文書処理装置
WO2006051905A1 (ja) データ処理装置およびデータ処理方法
WO2006051715A1 (ja) 文書処理装置及び文書処理方法
JP2008508644A (ja) 文書のある表現における変更を別の表現に反映させるための文書処理及び管理方法
WO2007034858A1 (ja) データ管理装置、データ編集装置、データ閲覧装置、データ管理方法、データ編集方法およびデータ閲覧方法
WO2006051870A1 (ja) データ処理装置、文書処理装置及び文書処理方法
WO2006046666A1 (ja) 文書処理装置および文書処理方法
WO2006051975A1 (ja) 文書処理装置
WO2006051960A1 (ja) 文書処理装置及び文書処理方法
WO2006051713A1 (ja) 文書処理装置及び文書処理方法
WO2006051969A1 (ja) 文書処理装置及び文書処理方法
WO2006120926A1 (ja) 入力フォーム設計装置および入力フォーム設計方法
WO2006051904A1 (ja) データ処理装置およびデータ処理方法
WO2006051954A1 (ja) 文書処理装置及び文書処理方法
WO2006051959A1 (ja) 文書処理装置及び文書処理方法
WO2006051716A1 (ja) 文書処理装置及び文書処理方法
WO2006051712A1 (ja) 文書処理装置及び文書処理方法
WO2006051955A1 (ja) サーバ装置及び名前空間発行方法
WO2006051966A1 (ja) 文書管理装置及び文書管理方法
WO2006046668A1 (ja) 文書処理装置および文書処理方法
WO2006051721A1 (ja) 文書処理装置及び文書処理方法
WO2006046667A1 (ja) 文書処理装置および文書処理方法
WO2007007529A1 (ja) 文書処理装置および文書処理モジュール
WO2006051972A1 (ja) データ処理装置、文書処理装置および文書処理方法

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680022052.2

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2007522401

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 11993325

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2006767371

Country of ref document: EP