KR101781558B1 - Web document rendering processing apparatus and method based on user action - Google Patents

Web document rendering processing apparatus and method based on user action Download PDF

Info

Publication number
KR101781558B1
KR101781558B1 KR1020170036210A KR20170036210A KR101781558B1 KR 101781558 B1 KR101781558 B1 KR 101781558B1 KR 1020170036210 A KR1020170036210 A KR 1020170036210A KR 20170036210 A KR20170036210 A KR 20170036210A KR 101781558 B1 KR101781558 B1 KR 101781558B1
Authority
KR
South Korea
Prior art keywords
view object
web document
view
dom
user action
Prior art date
Application number
KR1020170036210A
Other languages
Korean (ko)
Inventor
김철용
Original Assignee
주식회사 한글과컴퓨터
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 한글과컴퓨터 filed Critical 주식회사 한글과컴퓨터
Priority to KR1020170036210A priority Critical patent/KR101781558B1/en
Application granted granted Critical
Publication of KR101781558B1 publication Critical patent/KR101781558B1/en

Links

Images

Classifications

    • G06F17/21

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

Disclosed are a device and a method to render a web document based on user action. As to an existing web document rendering method, even if a plurality of instructions to alter a screen display property of a view object are simultaneously applied to one user action, a document object model (DOM) of a web document is renewed and separately rendered on each of the instructions, and thus, the renewal of the web document is slow, which is a disadvantage of the existing method. In contrast, the present invention completely alters view objects into screen display properties according to the instructions by identifying all the view objects, and then, renews the DOM of the web document based on the altered view objects and renders the web document at one go based on the renewed DOM, and thus, since a change of the web document is applied by rendering the document only once, quick screen processing can be supported even when a plurality of instructions are applied to the web document.

Description

사용자 액션 기반의 웹 문서 렌더링 처리 장치 및 방법{WEB DOCUMENT RENDERING PROCESSING APPARATUS AND METHOD BASED ON USER ACTION}TECHNICAL FIELD [0001] The present invention relates to an apparatus and a method for rendering a web document based on a user action,

본 발명은 웹 문서에 대해 편집 명령과 같은 사용자 액션이 인가될 경우, 상기 사용자 액션을 반영하여 상기 웹 문서를 갱신하여 표시하는 기법에 대한 기술과 관련된다.The present invention relates to a technique for updating and displaying the web document in response to a user action, such as an edit command, when a user action is applied to the web document.

웹 문서는 웹 브라우저를 통해서 볼 수 있는 문서로, HTML(Hypertext Markup Language)이나 XML(eXtensible Markup Language)과 같이, 마크업 언어(Markup Language)를 기반으로 작성된 문서를 의미한다.A web document is a document that can be viewed through a web browser, and is a document created based on a markup language such as HTML (Hypertext Markup Language) or XML (eXtensible Markup Language).

웹 브라우저에서는 웹 문서를 렌더링하여 화면으로 표시하기 위해서, 문서 객체 모델(Document Object Model: DOM)을 사용한다. DOM은 객체 지향 모델로써 구조화된 문서를 표현하는 형식이고, 그래픽, 텍스트, 헤드라인, 스타일 등 웹의 모든 요소가 자바 스크립트(Java Script) 등과 같은 스크립트 언어에 의해 조정될 수 있도록 해준다.In a web browser, a document object model (DOM) is used to render a web document and display it on the screen. The DOM is an object-oriented model that represents a structured document and allows all elements of the web, including graphics, text, headlines, and styles, to be manipulated by a scripting language such as JavaScript.

웹 브라우저에서는 마크업 언어를 기반으로 작성된 웹 문서를 파싱(parsing)하여 DOM을 생성한 후 이를 기초로 웹 문서를 렌더링하여 화면 상에 상기 웹 문서를 표시하게 된다.A web browser generates a DOM by parsing a web document based on a markup language, and then renders the web document based on the generated DOM to display the web document on the screen.

기존의 웹 문서의 렌더링 처리 방식에서는 웹 문서 내의 텍스트, 이미지 등의 엘리먼트(element)들의 화면 표시의 속성을 정의하는데 사용되는 뷰(view) 객체 대해서, 특정 뷰 객체의 화면 표시 속성을 변경하도록 지시하는 다수의 명령들이 동시에 인가될 경우, 각 명령들 별로 뷰 객체의 속성을 하나씩 변경하고, 각 뷰 객체의 속성이 변경될 때마다, 상기 웹 문서의 DOM을 매번 갱신한 후 각 명령들마다 상기 웹 문서를 다시 렌더링하여 화면에 표시하도록 기술이 구현되어 있어서, 웹 문서의 특정 부분에 수정이 발생하였을 때, 이에 대한 수정 사항을 웹 문서에 반영해서 화면을 표시하는데 많은 시간이 소요되었다.In the conventional rendering processing method of a web document, a command is issued to change a screen display attribute of a specific view object with respect to a view object used to define attributes of screen display of elements such as text and images in a web document When a plurality of commands are simultaneously applied, the attributes of the view object are changed one by one for each command, and each time the attribute of each view object is changed, the DOM of the web document is updated each time, Is re-rendered and displayed on the screen. Therefore, when a certain part of the web document is modified, it takes much time to display the web page by reflecting the correction to the web document.

예컨대, 웹 문서 내에 포함되어 있는 텍스트들에 대해서, 해당 텍스트들의 글꼴을 변경하도록 함과 동시에 해당 텍스트들의 색상을 변경하도록 하는 명령이 동시에 인가된 경우, 기존의 웹 문서의 렌더링 처리 방식에서는 상기 텍스트들의 화면 표시 속성을 정의하는 뷰 객체에 대해 해당 텍스트들의 글꼴을 변경하도록 하는 속성 변경을 적용하고, 이에 따라 DOM 갱신을 수행한 후 상기 웹 문서를 다시 렌더링하여 표시하고, 그 이후 상기 뷰 객체에 대해 해당 텍스트들의 색상을 변경하도록 하는 속성 변경을 적용하고, 이에 따라 DOM 갱신을 수행한 후 상기 웹 문서를 다시 렌더링하여 표시하는 과정을 각각 순차적으로 진행하였기 때문에 상기 텍스트들에 대한 글꼴 변경과 색상 변경이 적용되는데 많은 시간이 소요되었다.For example, in the case of simultaneously changing the font of the texts included in the web document and simultaneously instructing the user to change the color of the texts, The attribute of the view object defining the screen display attribute is changed so as to change the font of the text, the DOM document is updated, and the web document is rendered and displayed again. Thereafter, Since the process of applying the attribute change to change the color of the text and performing the DOM update and then rendering and displaying the web document are sequentially performed, font change and color change are applied to the texts It took a lot of time.

앞서 설명한 예에서 텍스트들의 글꼴을 변경하도록 하는 명령과 텍스트들의 색상을 변경하도록 하는 명령은 두 가지 명령이지만, 해당 명령들은 하나의 사용자 액션 내에서 상기 웹 문서 상에 인가되었다는 점에서, 기존의 웹 문서의 렌더링 방식과 같이 명령별로 웹 문서의 렌더링 처리를 수행하는 것이 아니라, 사용자 액션 단위로 웹 문서에 대한 렌더링 프로세스를 처리함으로써, 한 번의 렌더링으로 상기 두 명령들에 대한 화면 속성 변경을 동시에 처리할 수 있다면, 빠른 화면 표시가 가능하다는 점에서, 사용자 액션 단위로 웹 문서의 렌더링 처리를 수행하는 기술에 대한 연구가 필요하다.In the example described above, the command to change the font of the text and the command to change the color of the text are two commands, but since the commands are authorized on the web document in one user action, The rendering process for the web document is processed in units of the user action, so that the rendering of the web document can be processed simultaneously with a single rendering operation Therefore, it is necessary to study the technique of performing rendering processing of a web document on a user action basis in that a fast screen display is possible.

본 발명은 기존의 웹 문서의 렌더링 처리 기법이 뷰(view) 객체의 화면 표시 속성을 변경하도록 하는 복수의 명령들이 하나의 사용자 액션으로 동시에 인가되는 경우에도, 각 명령들 마다 웹 문서의 문서 객체 모델(Document Object Model: DOM)을 새롭게 갱신하여 각각 렌더링 처리함으로써, 상기 웹 문서의 갱신 속도가 느리다는 단점을 가지고 있는 것을 해소하기 위한 것으로, 상기 복수의 명령들에 따라 화면 표시 속성이 변경될 뷰 객체들을 모두 식별하여 해당 뷰 객체들에 대해 상기 복수의 명령들에 따른 화면 표시 속성으로 모두 변경을 완료한 이후, 변경이 완료된 뷰 객체를 기초로 상기 웹 문서에 대한 DOM을 갱신하고, 갱신된 DOM에 기초하여 상기 웹 문서를 한 번에 렌더링함으로써, 1회의 렌더링만으로 웹 문서의 변경된 사항을 반영할 수 있어, 상기 웹 문서 상에 복수의 명령들이 인가되는 경우에도 빠른 화면 처리가 가능하도록 지원하고자 한다.Even when a plurality of commands for changing a screen display attribute of a view object are simultaneously applied to a single user action, the present invention can be applied to a document object model The document object model (DOM) is newly updated and rendered, and the update speed of the web document is slow. In order to solve the problem, the view object And updates the DOM for the web document based on the changed view object after completing all the changes to the display objects according to the plurality of commands for the corresponding view objects, The web document is rendered at one time based on the web page, so that the changed contents of the web document can be reflected only by one rendering, Even if that document on applying a plurality of instruction to support the process to enable faster screen.

