public static ContentParser create()

in src/main/java/org/apache/sling/jcr/contentparser/ContentParserFactory.java [45:47]


    public static ContentParser create(ContentType type) {
        return create(type, new ParserOptions());
    }