Searched defs:DEFAULT_NAMESPACES (Results 1 – 1 of 1) sorted by relevance
47 private static boolean DEFAULT_NAMESPACES = true; field in Parser284 theFeatures.put(namespacesFeature, truthValue(DEFAULT_NAMESPACES)); in theFeatures.put()