Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DSchema.java38 private HashMap theEntities = field in Schema
113 theEntities.put(name, new Integer(value)); in entity()
134 Integer ch = (Integer)theEntities.get(name); in getEntity()