Searched refs:theFeatures (Results 1 - 1 of 1) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java281 private HashMap theFeatures = new HashMap(); field in class:Parser
283 theFeatures.put(namespacesFeature, truthValue(DEFAULT_NAMESPACES));
284 theFeatures.put(namespacePrefixesFeature, Boolean.FALSE);
285 theFeatures.put(externalGeneralEntitiesFeature, Boolean.FALSE);
286 theFeatures.put(externalParameterEntitiesFeature, Boolean.FALSE);
287 theFeatures.put(isStandaloneFeature, Boolean.FALSE);
288 theFeatures.put(lexicalHandlerParameterEntitiesFeature,
290 theFeatures.put(resolveDTDURIsFeature, Boolean.TRUE);
291 theFeatures.put(stringInterningFeature, Boolean.TRUE);
292 theFeatures
[all...]

Completed in 30 milliseconds