본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 장치는 웹 문서의 문서 객체 모델(Document Object Model: DOM)에 정의되어 있는, 상기 웹 문서에 포함되어 있는 복수의 엘리먼트(element)들의 화면 표시를 위한 복수의 뷰(view) 객체들 중 적어도 하나의 뷰 객체에 대해, 상기 적어도 하나의 뷰 객체의 화면 표시 속성의 변경과 연관된 둘 이상의 명령들의 동시 실행을 지시하는 사용자 액션이 인가되면, 상기 사용자 액션에 포함되어 있는 상기 둘 이상의 명령들 각각을 추출하는 명령 추출부, 상기 둘 이상의 명령들 각각의 추출이 완료되면, 상기 복수의 뷰 객체들 중 상기 둘 이상의 명령들 각각의 실행에 따라 화면 표시 속성이 변경될 대상이 되는 상기 적어도 하나의 뷰 객체를 식별하는 객체 식별부 및 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성에 따라 상기 웹 문서에 대한 재렌더링(re-rendering)을 1회 수행하여 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시하는 문서 재렌더링부를 포함한다.The apparatus for rendering a web document based on a user action according to an embodiment of the present invention includes a plurality of elements included in the web document defined in a document object model (DOM) If at least one view object among a plurality of view objects for screen display is authorized for a user action indicating simultaneous execution of two or more instructions associated with a change in the display properties of the at least one view object, A command extracting unit for extracting each of the two or more commands included in the user action, and a display unit for displaying a screen corresponding to execution of each of the two or more commands among the plurality of view objects, An object identification unit for identifying the at least one view object to which a display attribute is to be changed, and an identification unit for identifying the at least one view object A display attribute of the at least one view object is changed to a display attribute according to the execution of each of the two or more commands, and the display attribute of the at least one view object is changed to the display attribute of the at least one view object, And a document re-rendering unit for performing re-rendering once on the screen and displaying the web document whose modification is completed according to the user action on the screen.

또한, 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 방법은 웹 문서의 DOM에 정의되어 있는, 상기 웹 문서에 포함되어 있는 복수의 엘리먼트들의 화면 표시를 위한 복수의 뷰 객체들 중 적어도 하나의 뷰 객체에 대해, 상기 적어도 하나의 뷰 객체의 화면 표시 속성의 변경과 연관된 둘 이상의 명령들의 동시 실행을 지시하는 사용자 액션이 인가되면, 상기 사용자 액션에 포함되어 있는 상기 둘 이상의 명령들 각각을 추출하는 단계, 상기 둘 이상의 명령들 각각의 추출이 완료되면, 상기 복수의 뷰 객체들 중 상기 둘 이상의 명령들 각각의 실행에 따라 화면 표시 속성이 변경될 대상이 되는 상기 적어도 하나의 뷰 객체를 식별하는 단계 및 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성에 따라 상기 웹 문서에 대한 재렌더링을 1회 수행하여 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시하는 단계를 포함한다.A method for rendering a web document based on a user action according to an exemplary embodiment of the present invention is a method for rendering a web document based on a user action based on a plurality of view objects for screen display of a plurality of elements included in the web document, If a user action is indicated for at least one view object indicating a simultaneous execution of two or more instructions associated with a change in the display properties of the at least one view object then each of the two or more instructions contained in the user action Extracting the at least one view object to which the display attribute is to be changed according to the execution of each of the two or more instructions among the plurality of view objects, And when the identification of the at least one view object is completed, After re-rendering the web document as a screen display attribute according to the execution of each of the two or more commands, performs re-rendering on the web document once according to a changed screen display attribute of the at least one view object, And displaying the web document whose modification has been completed according to the action.

기존의 웹 문서의 렌더링 처리 기법은 뷰(view) 객체의 화면 표시 속성을 변경하도록 하는 복수의 명령들이 하나의 사용자 액션으로 동시에 인가되는 경우에도, 각 명령들 마다 웹 문서의 문서 객체 모델(Document Object Model: DOM)을 새롭게 갱신하여 각각 렌더링 처리함으로써, 상기 웹 문서의 갱신 속도가 느리다는 단점을 가지고 있는데 반해, 본 발명은 상기 복수의 명령들에 따라 화면 표시 속성이 변경될 뷰 객체들을 모두 식별하여 해당 뷰 객체들에 대해 상기 복수의 명령들에 따른 화면 표시 속성으로 모두 변경을 완료한 이후, 변경이 완료된 뷰 객체를 기초로 상기 웹 문서에 대한 DOM을 갱신하고, 갱신된 DOM에 기초하여 상기 웹 문서를 한 번에 렌더링함으로써, 1회의 렌더링만으로 웹 문서의 변경된 사항을 반영할 수 있어, 상기 웹 문서 상에 복수의 명령들이 인가되는 경우에도 빠른 화면 처리가 가능하도록 지원할 수 있다.The conventional rendering processing technique of a web document is a technique in which even when a plurality of commands for changing a screen display attribute of a view object are simultaneously applied to a single user action, Model: DOM) is newly updated and rendered, the update speed of the web document is slow. In contrast, the present invention identifies all view objects whose screen display attributes are to be changed according to the plurality of instructions Updating the DOM for the web document based on the changed view object after completing all the changes to the display objects according to the plurality of commands for the corresponding view objects, By rendering the document at one time, the changed contents of the web document can be reflected only by one rendering, so that a plurality of persons Even if they can be applied to support the process to enable faster screen.

도 1은 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 장치의 구조를 도시한 도면이다.
도 2는 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 장치의 동작을 설명하기 위한 도면이다.
도 3은 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 방법을 도시한 순서도이다.
FIG. 1 is a diagram illustrating a structure of a user action based web document rendering processing apparatus according to an embodiment of the present invention. Referring to FIG.
FIG. 2 is a view for explaining the operation of a user action based web document rendering processing apparatus according to an embodiment of the present invention.
3 is a flowchart illustrating a method of rendering a web document based on a user action according to an embodiment of the present invention.

이하에서는 본 발명에 따른 실시예들을 첨부된 도면을 참조하여 상세하게 설명하기로 한다. 이러한 설명은 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였으며, 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 본 명세서 상에서 사용되는 모든 용어들은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 사람에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다.Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings. It is to be understood that the description is not intended to limit the invention to the specific embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. Like reference numerals in the drawings are used for similar elements and, unless otherwise defined, all terms used in the specification, including technical and scientific terms, are to be construed in a manner that is familiar to those skilled in the art. It has the same meaning as commonly understood by those who have it.

도 1은 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 장치의 구조를 도시한 도면이다.FIG. 1 is a diagram illustrating a structure of a user action based web document rendering processing apparatus according to an embodiment of the present invention. Referring to FIG.

도 1을 참조하면, 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 장치(110)는 명령 추출부(111), 객체 식별부(112) 및 문서 재렌더링부(113)를 포함한다.1, a user action based web document rendering processing apparatus 110 according to an embodiment of the present invention includes an instruction extraction unit 111, an object identification unit 112, and a document redrawing unit 113 do.

명령 추출부(111)는 웹 문서의 문서 객체 모델(Document Object Model: DOM)에 정의되어 있는, 상기 웹 문서에 포함되어 있는 복수의 엘리먼트(element)들의 화면 표시를 위한 복수의 뷰(view) 객체들 중 적어도 하나의 뷰 객체에 대해, 상기 적어도 하나의 뷰 객체의 화면 표시 속성의 변경과 연관된 둘 이상의 명령들의 동시 실행을 지시하는 사용자 액션이 인가되면, 상기 사용자 액션에 포함되어 있는 상기 둘 이상의 명령들 각각을 추출한다.The command extracting unit 111 extracts a plurality of view objects for screen display of a plurality of elements included in the web document defined in a document object model (DOM) of a web document, If a user action is indicated for at least one view object of the at least one view object, the user action indicating simultaneous execution of two or more instructions associated with a change in the display attributes of the at least one view object, Respectively.

여기서, 상기 복수의 엘리먼트들이란 상기 웹 문서에 포함되어 있는 텍스트, 도형, 이미지, 표 등의 콘텐츠를 의미한다.Here, the plurality of elements means contents such as text, graphic, image, and table included in the web document.

