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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java37 private HashMap theEntities = field in class:Schema
112 theEntities.put(name, new Integer(value));
133 Integer ch = (Integer)theEntities.get(name);

Completed in 316 milliseconds