{"id":23910856,"url":"https://github.com/h1alexbel/eo-dom","last_synced_at":"2025-04-11T12:24:02.957Z","repository":{"id":270886610,"uuid":"910229928","full_name":"h1alexbel/eo-dom","owner":"h1alexbel","description":"EO Objects for Manipulations with DOM","archived":false,"fork":false,"pushed_at":"2025-03-28T09:12:29.000Z","size":265,"stargazers_count":5,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T10:21:30.106Z","etag":null,"topics":["dom-manipulation","eolang","xml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h1alexbel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-30T18:31:55.000Z","updated_at":"2025-03-28T09:12:12.000Z","dependencies_parsed_at":"2025-03-19T09:35:10.015Z","dependency_job_id":null,"html_url":"https://github.com/h1alexbel/eo-dom","commit_stats":null,"previous_names":["h1alexbel/eo-dom"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1alexbel%2Feo-dom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1alexbel%2Feo-dom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1alexbel%2Feo-dom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1alexbel%2Feo-dom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h1alexbel","download_url":"https://codeload.github.com/h1alexbel/eo-dom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248401423,"owners_count":21097328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dom-manipulation","eolang","xml"],"created_at":"2025-01-05T07:28:35.676Z","updated_at":"2025-04-11T12:24:02.949Z","avatar_url":"https://github.com/h1alexbel.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EO objects for DOM manipulation\n\n\u003cimg alt=\"logo\" src=\"https://www.objectionary.com/cactus.svg\" height=\"100px\" /\u003e\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![DevOps By Rultor.com](http://www.rultor.com/b/h1alexbel/eo-dom)](http://www.rultor.com/p/h1alexbel/eo-dom)\n[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n[![mvn](https://github.com/h1alexbel/eo-dom/actions/workflows/mvn.yml/badge.svg)](https://github.com/h1alexbel/eo-dom/actions/workflows/mvn.yml)\n[![PDD status](http://www.0pdd.com/svg?name=h1alexbel/eo-dom)](http://www.0pdd.com/p?name=h1alexbel/eo-dom)\n[![Hits-of-Code](https://hitsofcode.com/github/h1alexbel/eo-dom)](https://hitsofcode.com/view/github/h1alexbel/eo-dom)\n[![codecov](https://codecov.io/gh/h1alexbel/eo-dom/graph/badge.svg?token=fgmeoDDwlT)](https://codecov.io/gh/h1alexbel/eo-dom)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/h1alexbel/eo-dom/blob/master/LICENSE.txt)\n\n[EO] objects for manipulations with [DOM].\n\n**Motivation**. [EO], an experimental programming language lacks objects for\nXML manipulation. `eo-dom` offers standard [objects](#objects) for building,\ntraversing XML documents using [DOM] and [XPath].\n\n## Objects\n\nHere is how it works:\n\n```eo\n+alias org.eolang.dom.doc\n+alias org.eolang.dom.dom-parser\n\n# Test that checks eo-dom functionality.\n[] \u003e finds-element-at-index\n  dom-parser.parse-from-string \u003e doc\n    \"\u003cbooks\u003e\u003cbook title='Object Thinking'/\u003e\u003cbook title='Elegant Objects Vol 1.'/\u003e\u003c/books\u003e\"\n  doc.get-elements-by-tag-name \"book\" \u003e books\n  books.at 0 \u003e first\n  first.get-attribute \"title\" \u003e title\n  eq. \u003e @\n    title\n    \"Object Thinking\"\n```\n\n## How to contribute?\n\nMake sure that you have Java 11+ installed on your system, then fork this\nrepository, make changes, send us a [pull request][guidelines]. We will\nreview your changes and apply them to the `master` branch shortly, provided\nthey don't violate our quality standards. To avoid frustration, before sending\nus your pull request please run full build:\n\n```bash\nmvn clean install -Pqulice\n```\n\n[EO]: https://www.eolang.org\n[DOM]: https://en.wikipedia.org/wiki/Document_Object_Model\n[XPath]: https://en.wikipedia.org/wiki/XPath\n[guidelines]: https://www.yegor256.com/2014/04/15/github-guidelines.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1alexbel%2Feo-dom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh1alexbel%2Feo-dom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1alexbel%2Feo-dom/lists"}