Lines Matching refs:start

462    * @param start The start position in the array.
467 public void characters(char ch[], int start, int length) throws org.xml.sax.SAXException
470 && org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace(ch, start, length))
475 cdata(ch, start, length);
480 String s = new String(ch, start, length);
499 * @param start Index to start of characters in the array
502 public void charactersRaw(char ch[], int start, int length)
506 && org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace(ch, start, length))
510 String s = new String(ch, start, length);
520 * The start and end of the document entity are not reported.
521 * The start and end of the external DTD subset are reported
523 * properly nested within start/end entity events.
574 * @param start The start position in the array.
578 public void ignorableWhitespace(char ch[], int start, int length)
584 String s = new String(ch, start, length);
628 * @param start The starting position in the array.
631 public void comment(char ch[], int start, int length) throws org.xml.sax.SAXException
633 append(m_doc.createComment(new String(ch, start, length)));
640 * Report the start of a CDATA section.
678 * @param start The start position in the array.
683 public void cdata(char ch[], int start, int length) throws org.xml.sax.SAXException
686 && org.apache.xml.utils.XMLCharacterRecognizer.isWhiteSpace(ch, start, length))
689 String s = new String(ch, start, length);
696 * Report the start of DTD declarations, if any.
739 * start/endPrefixMapping event supplies the information
743 * <p>Note that start/endPrefixMapping events are not