Home | History | Annotate | Download | only in sax

Lines Matching refs:characters

236      * <p>Like {@link #characters characters()}, attribute values may have
237 * characters that need more than one <code>char</code> value. </p>
294 * chunks; however, all of the characters in any single event
301 * <p>Individual characters may consist of more than one Java
303 * happens, because characters can't be represented in just sixteen bits.
304 * In one case, characters are represented in a <em>Surrogate Pair</em>,
305 * using two special Unicode values. Such characters are in the so-called
307 * composite characters, such as a base character combining with one or
308 * more accent characters. </p>
312 * units; in some cases they will split characters. This is relevant
313 * wherever XML permits arbitrary characters, such as attribute values,
323 * @param ch the characters from the XML document
325 * @param length the number of characters to read from the array
331 public void characters (char ch[], int start, int length)
346 * the characters in any single event must come from the same
353 * @param ch the characters from the XML document
355 * @param length the number of characters to read from the array
358 * @see #characters
375 * <p>Like {@link #characters characters()}, processing instruction
376 * data may have characters that need more than one <code>char</code>