public static ContentElement parse()

in src/main/java/org/apache/sling/contentparser/testutils/TestUtils.java [39:41]


    public static ContentElement parse(ContentParser contentParser, File file) throws IOException {
        return parse(contentParser, new ParserOptions(), file);
    }