Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java282 private HashMap theFeatures = new HashMap(); field in Parser
284 theFeatures.put(namespacesFeature, truthValue(DEFAULT_NAMESPACES)); in theFeatures.put()
285 theFeatures.put(namespacePrefixesFeature, Boolean.FALSE); in theFeatures.put()
286 theFeatures.put(externalGeneralEntitiesFeature, Boolean.FALSE); in theFeatures.put()
287 theFeatures.put(externalParameterEntitiesFeature, Boolean.FALSE); in theFeatures.put()
288 theFeatures.put(isStandaloneFeature, Boolean.FALSE); in theFeatures.put()
289 theFeatures.put(lexicalHandlerParameterEntitiesFeature, in theFeatures.put()
291 theFeatures.put(resolveDTDURIsFeature, Boolean.TRUE); in theFeatures.put()
292 theFeatures.put(stringInterningFeature, Boolean.TRUE); in theFeatures.put()
293 theFeatures.put(useAttributes2Feature, Boolean.FALSE); in theFeatures.put()
[all …]