public ParserOptions removePropertyNamePrefixes()

in src/main/java/org/apache/sling/jcr/contentparser/ParserOptions.java [136:139]


    public ParserOptions removePropertyNamePrefixes(Set<String> value) {
        this.removePropertyNamePrefixes = value;
        return this;
    }