Searched refs:namespacePrefixesFeature (Results 1 – 3 of 3) sorted by relevance
81 public final static String namespacePrefixesFeature = field in Parser285 theFeatures.put(namespacePrefixesFeature, Boolean.FALSE); in theFeatures.put() argument
116 The namespacePrefixesFeature is now always false117 Command line switch --nons no longer affects namespacePrefixesFeature
250 reader.setFeature(Parser.namespacePrefixesFeature, false); in inferMetadata()