Home | History | Annotate | Download | only in json

Lines Matching defs:Character

36    /** The table of entity values. It initially contains Character values for
85 * of tokens: the '<' character which begins a markup tag, and the content
88 * @return A string, or a '<' Character, or null if there is no more
97 } while (Character.isWhitespace(c));
123 * @param a An ampersand character.
124 * @return A Character or an entity String if the entity is not recognized.
131 if (Character.isLetterOrDigit(c) || c == '#') {
132 sb.append(Character.toLowerCase(c));
149 * Character, and strings and names are returned as Boolean. We don't care
159 } while (Character.isWhitespace(c));
190 if (Character.isWhitespace(c)) {
216 * @return a String or a Character.
225 } while (Character.isWhitespace(c));
270 if (Character.isWhitespace(c)) {
288 throw syntaxError("Bad character in a name");
348 * Get the next character. If there isn't one, then defeat is ours.
355 * Shove the character in the circle buffer and advance the