그리고, 뷰 객체란 상기 웹 문서에 포함되어 있는 엘리먼트들의 화면 표시에 대한 속성을 처리하기 위한 객체로 뷰 객체의 화면 표시 속성이 변경되면, 이에 따라 상기 웹 문서의 DOM이 갱신됨으로써, 화면 상에 표시되는 상기 웹 문서의 표시 상태가 변경될 수 있다.The view object is an object for processing an attribute of a screen display of elements included in the web document, and when the display attribute of the view object is changed, the DOM of the web document is updated accordingly, The display state of the web document can be changed.

객체 식별부(112)는 상기 둘 이상의 명령들 각각의 추출이 완료되면, 상기 복수의 뷰 객체들 중 상기 둘 이상의 명령들 각각의 실행에 따라 화면 표시 속성이 변경될 대상이 되는 상기 적어도 하나의 뷰 객체를 식별한다.When the extraction of each of the two or more commands is completed, the object identification unit 112 identifies the at least one view to which the display attribute is to be changed according to execution of each of the two or more commands among the plurality of view objects Identify the object.

문서 재렌더링부(re-rendering)는 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성에 따라 상기 웹 문서에 대한 재렌더링을 1회 수행하여 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시한다.The document re-rendering unit may be configured to re-render the display attribute of the at least one view object to at least one of the at least one view object, And re-rendering the web document once according to the modified screen display attribute of the at least one view object to display the web document whose modification is completed according to the user action on the screen.

