Apache Sling Content Parser for JackRabbit FileVault XML

Clone this repo:
  1. 09594f9 SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 8 weeks ago master
  2. 72e6b8c SLING-11051 - Fixing JavaDoc badge by Dan Klco · 1 year, 5 months ago
  3. 22c8e6a fix typo in name by Konrad Windszus · 1 year, 7 months ago
  4. b8351de SLING-10676 - remove SECURITY.md which is not needed by Bertrand Delacretaz · 1 year, 10 months ago
  5. 0228e7b SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 1 year, 10 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;