{"id":19563135,"url":"https://github.com/fasterxml/staxmate","last_synced_at":"2025-04-05T22:04:17.801Z","repository":{"id":4739345,"uuid":"5888657","full_name":"FasterXML/StaxMate","owner":"FasterXML","description":"StaxMate: Automatic Shifting for Streaming XML Processing","archived":false,"fork":false,"pushed_at":"2023-10-12T23:59:03.000Z","size":2035,"stargazers_count":42,"open_issues_count":6,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T21:06:07.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FasterXML.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":"2012-09-20T15:27:19.000Z","updated_at":"2025-03-21T06:33:03.000Z","dependencies_parsed_at":"2025-01-06T16:13:00.197Z","dependency_job_id":"62b4fe64-4bcd-4976-8b82-d6df2ea09177","html_url":"https://github.com/FasterXML/StaxMate","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FasterXML%2FStaxMate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FasterXML%2FStaxMate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FasterXML%2FStaxMate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FasterXML%2FStaxMate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FasterXML","download_url":"https://codeload.github.com/FasterXML/StaxMate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406085,"owners_count":20933803,"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":[],"created_at":"2024-11-11T05:16:42.294Z","updated_at":"2025-04-05T22:04:17.777Z","avatar_url":"https://github.com/FasterXML.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StaxMate -- the perfect companion for a Stax processor!\n\nStaxMate is an Open Source helper library (or, mini-framework), written in Java, designed to simplify common tasks for which Stax-based streaming pull parsers are used (and good) for.\nThis simplification, and added convenience is to be achieved without compromising positive performance characteristics of good Stax implementations, such as low memory usage and high processing throughput.\n\nAs with Stax API, input and output sides are separate, and distinction may be even more pronounced.\nHowever, whereas Stax API has division between \"raw\" cursor API, and more object-oriented Event API, StaxMate presents only a single level of abstraction, on input and output sides.\nStaxMate reader-side abstractions are mostly based on Cursor API, but some support for Event API is also planned for interoperability purposes.\n\n## Status\n\n[![Build Status](https://travis-ci.org/FasterXML/StaxMate.svg)](https://travis-ci.org/FasterXML/StaxMate)\n\n# Stax implementations supported\n\nStaxMate aims to be implementation dependant, so in theory any compliant Stax implementation should be usable.\nIn practice, some implementations may work better than others -- you may want to check out Stax-related email lists for comments on which implementations wor best.\n\nAs of version 1.2, following implementations are known to work well enough to pass StaxMate unit tests:\n\n * [Woodstox](https://github.com/FasterXML/woodstox)\n * [Sun SJSXP](https://web.archive.org/web/20160306063659/http://sjsxp.java.net/)\n * [Aalto](https://github.com/FasterXML/aalto-xml)\n\nSince the initial development was done against Woodstox Stax processor, Woodstox is probably least likely to have problems with StaxMate.\nThere are also some known issue with SJSXP: specifically, it tends to write unnecessary namespace declarations.\n\n# Licensing\n\nStaxMate is licensed under [BSD 2](LICENSE.txt)\n\n# Documentation, downloads\n\nCheck [project Wiki](../../wiki).\n\n# Maven coordinates\n\nNewer versions (2.1.x and above) of StaxMate use following Maven coordinates:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.fasterxml.staxmate\u003c/groupId\u003e\n  \u003cartifactId\u003estaxmate\u003c/artifactId\u003e\n\u003cdependency\u003e\n```\n\nOlder versions (1.1 through 2.0) instead use group id of `org.codehaus.staxmate`.\n\n# Authors\n\nAuthor of StaxMate is Tatu \"cowtowncoder\" Saloranta, tatu.saloranta@iki.fi\n\nOther people who have participated in development (usually by submitting bug reports and patches) are listed in 'CREDITS' file.\nThey are considered co-authors of StaxMate, and are integral to the quality of the codebase.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasterxml%2Fstaxmate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffasterxml%2Fstaxmate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasterxml%2Fstaxmate/lists"}