Apache Sling Content Parser for JackRabbit FileVault XML

Clone this repo:
  1. 7785f84 SLING-12282 Update Dependencies to 2023 (#2) by Stefan Seifert · 3 weeks ago master
  2. 60b907e SLING-12281 ignore spotless code reformatting commit in git blame by Stefan Seifert · 3 weeks ago
  3. 3b87b0e SLING-12281 apply spotless code formatting by Stefan Seifert · 3 weeks ago
  4. 692df61 SLING-12281 Update to Parent 60, Java 11 Minimum Version by Stefan Seifert · 3 weeks ago
  5. 13486e2 SLING-12102 Content Parser: Update to Parent 52 by Stefan Seifert · 7 months ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central contentparser License

Apache Sling Content Parser for Jackrabbit FileVault XML

This module is part of the Apache Sling project.

The Apache Sling Content Parser for Jackrabbit FileVault XML provides support for parsing XML files into Apache Sling resource trees, by implementing the API provided by the org.apache.sling.contentparser.api bundle.

To obtain a reference to the Jackrabbit FileVault XML content parser just filter on the ContentParser.SERVICE_PROPERTY_CONTENT_TYPE service registration property:

    @Reference(target = "(" + ContentParser.SERVICE_PROPERTY_CONTENT_TYPE + "=jcr-xml)")
    private ContentParser jcrXmlParser;