이때, 본 발명의 일실시예에 따르면, 문서 재렌더링부(113)는 DOM 갱신부(114) 및 갱신 화면 표시부(115)를 포함할 수 있다.According to an embodiment of the present invention, the document re-rendering unit 113 may include a DOM update unit 114 and an update screen display unit 115. [

DOM 갱신부(114)는 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 웹 문서의 DOM에 대한 갱신을 수행한다.After the identification of the at least one view object is completed, the DOM update unit 114 completes the change of the display attribute of the at least one view object into the display attributes according to the execution of each of the two or more commands, And updates the DOM of the web document to reflect the modified display attribute of the at least one view object on the web document.

갱신 화면 표시부(115)는 상기 웹 문서의 DOM에 대한 갱신에 기초한 재렌더링을 1회 수행하여 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시한다.The update screen display unit 115 performs the re-rendering based on the update of the DOM of the web document once and displays the web document whose modification is completed according to the user action on the screen.

예컨대, 상기 웹 문서에 포함되어 있는 특정 텍스트들에 대해서 상기 텍스트들의 글꼴을 변경하도록 하는 명령과 상기 텍스트들의 색상을 변경하도록 하는 명령이 하나의 사용자 액션으로 동시에 인가된 경우, 명령 추출부(111)는 상기 사용자 액션에 포함되어 있는 상기 텍스트들의 글꼴을 변경하도록 하는 명령과 상기 텍스트들의 색상을 변경하도록 하는 명령을 추출할 수 있다.For example, when a command for changing the font of the texts for specific texts included in the web document and a command for changing the color of the text are simultaneously applied to a single user action, The command for changing the font of the text included in the user action and the command for changing the color of the text may be extracted.

그러고 나서, 객체 식별부(112)는 상기 웹 문서의 DOM에 정의되어 있는 상기 웹 문서의 화면 표시 속성을 처리하는 복수의 뷰 객체들 중 상기 텍스트들의 화면 표시를 처리하는 뷰 객체를 식별할 수 있고, 문서 재렌더링부(113)에 포함되어 있는 DOM 갱신부(114)는 상기 텍스트들의 화면 표시를 처리하는 뷰 객체의 식별이 완료되면, 해당 뷰 객체의 화면 표시 속성을 상기 두 명령의 실행에 따른 화면 표시 속성으로 모두 변경할 수 있다.Then, the object identification unit 112 can identify a view object that processes screen display of the text among a plurality of view objects that process screen display attributes of the web document defined in the DOM of the web document The DOM update unit 114 included in the document re-rendering unit 113 determines the display attribute of the corresponding view object according to the execution of the two commands when the identification of the view object for processing the screen display of the text is completed You can change all of them with the display attribute.

즉, DOM 갱신부(114)는 상기 텍스트들의 화면 표시를 처리하는 뷰 객체의 화면 표시 속성을 상기 텍스트들의 글꼴을 변경하도록 하는 명령에 따라, 상기 텍스트들의 글꼴이 변경되도록 처리할 수 있고, 상기 텍스트들의 색상을 변경하도록 하는 명령에 따라, 상기 텍스트들의 색상이 변경되도록 처리할 수 있다.In other words, the DOM updating unit 114 can process the font of the texts to change according to a command to change the font of the texts of the display object of the view object processing the screen display of the texts, The color of the text may be changed in accordance with a command to change the color of the text.

그 이후, DOM 갱신부(114)는 상기 웹 문서 상에 상기 텍스트들의 화면 표시를 처리하는 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 웹 문서의 DOM에 대한 갱신을 수행할 수 있다.Thereafter, the DOM updater 114 may update the DOM of the web document to reflect the modified display properties of the view object that processes the display of the text on the web document.

그러고 나서, 갱신 화면 표시부(115)는 갱신된 상기 웹 문서의 DOM에 기초하여 상기 웹 문서에 대한 재렌더링을 1회 수행함으로써, 화면 상에 상기 텍스트들의 글꼴과 색상에 대한 변경이 완료된 웹 문서를 표시할 수 있다.Then, the update screen display unit 115 performs a re-rendering of the web document on the basis of the updated DOM of the web document, thereby displaying a web document whose fonts and colors have been changed on the screen Can be displayed.

결국, 본 발명에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 장치(110)는 기존의 웹 문서의 렌더링 처리 기법이 뷰 객체의 화면 표시 속성을 변경하도록 하는 복수의 명령들이 하나의 사용자 액션으로 동시에 인가되는 경우에도, 각 명령들 마다 웹 문서의 DOM을 새롭게 갱신하여 각각 렌더링 처리함으로써, 상기 웹 문서의 갱신 속도가 느리다는 단점을 가지고 있는 것에 반해, 상기 복수의 명령들에 따라 화면 표시 속성이 변경될 뷰 객체들을 모두 식별하여 해당 뷰 객체들에 대해 상기 복수의 명령들에 따른 화면 표시 속성으로 모두 변경을 완료한 이후, 변경이 완료된 뷰 객체를 기초로 상기 웹 문서에 대한 DOM을 갱신하고, 갱신된 DOM에 기초하여 상기 웹 문서를 한 번에 렌더링함으로써, 1회의 렌더링만으로 웹 문서의 변경된 사항을 반영할 수 있어, 상기 웹 문서 상에 복수의 명령들이 인가되는 경우에도 빠른 화면 처리가 가능하도록 지원할 수 있다.As a result, the user action-based web document rendering processing apparatus 110 according to the present invention is configured such that a plurality of commands for causing the rendering processing technique of the existing web document to change the screen display attribute of the view object are simultaneously applied as one user action In this case, the update speed of the web document is slowed by newly updating the DOM of the web document for each instruction and performing rendering processing on each of the instructions. On the other hand, After all the objects are identified and all the view objects are changed to the screen display attributes according to the plurality of commands, the DOM for the web document is updated based on the changed view object, and the updated DOM The web document is rendered at one time so that the changed contents of the web document can be reflected only by one rendering, Even when applied to a plurality of commands to the Web-based documents can support the process to enable faster screen.

본 발명의 일실시예에 따르면, 상기 복수의 뷰 객체들 중 상기 웹 문서 상에서 어느 하나의 뷰 객체가 다른 하나의 뷰 객체에 종속되는 형식의 뷰 객체들이 존재하는 경우, 상기 웹 문서의 DOM에는 피종속 뷰 객체가 부모(parent) 뷰 객체로 정의되어 있고, 상기 부모 뷰 객체에 종속되는 종속 뷰 객체가 자식(child) 뷰 객체로 정의되어 있음과 동시에 상기 부모 뷰 객체와 이에 종속되는 자식 뷰 객체 간의 연결 관계가 정의되어 있을 수 있다.According to an embodiment of the present invention, when there are view objects of a format in which one of the plurality of view objects is dependent on another view object on the web document, Wherein a dependent view object is defined as a parent view object, a dependent view object that is dependent on the parent view object is defined as a child view object, and a parent view object is defined as a child view object A connection relationship may be defined.

예컨대, 도 2에 도시되어 있는 것처럼, 상기 웹 문서 상에 표 1(210)이 존재하고, 표 1(210) 내부에 표 2(220)가 존재하며, 표 2(220) 내부에 텍스트(230)가 존재하는 경우, 상기 웹 문서의 DOM에는 표 1(210)의 화면 표시 속성을 처리하는 뷰 객체 1이 정의되어 있을 수 있고, 표 2(220)의 화면 표시 속성을 처리하는 뷰 객체 2가 정의되어 있을 수 있으며, 텍스트(230)의 화면 표시 속성을 처리하는 뷰 객체 3이 정의되어 있을 수 있다.For example, as shown in FIG. 2, a table 210 exists in the web document, a table 220 exists in the table 210, a text 230 exists in the table 220 , The DOM of the web document may have a view object 1 defining the display attribute of Table 1 210 defined therein and a view object 2 processing the display attribute of Table 2 220 may be defined And a view object 3 for processing the display attribute of the text 230 may be defined.

이때, 텍스트(230)는 표 2(220)의 하위에 종속되어 있는 엘리먼트이고, 표 2(220)는 다시 표 1(210)의 하위에 종속되어 있는 엘리먼트이므로, 상기 웹 문서의 DOM에는 뷰 객체 1이 뷰 객체 2에 대한 부모 뷰 객체, 뷰 객체 2는 뷰 객체 1에 대한 자식 뷰 객체이면서, 뷰 객체 3에 대한 부모 뷰 객체로, 뷰 객체 3은 뷰 객체 2에 대한 자식 뷰 객체로 정의되어 있으면서, 각 부모 뷰 객체와 자식 뷰 객체들 간의 연결 관계가 정의되어 있을 수 있다.In this case, the text 230 is an element that is subordinate to the child of Table 2 220. Since Table 2 220 is an element that is dependent on the child of Table 1 210, 1 is the parent view object for view object 2, view object 2 is the child view object for view object 1, the parent view object for view object 3, and view object 3 is defined as the child view object for view object 2 In addition, there may be a defined relationship between each parent view object and child view objects.

이때, 사용자 액션 기반의 웹 문서 렌더링 처리 장치(110)는 부모 뷰 객체 식별부(116)를 더 포함할 수 있다.At this time, the user action based web document rendering processing apparatus 110 may further include a parent view object identification unit 116. [

부모 뷰 객체 식별부(116)는 객체 식별부(112)를 통해 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 웹 문서의 DOM을 통해 정의되어 있는 상기 복수의 뷰 객체들에 대한 종속 관계를 참조하여 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체를 자식 뷰 객체 내에 포함하고 있는 적어도 하나의 부모 뷰 객체를 식별할 수 있다.When the identification of the at least one view object among the plurality of view objects is completed through the object identification unit 112, the parent view object identification unit 116 identifies the plurality of views defined through the DOM of the web document The at least one parent view object including the at least one view object of the plurality of view objects in the child view object may be identified by referring to the dependency relation to the objects.

예컨대, 도 2의 실시예에서, 객체 식별부(112)를 통해 텍스트(230)의 화면 표시 속성을 처리하는 뷰 객체 3이 상기 적어도 하나의 뷰 객체로 식별된 경우, 부모 뷰 객체 식별부(116)는 웹 문서의 DOM을 통해 정의되어 있는 복수의 뷰 객체들에 대한 종속 관계를 참조하여 상기 복수의 뷰 객체들 중 상기 뷰 객체 3을 자식 뷰 객체 내에 포함하고 있는 뷰 객체인 뷰 객체 2와 뷰 객체 1을 상기 적어도 하나의 부모 뷰 객체로 식별할 수 있다.For example, in the embodiment of FIG. 2, when the view object 3 that processes the display attribute of the text 230 through the object identification unit 112 is identified as the at least one view object, the parent view object identification unit 116 Refers to a view object 2 that is a view object that includes the view object 3 in the child view object among the plurality of view objects by referring to the dependency relation of the plurality of view objects defined through the DOM of the web document, Object 1 as the at least one parent view object.

이때, DOM 갱신부(114)는 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체의 식별에 기초하여 상기 웹 문서의 DOM에 대한 갱신을 수행할 수 있다.At this time, when the identification of the at least one view object and the at least one parent view object is completed, the DOM update unit 114 updates the display attribute of the at least one view object according to execution of each of the two or more instructions Based on the identification of the at least one view object and the at least one parent view object, to reflect the modified display properties of the at least one view object on the web document after all changes to the display attributes are completed. You can perform updates to the DOM of the Web document.

이때, 본 발명의 일실시예에 따르면, 사용자 액션 기반의 웹 문서 렌더링 처리 장치(110)는 태그 정보 할당부(117)를 더 포함할 수 있다.In this case, according to an embodiment of the present invention, the user action based web document rendering processing apparatus 110 may further include a tag information allocator 117.

태그 정보 할당부(117)는 상기 적어도 하나의 뷰 객체의 식별과 상기 적어도 하나의 부모 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해 객체 식별을 위한 태그 정보를 할당한다.The tag information assigning unit 117 assigns the tag information to the at least one view object and the at least one parent view object when the identification of the at least one view object and the identification of the at least one parent view object are completed. Tag information is assigned.

이때, DOM 갱신부(114)는 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해 상기 태그 정보의 할당이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 상기 태그 정보에 기초하여 상기 웹 문서의 DOM에 대한 갱신을 수행할 수 있다.At this time, when the tag information is completely allocated to the at least one view object and the at least one parent view object, the DOM update unit 114 updates the display attributes of the at least one view object to the two or more instructions The at least one view object and the at least one parent view object are displayed on the web document in order to reflect the modified display attribute of the at least one view object after the user has changed all the display attributes according to the respective execution. And update the DOM of the web document based on the tag information that is allocated.

즉, DOM 갱신부(114)는 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 태그 정보를 기초로 상기 웹 문서에 대한 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체를 구분한 후 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에서의 상기 둘 이상의 편집 명령들에 따른 변경된 화면 표시 속성에 따라 상기 웹 문서의 DOM을 갱신할 수 있다.That is, the DOM updating unit 114 updates the at least one view object among the plurality of view objects for the web document based on the tag information allocated to the at least one view object and the at least one parent view object. After the at least one parent view object is identified, the DOM of the web document may be updated in accordance with the changed display attributes according to the at least one view object and the at least one edit instruction in the at least one parent view object have.

이때, 본 발명의 일실시예에 따르면, 갱신 화면 표시부(115)는 상기 웹 문서의 DOM에 대한 갱신이 완료되면, 갱신된 상기 웹 문서의 DOM에 정의되어 있는 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 상기 태그 정보에 기초하여 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해서만 부분적으로 재렌더링을 1회 수행함으로써, 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시할 수 있다.At this time, according to an embodiment of the present invention, when the update of the DOM of the web document is completed, the update screen display unit 115 displays at least the at least one of the plurality of view objects defined in the DOM of the updated web document Rendering a partial re-rendering only once for the at least one view object and the at least one parent view object based on the tag information assigned to the one view object and the at least one parent view object, The user can display the web document whose modification is completed according to the user action.

관련해서, 도 2와 같이, 표 1(210)에 대한 뷰 객체 1, 표 2(220)에 대한 뷰 객체 2 및 텍스트(230)에 대한 뷰 객체 3이 서로 부모 뷰 객체와 자식 뷰 객체로 연결되어 있는 상황에서 표 2(220)에 대해 표의 크기 변경과 관련된 명령과 표의 테두리 색상의 변경과 관련된 명령이 하나의 사용자 액션으로 동시에 인가되었다면, DOM 갱신부(114)는 상기 두 명령에 따라 상기 뷰 객체 2에 대한 화면 표시 속성을 변경하면서, 상기 뷰 객체 2와 상기 뷰 객체 2의 부모 뷰 객체인 뷰 객체 1에 대한 DOM을 갱신할 수 있고, 갱신 화면 표시부(115)는 상기 웹 문서의 갱신된 DOM에 정의되어 있는 복수의 뷰 객체들 중 상기 뷰 객체 1과 상기 뷰 객체 2에 할당되어 있는 태그 정보에 기초하여 상기 뷰 객체 1과 상기 뷰 객체 2만을 구분한 후 상기 뷰 객체 1과 상기 뷰 객체 2에 대해서만 부분적으로 재렌더링을 1회 수행함으로써, 결과적으로 화면 상에 표 2(220)의 크기가 변경되면서, 테두리의 색상이 변경된 웹 문서를 표시할 수 있다.2, view object 1 for table 1 210, view object 2 for table 2 (220), and view object 3 for text 230 are connected to each other as a parent view object and a child view object The command related to the table size change for table 2 (220) and the command related to the change of the border color of the table are simultaneously applied with one user action, the DOM update unit 114 updates the view The DOM for the view object 1, which is the parent view object of the view object 2 and the view object 2, can be updated while changing the display attribute of the object 2, and the update screen display unit 115 displays the updated And separates only the view object 1 and the view object 2 based on the tag information allocated to the view object 1 and the view object 2 among the plurality of view objects defined in the DOM, Partially for only 2 Rendering the web document with the color of the border changed while the size of the table 220 is changed on the screen as a result.

또한, 본 발명의 다른 실시예에 따르면, 갱신 화면 표시부(115)는 상기 웹 문서의 DOM에 대한 갱신이 완료되면, 갱신된 상기 웹 문서의 DOM에 정의되어 있는 상기 복수의 뷰 객체들 중 부모 뷰 객체가 존재하지 않는 적어도 하나의 최상위 루트(root) 뷰 객체를 선택한 후 상기 적어도 하나의 최상위 루트 뷰 객체 중 상기 태그 정보가 할당되어 있는 적어도 하나의 제1 최상위 루트 뷰 객체를 기초로 상기 적어도 하나의 제1 최상위 루트 뷰 객체와 상기 적어도 하나의 제1 최상위 루트 뷰 객체에 종속되어 있는 모든 자식 뷰 객체들에 대해 재렌더링을 1회 수행함으로써, 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시할 수 있다.In addition, according to another embodiment of the present invention, when the update of the DOM of the web document is completed, the update screen display unit 115 displays a parent view of the plurality of view objects defined in the DOM of the updated web document Selecting at least one top root view object for which no object exists and then selecting at least one root view object based on at least one first top root view object to which the tag information is allocated among the at least one top root view object Rendering the first top root view object and all child view objects dependent on the at least one first top root view object one time, The document can be displayed.

관련해서, 도 2와 같이, 표 1(210)에 대한 뷰 객체 1, 표 2(220)에 대한 뷰 객체 2 및 텍스트(230)에 대한 뷰 객체 3이 서로 부모 뷰 객체와 자식 뷰 객체로 연결되어 있는 상황에서 표 2(220)에 대해 표의 크기 변경과 관련된 명령과 표의 테두리 색상의 변경과 관련된 명령이 하나의 사용자 액션으로 동시에 인가되었다면, DOM 갱신부(114)는 상기 두 명령에 따라 상기 뷰 객체 2에 대한 화면 표시 속성을 변경하면서, 상기 뷰 객체 2와 상기 뷰 객체 2의 부모 뷰 객체인 뷰 객체 1에 대한 DOM을 갱신할 수 있고, 갱신 화면 표시부(115)는 상기 웹 문서의 갱신된 DOM에 정의되어 있는 복수의 뷰 객체들 중 부모 뷰 객체가 존재하지 않은 적어도 하나의 최상위 루트 뷰 객체(상기 뷰 객체 1은 부모 뷰 객체가 존재하지 않는 뷰 객체이므로, 상기 적어도 하나의 최상위 루트 뷰 객체 중 하나에 포함됨)를 선택한 후 상기 적어도 하나의 최상위 루트 뷰 객체 중 상기 뷰 객체 1에 할당되어 있는 태그 정보를 기초로 상기 뷰 객체 1을 확인하고, 상기 뷰 객체 1과 상기 뷰 객체 1에 종속되어 있는 모든 자식 뷰 객체들인 뷰 객체 2와 뷰 객체 3에 대해 재렌더링을 1회 수행함으로써, 결과적으로 화면 상에 표 2(220)의 크기가 변경되면서, 테두리의 색상이 변경된 웹 문서를 표시할 수 있다.2, view object 1 for table 1 210, view object 2 for table 2 (220), and view object 3 for text 230 are connected to each other as a parent view object and a child view object The command related to the table size change for table 2 (220) and the command related to the change of the border color of the table are simultaneously applied with one user action, the DOM update unit 114 updates the view The DOM for the view object 1, which is the parent view object of the view object 2 and the view object 2, can be updated while changing the display attribute of the object 2, and the update screen display unit 115 displays the updated At least one top root view object in which there is no parent view object among the plurality of view objects defined in the DOM (since the view object 1 is a view object in which the parent view object does not exist, the at least one top root view objectOne of the at least one top root view object is identified and the view object 1 is identified based on the tag information allocated to the view object 1, and the view object 1 and the view object 1 Rendering of the view object 2 and the view object 3, which are all child view objects, once is performed, and as a result, the size of the table 220 is changed on the screen, and the web document whose color of the border is changed can be displayed .

도 3은 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 방법을 도시한 순서도이다.3 is a flowchart illustrating a method of rendering a web document based on a user action according to an embodiment of the present invention.

단계(S310)에서는 웹 문서의 DOM에 정의되어 있는, 상기 웹 문서에 포함되어 있는 복수의 엘리먼트들의 화면 표시를 위한 복수의 뷰 객체들 중 적어도 하나의 뷰 객체에 대해, 상기 적어도 하나의 뷰 객체의 화면 표시 속성의 변경과 연관된 둘 이상의 명령들의 동시 실행을 지시하는 사용자 액션이 인가되면, 상기 사용자 액션에 포함되어 있는 상기 둘 이상의 명령들 각각을 추출한다.In step S310, for at least one view object among a plurality of view objects for screen display of a plurality of elements included in the web document, which is defined in the DOM of the web document, When a user action is instructed to indicate simultaneous execution of two or more instructions associated with a change of the display attribute, each of the two or more instructions contained in the user action is extracted.

단계(S320)에서는 상기 둘 이상의 명령들 각각의 추출이 완료되면, 상기 복수의 뷰 객체들 중 상기 둘 이상의 명령들 각각의 실행에 따라 화면 표시 속성이 변경될 대상이 되는 상기 적어도 하나의 뷰 객체를 식별한다.In step S320, when the extraction of each of the two or more commands is completed, the at least one view object to which the display attribute is to be changed according to the execution of each of the two or more commands among the plurality of view objects, .

단계(S330)에서는 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성에 따라 상기 웹 문서에 대한 재렌더링을 1회 수행하여 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시한다.In operation S330, when the identification of the at least one view object is completed, the display attribute of the at least one view object is completely changed to the display attributes according to the execution of each of the two or more commands, Rendering of the web document is performed once according to the changed display attribute of the view object of the web page, and the web document whose modification is completed according to the user action is displayed on the screen.

이때, 본 발명의 일실시예에 따르면, 단계(S330)에서는 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 웹 문서의 DOM에 대한 갱신을 수행하는 단계 및 상기 웹 문서의 DOM에 대한 갱신에 기초한 재렌더링을 1회 수행하여 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 갱신하여 표시하는 단계를 포함할 수 있다.According to an embodiment of the present invention, when the identification of the at least one view object is completed in step S330, the display attribute of the at least one view object is displayed on the screen corresponding to the execution of each of the two or more commands Performing an update on the DOM of the web document in order to reflect changed display attribute of the at least one view object on the web document after all of the display attributes are changed; And performing a re-rendering operation based on the user action to update and display the updated web document on the screen in accordance with the user action.

이때, 본 발명의 일실시예에 따르면, 상기 복수의 뷰 객체들 중 상기 웹 문서 상에서 어느 하나의 뷰 객체가 다른 하나의 뷰 객체에 종속되는 형식의 뷰 객체들이 존재하는 경우, 상기 웹 문서의 DOM에는 피종속 뷰 객체가 부모 뷰 객체로 정의되어 있고, 상기 부모 뷰 객체에 종속되는 종속 뷰 객체가 자식 뷰 객체로 정의되어 있음과 동시에 상기 부모 뷰 객체와 이에 종속되는 자식 뷰 객체 간의 연결 관계가 정의되어 있을 수 있다.According to an embodiment of the present invention, when there are view objects of a type in which one of the plurality of view objects is dependent on another view object on the web document, the DOM of the web document A dependency view object is defined as a parent view object, a dependent view object that is dependent on the parent view object is defined as a child view object, and a connection relation between the parent view object and a child view object dependent thereon is defined .

이때, 상기 사용자 액션 기반의 웹 문서 렌더링 처리 방법은 단계(S320)을 통해 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 웹 문서의 DOM을 통해 정의되어 있는 상기 복수의 뷰 객체들에 대한 종속 관계를 참조하여 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체를 자식 뷰 객체 내에 포함하고 있는 적어도 하나의 부모 뷰 객체를 식별하는 단계를 더 포함할 수 있다.In this case, when the identification of the at least one view object among the plurality of view objects is completed through the step S320, Identifying at least one parent view object that includes the at least one view object of the plurality of view objects in the child view object by referring to a dependency relationship on view objects of the parent view object.

이때, 상기 웹 문서의 DOM에 대한 갱신을 수행하는 단계는 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체의 식별에 기초하여 상기 웹 문서의 DOM에 대한 갱신을 수행할 수 있다.The updating of the DOM of the web document may include updating the display attribute of the at least one view object to at least one of the at least one view object and the at least one parent view object, The at least one view object and the at least one parent view object are changed to reflect the changed display attribute of the at least one view object on the web document, The update of the DOM of the web document can be performed.

또한, 본 발명의 일실시예에 따르면, 상기 사용자 액션 기반의 웹 문서 렌더링 처리 방법은 상기 적어도 하나의 뷰 객체의 식별과 상기 적어도 하나의 부모 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해 객체 식별을 위한 태그 정보를 할당하는 단계를 더 포함할 수 있다.According to an embodiment of the present invention, the user action based web document rendering processing method further includes, when the identification of the at least one view object and the identification of the at least one parent view object are completed, And assigning tag information for object identification to the at least one parent view object.

이때, 상기 웹 문서의 DOM에 대한 갱신을 수행하는 단계는 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해 상기 태그 정보의 할당이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 상기 태그 정보에 기초하여 상기 웹 문서의 DOM에 대한 갱신을 수행할 수 있다.At this time, the step of updating the DOM of the web document may include updating the at least one view object's display attribute of the at least one view object when the tag information is allocated to the at least one view object and the at least one parent view object To at least one of the at least one view object and at least one of the at least one view object and the at least one view object on the web document, And update the DOM of the web document based on the tag information allocated to one parent view object.

이때, 본 발명의 일실시예에 따르면, 상기 웹 문서를 갱신하여 표시하는 단계는 상기 웹 문서의 DOM에 대한 갱신이 완료되면, 갱신된 상기 웹 문서의 DOM에 정의되어 있는 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 상기 태그 정보에 기초하여 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해서만 부분적으로 재렌더링을 1회 수행함으로써, 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 갱신하여 표시할 수 있다.According to an embodiment of the present invention, the step of updating and displaying the web document may include a step of updating the plurality of view objects defined in the DOM of the updated web document, Rendering the at least one view object and the at least one parent view object only partially based on the tag information assigned to the at least one view object and the at least one parent view object , And the web document that has been changed according to the user action can be updated and displayed on the screen.

또한, 본 발명의 다른 일실시예에 따르면, 상기 웹 문서를 갱신하여 표시하는 단계는 상기 웹 문서의 DOM에 대한 갱신이 완료되면, 갱신된 상기 웹 문서의 DOM에 정의되어 있는 상기 복수의 뷰 객체들 중 부모 뷰 객체가 존재하지 않는 적어도 하나의 최상위 루트 뷰 객체를 선택한 후 상기 적어도 하나의 최상위 루트 뷰 객체 중 상기 태그 정보가 할당되어 있는 적어도 하나의 제1 최상위 루트 뷰 객체를 기초로 상기 적어도 하나의 제1 최상위 루트 뷰 객체와 상기 적어도 하나의 제1 최상위 루트 뷰 객체에 종속되어 있는 모든 자식 뷰 객체들에 대해 재렌더링을 1회 수행함으로써, 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 갱신하여 표시할 수 있다.According to another aspect of the present invention, there is provided a method of updating a web document, the method comprising the steps of: Of the at least one top root view object, the at least one top root view object having no parent view object and the at least one top root view object, Rendering the first top root view object and all child view objects dependent on the at least one first top root view object one time, The web document can be updated and displayed.

이상, 도 3을 참조하여 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 방법에 대해 설명하였다. 여기서, 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 방법은 도 1과 도 2를 이용하여 설명한 사용자 액션 기반의 웹 문서 렌더링 처리 장치(110)의 동작에 대한 구성과 대응될 수 있으므로, 이에 대한 보다 상세한 설명은 생략하기로 한다.3, a description has been given of a method of rendering a web document based on a user action according to an embodiment of the present invention. Here, the user action based web document rendering processing method according to an embodiment of the present invention may correspond to the configuration of the operation of the apparatus 110 for rendering a web document based on the user action described with reference to FIGS. 1 and 2 Therefore, a detailed description thereof will be omitted.

본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 방법은 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램으로 구현될 수 있다.A method for rendering a web document based on a user action according to an embodiment of the present invention can be implemented by a computer program stored in a storage medium for execution through a combination with a computer.

또한, 본 발명의 일실시예에 따른 사용자 액션 기반의 웹 문서 렌더링 처리 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. In addition, the method for processing a web document based on a user action according to an exemplary embodiment of the present invention may be implemented in the form of a program command that can be executed through various computer means and recorded in a computer readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions recorded on the medium may be those specially designed and configured for the present invention or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like.

이상과 같이 본 발명에서는 구체적인 구성 요소 등과 같은 특정 사항들과 한정된 실시예 및 도면에 의해 설명되었으나 이는 본 발명의 보다 전반적인 이해를 돕기 위해서 제공된 것일 뿐, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상적인 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. As described above, the present invention has been described with reference to particular embodiments, such as specific elements, and specific embodiments and drawings. However, it should be understood that the present invention is not limited to the above- And various modifications and changes may be made thereto by those skilled in the art to which the present invention pertains.

따라서, 본 발명의 사상은 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등하거나 등가적 변형이 있는 모든 것들은 본 발명 사상의 범주에 속한다고 할 것이다.Accordingly, the spirit of the present invention should not be construed as being limited to the embodiments described, and all of the equivalents or equivalents of the claims, as well as the following claims, belong to the scope of the present invention .

110: 사용자 액션 기반의 웹 문서 렌더링 처리 장치
111: 명령 추출부 112: 객체 식별부
113: 문서 재렌더링부 114: DOM 갱신부
115: 갱신 화면 표시부 116: 부모 뷰 객체 식별부
117: 태그 정보 할당부
110: Web action rendering device based on user action
111: command extraction unit 112: object identification unit
113: document re-rendering unit 114: DOM update unit
115: update screen display unit 116: parent view object identification unit
117: Tag information allocation unit

Claims (14)

사용자 액션 기반의 웹 문서 렌더링 처리 장치에 있어서,
웹 문서의 문서 객체 모델(Document Object Model: DOM)에 정의되어 있는, 상기 웹 문서에 포함되어 있는 복수의 엘리먼트(element)들의 화면 표시를 위한 복수의 뷰(view) 객체들 중 적어도 하나의 뷰 객체에 대해, 상기 적어도 하나의 뷰 객체의 화면 표시 속성의 변경과 연관된 둘 이상의 명령들의 동시 실행을 지시하는 사용자 액션이 인가되면, 상기 사용자 액션에 포함되어 있는 상기 둘 이상의 명령들 각각을 추출하는 명령 추출부;
상기 둘 이상의 명령들 각각의 추출이 완료되면, 상기 복수의 뷰 객체들 중 상기 둘 이상의 명령들 각각의 실행에 따라 화면 표시 속성이 변경될 대상이 되는 상기 적어도 하나의 뷰 객체를 식별하는 객체 식별부; 및
상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성에 따라 상기 웹 문서에 대한 재렌더링(re-rendering)을 1회 수행하여 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시하는 문서 재렌더링부
를 포함하는 사용자 액션 기반의 웹 문서 렌더링 처리 장치.
1. A web document rendering processing apparatus based on a user action,
At least one view object among a plurality of view objects for screen display of a plurality of elements included in the web document defined in a document object model (DOM) of a web document, If the user action is instructed to indicate simultaneous execution of two or more instructions associated with a change of the display attributes of the at least one view object, an instruction extraction for extracting each of the two or more instructions contained in the user action part;
And an object identification unit for identifying the at least one view object to which the display attribute is to be changed according to the execution of each of the two or more of the plurality of view objects when the extraction of each of the two or more instructions is completed, ; And
After the completion of the identification of the at least one view object, the display attribute of the at least one view object is changed to the display attributes according to the execution of each of the two or more commands, A document re-rendering unit for performing re-rendering of the web document once according to a screen display attribute and displaying the web document whose modification is completed according to the user action on the screen,
And a user action-based web document rendering processing unit.
제1항에 있어서,
상기 문서 재렌더링부는
상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 웹 문서의 DOM에 대한 갱신을 수행하는 DOM 갱신부; 및
상기 웹 문서의 DOM에 대한 갱신에 기초한 재렌더링을 1회 수행하여 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시하는 갱신 화면 표시부
를 포함하는 사용자 액션 기반의 웹 문서 렌더링 처리 장치.
The method according to claim 1,
The document re-
Wherein when the identification of the at least one view object is completed, the display attribute of the at least one view object is changed to the display attributes according to the execution of each of the two or more commands, A DOM update unit for updating the DOM of the web document to reflect a changed display attribute of the view object of the web document; And
An update screen display unit for performing the re-rendering based on the update of the web document on the DOM once and displaying the web document whose change has been completed according to the user action on the screen;
And a user action-based web document rendering processing unit.
제2항에 있어서,
상기 복수의 뷰 객체들 중 상기 웹 문서 상에서 어느 하나의 뷰 객체가 다른 하나의 뷰 객체에 종속되는 형식의 뷰 객체들이 존재하는 경우, 상기 웹 문서의 DOM에는 피종속 뷰 객체가 부모(parent) 뷰 객체로 정의되어 있고, 상기 부모 뷰 객체에 종속되는 종속 뷰 객체가 자식(child) 뷰 객체로 정의되어 있음과 동시에 상기 부모 뷰 객체와 이에 종속되는 자식 뷰 객체 간의 연결 관계가 정의되어 있으며,
상기 사용자 액션 기반의 웹 문서 렌더링 처리 장치는
상기 객체 식별부를 통해 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 웹 문서의 DOM을 통해 정의되어 있는 상기 복수의 뷰 객체들에 대한 종속 관계를 참조하여 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체를 자식 뷰 객체 내에 포함하고 있는 적어도 하나의 부모 뷰 객체를 식별하는 부모 뷰 객체 식별부
를 더 포함하고,
상기 DOM 갱신부는
상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체의 식별에 기초하여 상기 웹 문서의 DOM에 대한 갱신을 수행하는 사용자 액션 기반의 웹 문서 렌더링 처리 장치.
3. The method of claim 2,
When there are view objects of a type in which one of the plurality of view objects is dependent on another view object on the web document, the subordinate view object of the web document includes a parent view A dependent view object that is defined as an object, a dependent view object that is dependent on the parent view object is defined as a child view object, and a connection relation between the parent view object and a child view object that is dependent thereon is defined,
The user action based web document rendering processing apparatus
When the identification of the at least one view object among the plurality of view objects is completed through the object identification unit, the dependency relation for the plurality of view objects defined through the DOM of the web document is referred to, A parent view object identifying unit that identifies at least one parent view object that contains the at least one view object in the child view object,
Further comprising:
The DOM update unit
After completion of the identification of the at least one view object and the at least one parent view object, the display attribute of the at least one view object is changed to all display attributes according to the execution of each of the two or more commands Performing an update on the DOM of the web document based on the identification of the at least one view object and the at least one parent view object to reflect the modified display properties of the at least one view object on the web document A user action based web document rendering processing device.
제3항에 있어서,
상기 적어도 하나의 뷰 객체의 식별과 상기 적어도 하나의 부모 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해 객체 식별을 위한 태그 정보를 할당하는 태그 정보 할당부
를 더 포함하고,
상기 DOM 갱신부는
상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해 상기 태그 정보의 할당이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 상기 태그 정보에 기초하여 상기 웹 문서의 DOM에 대한 갱신을 수행하는 사용자 액션 기반의 웹 문서 렌더링 처리 장치.
The method of claim 3,
Wherein when the identification of the at least one view object and the identification of the at least one parent view object are completed, tag information allocation for assigning tag information for object identification to the at least one view object and the at least one parent view object part
Further comprising:
The DOM update unit
Wherein when the tag information is allocated to the at least one view object and the at least one parent view object, the display attribute of the at least one view object is set as a display attribute according to the execution of each of the at least two commands Based on the tag information allocated to the at least one view object and the at least one parent view object to reflect changed display properties of the at least one view object on the web document And a user action based web document rendering processing unit for updating the DOM of the web document.
제4항에 있어서,
상기 갱신 화면 표시부
상기 웹 문서의 DOM에 대한 갱신이 완료되면, 갱신된 상기 웹 문서의 DOM에 정의되어 있는 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 상기 태그 정보에 기초하여 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해서만 부분적으로 재렌더링을 1회 수행함으로써, 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시하는 사용자 액션 기반의 웹 문서 렌더링 처리 장치.
5. The method of claim 4,
The update screen display section
Wherein when the update of the DOM of the web document is completed, the at least one view object of the plurality of view objects defined in the DOM of the updated web document and the at least one view object assigned to the at least one parent view object Rendering the at least one view object and the at least one parent view object partially in a partially re-rendered manner based on the user action to display the modified web document on the screen, Based web document rendering processing apparatus.
제4항에 있어서,
상기 갱신 화면 표시부는
상기 웹 문서의 DOM에 대한 갱신이 완료되면, 갱신된 상기 웹 문서의 DOM에 정의되어 있는 상기 복수의 뷰 객체들 중 부모 뷰 객체가 존재하지 않는 적어도 하나의 최상위 루트(root) 뷰 객체를 선택한 후 상기 적어도 하나의 최상위 루트 뷰 객체 중 상기 태그 정보가 할당되어 있는 적어도 하나의 제1 최상위 루트 뷰 객체를 기초로 상기 적어도 하나의 제1 최상위 루트 뷰 객체와 상기 적어도 하나의 제1 최상위 루트 뷰 객체에 종속되어 있는 모든 자식 뷰 객체들에 대해 재렌더링을 1회 수행함으로써, 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시하는 사용자 액션 기반의 웹 문서 렌더링 처리 장치.
5. The method of claim 4,
The update screen display unit
When updating of the DOM of the web document is completed, at least one root view object in which the parent view object does not exist among the plurality of view objects defined in the DOM of the updated web document is selected Wherein the at least one first topmost root view object and the at least one first topmost root view object are based on at least one first topmost root view object to which the tag information is assigned, Rendering the web document that has been changed according to the user action on the screen by performing a re-rendering once on all dependent child view objects.
사용자 액션 기반의 웹 문서 렌더링 처리 방법에 있어서,
웹 문서의 문서 객체 모델(Document Object Model: DOM)에 정의되어 있는, 상기 웹 문서에 포함되어 있는 복수의 엘리먼트(element)들의 화면 표시를 위한 복수의 뷰(view) 객체들 중 적어도 하나의 뷰 객체에 대해, 상기 적어도 하나의 뷰 객체의 화면 표시 속성의 변경과 연관된 둘 이상의 명령들의 동시 실행을 지시하는 사용자 액션이 인가되면, 상기 사용자 액션에 포함되어 있는 상기 둘 이상의 명령들 각각을 추출하는 단계;
상기 둘 이상의 명령들 각각의 추출이 완료되면, 상기 복수의 뷰 객체들 중 상기 둘 이상의 명령들 각각의 실행에 따라 화면 표시 속성이 변경될 대상이 되는 상기 적어도 하나의 뷰 객체를 식별하는 단계; 및
상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성에 따라 상기 웹 문서에 대한 재렌더링(re-rendering)을 1회 수행하여 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 표시하는 단계
를 포함하는 사용자 액션 기반의 웹 문서 렌더링 처리 방법.
A method for rendering a web document based on a user action,
At least one view object among a plurality of view objects for screen display of a plurality of elements included in the web document defined in a document object model (DOM) of a web document, Extracting each of the two or more instructions contained in the user action when a user action is indicated, the user action indicating simultaneous execution of two or more instructions associated with a change of a display attribute of the at least one view object;
Identifying the at least one view object to which a display attribute is to be changed according to the execution of each of the two or more of the plurality of view objects when the extraction of each of the two or more instructions is completed; And
After the completion of the identification of the at least one view object, the display attribute of the at least one view object is changed to the display attributes according to the execution of each of the two or more commands, Performing re-rendering on the web document once according to a screen display attribute and displaying the web document whose modification is completed according to the user action on the screen
A user action based web document rendering processing method.
제7항에 있어서,
상기 웹 문서를 표시하는 단계는
상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 웹 문서의 DOM에 대한 갱신을 수행하는 단계; 및
상기 웹 문서의 DOM에 대한 갱신에 기초한 재렌더링을 1회 수행하여 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 갱신하여 표시하는 단계
를 포함하는 사용자 액션 기반의 웹 문서 렌더링 처리 방법.
8. The method of claim 7,
The step of displaying the web document
Wherein when the identification of the at least one view object is completed, the display attribute of the at least one view object is changed to the display attributes according to the execution of each of the two or more commands, Performing an update on the DOM of the web document to reflect a changed display attribute of the view object of the web document; And
Performing a re-rendering based on an update to the DOM of the web document once and updating and displaying the web document whose modification is completed according to the user action on the screen
A user action based web document rendering processing method.
제8항에 있어서,
상기 복수의 뷰 객체들 중 상기 웹 문서 상에서 어느 하나의 뷰 객체가 다른 하나의 뷰 객체에 종속되는 형식의 뷰 객체들이 존재하는 경우, 상기 웹 문서의 DOM에는 피종속 뷰 객체가 부모(parent) 뷰 객체로 정의되어 있고, 상기 부모 뷰 객체에 종속되는 종속 뷰 객체가 자식(child) 뷰 객체로 정의되어 있음과 동시에 상기 부모 뷰 객체와 이에 종속되는 자식 뷰 객체 간의 연결 관계가 정의되어 있으며,
상기 사용자 액션 기반의 웹 문서 렌더링 처리 방법은
상기 식별하는 단계를 통해 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체의 식별이 완료되면, 상기 웹 문서의 DOM을 통해 정의되어 있는 상기 복수의 뷰 객체들에 대한 종속 관계를 참조하여 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체를 자식 뷰 객체 내에 포함하고 있는 적어도 하나의 부모 뷰 객체를 식별하는 단계
를 더 포함하고,
상기 웹 문서의 DOM에 대한 갱신을 수행하는 단계는
상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체의 식별에 기초하여 상기 웹 문서의 DOM에 대한 갱신을 수행하는 사용자 액션 기반의 웹 문서 렌더링 처리 방법.
9. The method of claim 8,
When there are view objects of a type in which one of the plurality of view objects is dependent on another view object on the web document, the subordinate view object of the web document includes a parent view A dependent view object that is defined as an object, a dependent view object that is dependent on the parent view object is defined as a child view object, and a connection relation between the parent view object and a child view object that is dependent thereon is defined,
The user action based web document rendering processing method
If the identification of the at least one view object among the plurality of view objects is completed through the identifying step, referring to the dependency relation for the plurality of view objects defined through the DOM of the web document, Identifying at least one parent view object that contains the at least one view object of the view objects of the child view object
Further comprising:
The step of performing the update on the DOM of the web document
After completion of the identification of the at least one view object and the at least one parent view object, the display attribute of the at least one view object is changed to all display attributes according to the execution of each of the two or more commands Performing an update on the DOM of the web document based on the identification of the at least one view object and the at least one parent view object to reflect the modified display properties of the at least one view object on the web document A method for rendering a web document based on a user action.
제9항에 있어서,
상기 적어도 하나의 뷰 객체의 식별과 상기 적어도 하나의 부모 뷰 객체의 식별이 완료되면, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해 객체 식별을 위한 태그 정보를 할당하는 단계
를 더 포함하고,
상기 웹 문서의 DOM에 대한 갱신을 수행하는 단계는
상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해 상기 태그 정보의 할당이 완료되면, 상기 적어도 하나의 뷰 객체의 화면 표시 속성을 상기 둘 이상의 명령들 각각의 실행에 따른 화면 표시 속성으로 모두 변경 완료한 후 상기 웹 문서 상에 상기 적어도 하나의 뷰 객체의 변경된 화면 표시 속성을 반영시키기 위해, 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 상기 태그 정보에 기초하여 상기 웹 문서의 DOM에 대한 갱신을 수행하는 사용자 액션 기반의 웹 문서 렌더링 처리 방법.
10. The method of claim 9,
Assigning tag information for object identification to the at least one view object and the at least one parent view object upon completion of identification of the at least one view object and identification of the at least one parent view object
Further comprising:
The step of performing the update on the DOM of the web document
Wherein when the tag information is allocated to the at least one view object and the at least one parent view object, the display attribute of the at least one view object is set as a display attribute according to the execution of each of the at least two commands Based on the tag information allocated to the at least one view object and the at least one parent view object to reflect changed display properties of the at least one view object on the web document A user action based web document rendering processing method for performing update to the DOM of the web document.
제10항에 있어서,
상기 웹 문서를 갱신하여 표시하는 단계는
상기 웹 문서의 DOM에 대한 갱신이 완료되면, 갱신된 상기 웹 문서의 DOM에 정의되어 있는 상기 복수의 뷰 객체들 중 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 할당되어 있는 상기 태그 정보에 기초하여 상기 적어도 하나의 뷰 객체와 상기 적어도 하나의 부모 뷰 객체에 대해서만 부분적으로 재렌더링을 1회 수행함으로써, 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 갱신하여 표시하는 사용자 액션 기반의 웹 문서 렌더링 처리 방법.
11. The method of claim 10,
The step of updating and displaying the web document
Wherein when the update of the DOM of the web document is completed, the at least one view object of the plurality of view objects defined in the DOM of the updated web document and the at least one view object assigned to the at least one parent view object Rendering the at least one view object and the at least one parent view object partially by re-rendering only once to update and display the web document whose modification has been completed according to the user action on the screen A Web document rendering processing method based on user action.
제10항에 있어서,
상기 웹 문서를 갱신하여 표시하는 단계는
상기 웹 문서의 DOM에 대한 갱신이 완료되면, 갱신된 상기 웹 문서의 DOM에 정의되어 있는 상기 복수의 뷰 객체들 중 부모 뷰 객체가 존재하지 않는 적어도 하나의 최상위 루트(root) 뷰 객체를 선택한 후 상기 적어도 하나의 최상위 루트 뷰 객체 중 상기 태그 정보가 할당되어 있는 적어도 하나의 제1 최상위 루트 뷰 객체를 기초로 상기 적어도 하나의 제1 최상위 루트 뷰 객체와 상기 적어도 하나의 제1 최상위 루트 뷰 객체에 종속되어 있는 모든 자식 뷰 객체들에 대해 재렌더링을 1회 수행함으로써, 상기 화면 상에 상기 사용자 액션에 따라 변경이 완료된 상기 웹 문서를 갱신하여 표시하는 사용자 액션 기반의 웹 문서 렌더링 처리 방법.
11. The method of claim 10,
The step of updating and displaying the web document
When updating of the DOM of the web document is completed, at least one root view object in which the parent view object does not exist among the plurality of view objects defined in the DOM of the updated web document is selected Wherein the at least one first topmost root view object and the at least one first topmost root view object are based on at least one first topmost root view object to which the tag information is assigned, Wherein the step of performing re-rendering on all dependent child view objects is performed once to update and display the modified web document according to the user action on the screen.
제7항 내지 제12항 중 어느 한 항의 방법을 수행하는 프로그램을 기록한 컴퓨터 판독 가능 기록 매체.13. A computer-readable recording medium recording a program for performing the method of any one of claims 7 to 12. 제7항 내지 제12항 중 어느 한 항의 방법을 컴퓨터와의 결합을 통해 실행시키기 위한 저장매체에 저장된 컴퓨터 프로그램.13. A computer program stored in a storage medium for executing the method of any one of claims 7 to 12 through a combination with a computer.
KR1020170036210A 2017-03-22 2017-03-22 Web document rendering processing apparatus and method based on user action KR101781558B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170036210A KR101781558B1 (en) 2017-03-22 2017-03-22 Web document rendering processing apparatus and method based on user action

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170036210A KR101781558B1 (en) 2017-03-22 2017-03-22 Web document rendering processing apparatus and method based on user action

Publications (1)

Publication Number Publication Date
KR101781558B1 true KR101781558B1 (en) 2017-09-26

Family

ID=60036923

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170036210A KR101781558B1 (en) 2017-03-22 2017-03-22 Web document rendering processing apparatus and method based on user action

Country Status (1)

Country Link
KR (1) KR101781558B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190116628A (en) * 2018-04-05 2019-10-15 주식회사 한글과컴퓨터 Presentation document editing apparatus capable of efficiently updating thumbnail images and operating method thereof
KR20200117140A (en) * 2019-04-03 2020-10-14 네이버 주식회사 Method and system for virtual input on the web

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190116628A (en) * 2018-04-05 2019-10-15 주식회사 한글과컴퓨터 Presentation document editing apparatus capable of efficiently updating thumbnail images and operating method thereof
KR102053069B1 (en) 2018-04-05 2019-12-06 주식회사 한글과컴퓨터 Presentation document editing apparatus capable of efficiently updating thumbnail images and operating method thereof
KR20200117140A (en) * 2019-04-03 2020-10-14 네이버 주식회사 Method and system for virtual input on the web
KR102228241B1 (en) 2019-04-03 2021-03-17 네이버 주식회사 Method and system for virtual input on the web

Similar Documents

Publication Publication Date Title
US10497086B2 (en) Methods and apparatuses for providing a hardware accelerated web engine
CA2937702C (en) Emphasizing a portion of the visible content elements of a markup language document
EP2174295B1 (en) Data system and method
US11216253B2 (en) Application prototyping tool
US7535475B2 (en) Virtual view tree
US7412644B2 (en) System and process for delivering and rendering scalable web pages
KR20150079867A (en) Html5-protocol-based webpage presentation method and device
US20110258534A1 (en) Declarative definition of complex user interface state changes
US10049095B2 (en) In-context editing of output presentations via automatic pattern detection
KR101809457B1 (en) Client terminal device supporting editing of a web document and operating method thereof
US20070216712A1 (en) Image transformation based on underlying data
KR20150091132A (en) Page rendering method and apparatus
JP2005537540A (en) System and method for browser document editing
JP5005005B2 (en) Visualization program, visualization method, and visualization apparatus for visualizing content reading order
KR102574306B1 (en) dynamic typesetting
KR101781558B1 (en) Web document rendering processing apparatus and method based on user action
KR102119560B1 (en) Method, system and computer-readable recording medium for editing font using scalable vector graphic format
JPH04148475A (en) Document processor
KR101576563B1 (en) Method of editing multi-language comic contents
KR102311326B1 (en) Apparatus and method to display web content
KR101809459B1 (en) Web document conversion support apparatus that can maintain decorating effect applied to original image and operating method thereof
Feldman et al. WPF in Action with Visual Studio 2008: Covers Visual Studio 2008 Service Pack 1 and. NET 3.5 Service Pack 1!
CN115905761A (en) Method for improving rendering performance of browser
JP2665206B2 (en) Front screen drawing processing method
Almakhwr et al. Writing and editing Arabictext in Adobe Animate cc

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant