WO2018194323A1 - Dispositif de terminal client permettant de prendre en charge l'édition d'un document web et son procédé de fonctionnement - Google Patents

Dispositif de terminal client permettant de prendre en charge l'édition d'un document web et son procédé de fonctionnement Download PDF

Info

Publication number
WO2018194323A1
WO2018194323A1 PCT/KR2018/004368 KR2018004368W WO2018194323A1 WO 2018194323 A1 WO2018194323 A1 WO 2018194323A1 KR 2018004368 W KR2018004368 W KR 2018004368W WO 2018194323 A1 WO2018194323 A1 WO 2018194323A1
Authority
WO
WIPO (PCT)
Prior art keywords
web document
tag
editing
markup language
svg
Prior art date
Application number
PCT/KR2018/004368
Other languages
English (en)
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 주식회사 한글과컴퓨터
Publication of WO2018194323A1 publication Critical patent/WO2018194323A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

Definitions

  • the present invention relates to an apparatus for supporting a user to easily edit a web document and a method of operating the same.
  • a web document is a document that can be viewed through a browser and refers to a document written based on a markup language, such as HTML (Hypertext Markup Language) or XML (eXtensible Markup Language).
  • HTML Hypertext Markup Language
  • XML eXtensible Markup Language
  • the browser uses the Document Object Model to render and display web documents on the screen.
  • the document object model is an object-oriented model that represents a structured document and allows all elements of the web, such as graphics, text, headlines, and styles, to be controlled by scripting languages such as Java Script.
  • the browser generates a document object model by parsing a web document written based on a markup language, and then renders the web document based on the displayed web document on the screen.
  • the user had to modify the markup language tags that make up the web document. For example, if a user wants to insert a certain image into a web document made of HTML, the user may need to insert a related command directly in the HTML tag by using a tag called "embed src". Difficulties existed.
  • a tool that supports editing of an existing web document provides only a function of inserting a figure in an image form when a user inserts a figure and wants to edit a figure inserted in the web document.
  • the user could not easily change attributes such as color, border thickness, and size of the figure in the web document.
  • the present invention provides an editing interface for allowing a user to edit a web document, and when a user edits a web document, a markup language for constructing the web document to correspond to the editing. Language) By automatically changing the tag and rendering based on the changed markup language tag, the user can easily edit the web document.
  • an attribute of the figure is defined on a markup language tag constituting the web document.
  • SVG Scalable Vector Graphics
  • the client terminal device supporting the editing of a web document configures an editing interface that enables editing of the web document on the browser when the web document is displayed through a browser.
  • Editing interface display unit displayed on the side when the user inputs an editing command for editing the content contained in the web document, the web document is configured to apply the edits according to the editing command to the web document
  • an operation method of a client terminal device that supports editing of a web document may include an editing interface that enables editing of the web document on the browser when the web document is displayed through the browser. Displaying on one side of the browser, and when a user inputs an editing command for instructing editing of content included in the web document, the web is edited according to the editing command to be applied to the web document. Performing a change to the markup language tag constituting the document and when the change of the markup language tag is completed, the markup language tag constituting the web document is parsed through the browser, and the markup language Render the part corresponding to the tag changed according to the editing command in the tag As such, a step of applying the edit information according to the editing command for the web document.
  • the present invention provides an editing interface for allowing a user to edit a web document, and when a user edits a web document, a markup language for constructing the web document to correspond to the editing. Language) By automatically changing the tag to render based on the changed markup language tag, the user can easily edit the web document.
  • SVG Scalable Vector Graphics
  • FIG. 1 is a diagram illustrating a structure of a client terminal device supporting editing of a web document according to an embodiment of the present invention.
  • FIGS. 2 to 4 are diagrams for describing an operation of a client terminal device supporting editing of a web document according to an embodiment of the present invention.
  • FIG. 5 is a flowchart illustrating an operation method of a client terminal device supporting editing of a web document according to an embodiment of the present invention.
  • FIG. 1 is a diagram illustrating a structure of a client terminal device supporting editing of a web document according to an embodiment of the present invention.
  • the client terminal device 110 that supports editing of a web document according to an embodiment of the present invention includes an editing interface display unit 111, an editing processing unit 112, and an updating unit 113.
  • the editing interface display unit 111 configures an editing interface for editing the web document on the browser and displays it on one side of the browser.
  • the editing interface display unit 111 enables editing of the web document on the browser as shown by reference numeral 211.
  • An editing interface 211 may be configured and displayed on one side of the browser.
  • the editing interface 211 may include editing command buttons for instructing execution of a plurality of editing commands so that a user can edit a web document.
  • the edit processing unit 112 when a user inputs an editing command for editing the content included in the web document, a mark constituting the web document such that the edited content according to the editing command is applied to the web document. Make changes to the Markup Language tag.
  • the editing processing unit 112 configures the web document so that an edit item according to the editing command to correct the letter is applied to the web document. You can automatically modify markup language tags.
  • the markup language tag refers to a tag constituting a document created based on a markup language, such as an HTML (Hypertext Markup Language) tag or an XML (eXtensible Markup Language) tag.
  • HTML Hypertext Markup Language
  • XML eXtensible Markup Language
  • the updater 113 parses the markup language tag constituting the web document through the browser, according to the editing command in the markup language tag. By performing rendering on a portion corresponding to the changed tag, the edited item according to the editing command is applied to the web document.
  • the updater 113 parses the markup language tag constituting the web document through the browser to the web document. Generating a document object model for the web document by rendering a portion of the markup language tag corresponding to the tag changed according to the editing command based on the document object model; Edits can be applied according to the editing commands.
  • the editing processing unit 112 may include an SVG tag generating unit 114 and an SVG tag inserting unit 115.
  • the SVG tag generation unit 114 when a figure having a scalable vector graphics (SVG) file format is input to the web document by the user, the style attribute of the figure and the figure on the web document.
  • the SVG tag insertion unit 115 inserts the SVG tag on a markup language tag constituting the web document to process a change to the markup language tag.
  • the updater 113 parses the markup language tag constituting the web document through the browser and renders the portion where the SVG tag is inserted.
  • the insertion of the figure can be applied to the web document.
  • the SVG tag generator 114 may generate an internal color, a border size, and a border of the figure 212.
  • the style attribute of the figure 212 and the insertion position of the figure 212 and the size of the figure 212 are checked by checking the style attribute such as color and the insertion position of the figure 212 on the web document and the size of the figure 212.
  • SVG is an XML-based file format for representing two-dimensional vector graphics, and is an open standard vector graphics file format developed in 1999 under the leadership of the World Wide Web Consortium (W3C).
  • SVG-formatted images and their behavior are defined as XML text files that can be searched, cataloged, scripted, and compressed if necessary.
  • the SVG tag insertion unit 115 is shown in FIG. 3.
  • the SVG tag may be inserted on a markup language tag constituting the web document to process a change to the markup language tag.
  • the SVG tag generating unit 114 generates an SVG tag in which a style attribute of the figure 212 is defined, as shown at 312 in FIG. 3, and as shown at 311, “embed”.
  • src "tag can be used to create a tag defined position and size for inserting the shape 212 having the SVG file format on the web document
  • SVG tag inserting unit 115 is a SVG tag generation unit ( As illustrated in FIG. 3, the SVG tag generated at 114 may be inserted on a markup language tag constituting the web document.
  • the updater 113 configures the mark constituting the web document through the browser.
  • the insertion of the figure 212 may be applied to the web document as shown in FIG. 2.
  • the editing processing unit 112 may further include an SVG tag changing unit 116.
  • the SVG tag change unit 116 instructs the user to change the style attribute of the figure, the insertion position of the figure on the web document, or the size of the figure after the insertion of the figure on the web document is completed.
  • the markup language tag constituting the web document is changed to the attribute value defined in the SVG tag so that the figure editing item according to the figure editing command is reflected on the web document. Perform.
  • the updater 113 parses the markup language tag constituting the web document through the browser to complete the change of the attribute value.
  • the change according to the figure editing command may be applied to the figure inserted in the web document.
  • the SVG tag change unit ( 116 may change an attribute value defined in the SVG tag illustrated in FIG. 3 to correspond to a style attribute change, a position, or a size change of the figure 212, and the updater 113 may update the web through the browser.
  • the markup language tag constituting the document may be parsed to render a portion in which the SVG tag in which the attribute value is changed is inserted, thereby completing the modification of the figure 212.
  • the editing processing unit 112 may further include a first location information checking unit 117, a second location information checking unit 118, and a location information determining unit 119. .
  • the first position information checking unit 117 may further edit an instruction on the web document by the user. If not, the first position information on the web document for the position where the additional editing command occurred is confirmed.
  • the second location information checking unit 118 checks the second location information associated with the location where the figure is input on the web document by referring to the attribute value defined in the SVG tag.
  • the location information determiner 119 compares the first location information with the second location information to determine whether a location according to the second location information on the web document is lower than a location according to the first location information. To judge.
  • the updater 113 configures the markup language tag configuring the web document through the browser. By parsing and re-rendering the portion where the SVG tag is inserted, the figure inserted in the web document may be displayed again.
  • the text string is displayed by the user.
  • the first location information checking unit 117 may check first location information on the web document about the location where the additional editing command has occurred.
  • the second location information checking unit 118 may check second location information associated with the location where the figure 420 is input on the web document by referring to the attribute value defined in the SVG tag.
  • the location information determination unit 119 compares the first location information with the second location information to determine whether a location according to the second location information on the web document is lower than a location according to the first location information. It can be determined.
  • the location information determination unit 119 determines that the location according to the second location information on the web document is the location corresponding to the first location information. It can be judged to exist lower.
  • the updater 113 determines that the location according to the second location information exists below the location according to the first location information
  • the markup language tag configuring the web document through the browser is used.
  • the figure 420 inserted in the web document may be displayed again.
  • the browser may display the SVG. It has the property of initializing and displaying the formatted figure with the original style.
  • the client terminal device 110 supporting the editing of the web document according to the present invention is located at a position higher than the position of the figure 420 inserted in the web document, as shown in FIG.
  • rendering of the figure 420 is performed based on an SVG tag defining a style, position, and size of the figure 420 in the markup language tag constituting the web document.
  • the editing processing unit 112 may further include an editing command confirmation unit 120.
  • the editing instruction checking unit 120 changes the position of the figure on the web document of the figure. Check whether this is an editing command that causes.
  • the SVG tag change unit 116 determines that the additional editing command is an editing command that causes a position change of the figure on the web document, the position of the figure on the web document according to the additional editing command.
  • the markup language tag constituting the web document may be changed to change the attribute value defined in the SVG tag to reflect the change.
  • the updater 113 configures the markup language tag configuring the web document through the browser. By parsing and rerendering the portion where the SVG tag is inserted, the figure inserted on the web document can be displayed again.
  • the figure 420 included in the web document may be changed in position on the web document by the additional editing command.
  • the editing command checking unit 120 may apply the additional editing command to the figure (420). This can be confirmed with an editing command that causes a change in position on the web document for 420.
  • the SVG tag changing unit 116 may change the figure on the web document according to the additional editing command.
  • the markup language tag constituting the web document may be changed to change the attribute value defined in the SVG tag to reflect the positional change of 420.
  • the SVG tag change unit 116 may display the image 420 on the web document. It is possible to change the attribute value defined in the SVG tag so that the position moves down one line.
  • the updating unit 113 is the markup language constituting the web document through the browser because the position of the figure 420 on the web document is lower than the position to which the additional editing command is applied.
  • the figure inserted on the web document may be displayed again.
  • the updater 113 re-renders the figure 420 based on the SVG tag whose attribute value is changed so that the position of the figure 420 moves down one line, thereby rendering the figure 420 on the web document. ) Can be moved down one line.
  • FIG. 5 is a flowchart illustrating an operation method of a client terminal device supporting editing of a web document according to an embodiment of the present invention.
  • an editing interface for editing the web document is configured on the browser and displayed on one side of the browser.
  • step S520 when an editing command for editing the content included in the web document is input by the user, markup for configuring the web document such that the edited content according to the editing command is applied to the web document. Make changes to the language tags.
  • step S530 when the change of the markup language tag is completed, the markup language tag constituting the web document is parsed through the browser to the web document. Editing the web document according to the editing command by generating a document object model for the web document by rendering the markup language tag corresponding to the tag changed according to the editing command based on the document object model. May apply.
  • step S520 when a figure having an SVG file format is input on the web document by the user, the style attribute of the figure and the insertion of the figure on the web document are input.
  • SVG tag insertable on the markup language tag constituting the web document by checking the position and the size of the figure (the SVG tag indicates the style attribute of the figure, the insertion position of the figure and the size of the figure) And a property value defined therein), and inserting the SVG tag on a markup language tag constituting the web document to process a change to the markup language tag.
  • step S530 when the change of the markup language tag is completed, the markup language tag constituting the web document is parsed through the browser to render the portion where the SVG tag is inserted. Insertion of the figure may be applied to the web document.
  • the operation method of the client terminal device supporting the editing of the web document is the style attribute of the figure by the user after the insertion of the figure on the web document is completed, the web document is configured to reflect the figure edit item according to the figure editing command on the web document.
  • the mark constituting the web document through the browser Parse up-language tag to render the inserted portion of the SVG tag where the change of the attribute value is completed may further comprise the step of applying a change corresponding to the shape editing command for the geometry that is inserted onto the web.
  • the operation method of the client terminal device supporting the editing of the web document is further edited on the web document by the user after the insertion of the figure on the web document is completed; If a command (the additional edit command is not an edit command directly generated for the figure) is confirmed, confirming first position information on the web document for the location where the additional edit command occurred, defined in the SVG tag.
  • the method may further include displaying the figure inserted in the web document by performing rerendering.
  • the operation method of the client terminal device supporting the editing of the web document it is determined that the position according to the second position information exists below the position according to the first position information.
  • the method may further include a step of displaying the figure inserted in the web document.
  • the SVG tag parses the markup language tag constituting the web document through the browser when it is determined that the location according to the second location information exists below the location according to the first location information. By re-rendering the inserted portion, the figure inserted in the web document may be displayed again.
  • the operating method of the client terminal device supporting the editing of a web document according to an embodiment of the present invention has been described with reference to FIG. 5.
  • the operation method of the client terminal device supporting the editing of the web document according to an embodiment of the present invention relates to the operation of the client terminal device 110 supporting the editing of the web document described with reference to FIGS. 1 to 4. Since it may correspond to the configuration, a detailed description thereof will be omitted.
  • An operation method of a client terminal device supporting editing of a web document according to an embodiment of the present invention may be implemented as a computer program stored in a storage medium for execution by combining with a computer.
  • an operating method of a client terminal device supporting editing of a web document may be implemented in the form of program instructions that can be executed by various computer means and recorded in a computer readable medium.
  • the computer readable medium may include program instructions, data files, data structures, etc. alone or in combination.
  • Program instructions recorded on the media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts.
  • Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks, 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.
  • program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Document Processing Apparatus (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

L'invention porte sur un dispositif de terminal client permettant de prendre en charge l'édition d'un document Web et sur son procédé de fonctionnement. La présente invention concerne une interface d'édition permettant à un utilisateur d'éditer un document Web en changeant automatiquement une étiquette de langage de balisage pour configurer le document Web de sorte à correspondre à l'édition lorsque l'utilisateur édite le document Web, et en effectuant le rendu basé sur une étiquette de langage de balisage modifiée, ce qui permet à un utilisateur d'éditer facilement le document Web.
PCT/KR2018/004368 2017-04-21 2018-04-16 Dispositif de terminal client permettant de prendre en charge l'édition d'un document web et son procédé de fonctionnement WO2018194323A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020170051395A KR101809457B1 (ko) 2017-04-21 2017-04-21 웹 문서의 편집을 지원하는 클라이언트 단말 장치 및 그 동작 방법
KR10-2017-0051395 2017-04-21

Publications (1)

Publication Number Publication Date
WO2018194323A1 true WO2018194323A1 (fr) 2018-10-25

Family

ID=60954233

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2018/004368 WO2018194323A1 (fr) 2017-04-21 2018-04-16 Dispositif de terminal client permettant de prendre en charge l'édition d'un document web et son procédé de fonctionnement

Country Status (2)

Country Link
KR (1) KR101809457B1 (fr)
WO (1) WO2018194323A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112035848A (zh) * 2019-06-04 2020-12-04 珠海金山办公软件有限公司 图形文本内容的保护方法、装置、电子设备及存储介质
CN112115485A (zh) * 2019-06-04 2020-12-22 珠海金山办公软件有限公司 文档中图形宽高的保护方法、装置、电子设备及存储介质

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101991297B1 (ko) * 2018-04-16 2019-06-20 주식회사 한글과컴퓨터 문서 편집 인터페이스의 커스터마이징을 지원하는 웹 기반의 문서 편집 지원 장치 및 그 동작 방법
KR102053075B1 (ko) * 2018-05-17 2019-12-06 주식회사 한글과컴퓨터 전자 문서 편집 장치 및 이의 동작 방법
KR102168324B1 (ko) * 2019-03-04 2020-10-21 주식회사 한글과컴퓨터 문서 편집 서버와 연동된 웹 기반의 문서 작성 환경에서 개체별 상태 변경을 가능하게 하는 전자 단말 장치 및 그 동작 방법
CN110704778B (zh) * 2019-09-25 2023-02-10 许昌许继软件技术有限公司 监控组态文件实时发布方法和系统及监控系统、Web服务器

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004046858A (ja) * 2002-06-28 2004-02-12 Microsoft Corp ドキュメントオブジェクト衝突を解消する方法
KR20040046171A (ko) * 2002-11-26 2004-06-05 한국전자통신연구원 엘리먼트 기반 웹 문서의 파싱시스템 및 그 방법
KR20040090867A (ko) * 2003-04-18 2004-10-27 (주)아이펜텍 그레비티 레이어 방식을 이용한 xsl 스타일 시트의자동 생성 방법
KR20090056504A (ko) * 2007-11-30 2009-06-03 주식회사 케이티 모달리티에 관한 dom 이벤트 처리를 위한 프록시,멀티모달 단말기, dom 이벤트 처리 방법, 모달리티동기화 방법
KR20100011296A (ko) * 2008-07-24 2010-02-03 삼성전자주식회사 웹 페이지 재구성 방법 및 장치
KR20160106494A (ko) * 2015-03-02 2016-09-12 캐논 가부시끼가이샤 정보 처리 시스템, 서버 장치, 제어 방법 및 저장 매체

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004046858A (ja) * 2002-06-28 2004-02-12 Microsoft Corp ドキュメントオブジェクト衝突を解消する方法
KR20040046171A (ko) * 2002-11-26 2004-06-05 한국전자통신연구원 엘리먼트 기반 웹 문서의 파싱시스템 및 그 방법
KR20040090867A (ko) * 2003-04-18 2004-10-27 (주)아이펜텍 그레비티 레이어 방식을 이용한 xsl 스타일 시트의자동 생성 방법
KR20090056504A (ko) * 2007-11-30 2009-06-03 주식회사 케이티 모달리티에 관한 dom 이벤트 처리를 위한 프록시,멀티모달 단말기, dom 이벤트 처리 방법, 모달리티동기화 방법
KR20100011296A (ko) * 2008-07-24 2010-02-03 삼성전자주식회사 웹 페이지 재구성 방법 및 장치
KR20160106494A (ko) * 2015-03-02 2016-09-12 캐논 가부시끼가이샤 정보 처리 시스템, 서버 장치, 제어 방법 및 저장 매체

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112035848A (zh) * 2019-06-04 2020-12-04 珠海金山办公软件有限公司 图形文本内容的保护方法、装置、电子设备及存储介质
CN112115485A (zh) * 2019-06-04 2020-12-22 珠海金山办公软件有限公司 文档中图形宽高的保护方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
KR101809457B1 (ko) 2017-12-15

Similar Documents

Publication Publication Date Title
WO2018194323A1 (fr) Dispositif de terminal client permettant de prendre en charge l'édition d'un document web et son procédé de fonctionnement
Van Herwijnen Practical sgml
US11216253B2 (en) Application prototyping tool
CN112114807A (zh) 界面显示方法、装置、设备及存储介质
WO2016032080A1 (fr) Système de conversion de graphe utilisant des métadonnées et procédé associé
US20040041818A1 (en) Design system for website text graphics
EP1818835A1 (fr) Dispositif de traitement de document et methode de traitement de document associee
JPH10124495A (ja) 原稿テキスト生成処理装置及びそのプログラム記憶媒体
US9195653B2 (en) Identification of in-context resources that are not fully localized
US20100100807A1 (en) Data processing device, and data processing method
EP1821219A1 (fr) Dispositif de traitement de document et methode de traitement de document
JP3580481B2 (ja) 音声読み上げ範囲の指定方法および装置
US20100162095A1 (en) Data processing apparatus and data processing method
WO2018004020A1 (fr) Dispositif et procédé de vérification de correspondance d'éditions simultanées pour un document basé sur un langage de balisage
US20150161160A1 (en) Application Localization
US20100169333A1 (en) Document processor
US20070208995A1 (en) Document Processing Device and Document Processing Method
WO2018212485A1 (fr) Dispositif terminal client apte à coller un contenu externe par rapport à un document web selon un attribut de style pris en charge par un outil d'édition de document web, et procédé de fonctionnement associé
WO2018004025A1 (fr) Dispositif de collaboration de documents prenant en charge la correction de style simultanée d'une l'entité et son procédé de fonctionnement
WO2017204368A1 (fr) Procédé et dispositif de fourniture de service de tableur web
US20040205612A1 (en) Programmatically generating a presentation style for legacy host data
EP1744256A1 (fr) Système de traitement de document et procédé de traitement de document
EP1783628A1 (fr) Méthode et dispositif de traitement de document
KR101709186B1 (ko) 인터랙티브 멀티미디어 전자책 저작 장치 및 방법
EP1837776A1 (fr) Dispositif et procede de traitement de document

Legal Events

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

Ref document number: 18788339

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18788339

Country of ref document: EP

Kind code of ref document: A1