Home | History | Annotate | Download | only in serializer

Lines Matching defs:entities

59      * The name of the HTML entities file.
66 * The name of the XML entities file.
87 /** This flag is an optimization for HTML entities. It false if entities
179 ResourceBundle entities = null;
194 entities = PropertyResourceBundle.getBundle(entitiesResource);
198 if (entities != null) {
199 Enumeration keys = entities.getKeys();
202 String value = entities.getString(name);
349 * <p>Unlike internal entities, character references are a string to single
483 * @param entitiesResource Name of entities resource file that should
562 * to CharInfo objects populated with entities defined in
644 * entities other than quot, amp, lt, gt, and its only purpose is for