Lines Matching defs:characters
260 * <p>Like {@link #characters characters()}, attribute values may have
261 * characters that need more than one <code>char</code> value. </p>
318 * chunks; however, all of the characters in any single event
325 * <p>Individual characters may consist of more than one Java
327 * happens, because characters can't be represented in just sixteen bits.
328 * In one case, characters are represented in a <em>Surrogate Pair</em>,
329 * using two special Unicode values. Such characters are in the so-called
331 * composite characters, such as a base character combining with one or
332 * more accent characters. </p>
336 * units; in some cases they will split characters. This is relevant
337 * wherever XML permits arbitrary characters, such as attribute values,
347 * @param ch the characters from the XML document
349 * @param length the number of characters to read from the array
355 public void characters (char ch[], int start, int length)
370 * the characters in any single event must come from the same
377 * @param ch the characters from the XML document
379 * @param length the number of characters to read from the array
382 * @see #characters
399 * <p>Like {@link #characters characters()}, processing instruction
400 * data may have characters that need more than one <code>char</code>