home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2001 December / dppcpro1201.iso / Extras / maple / Viewer / WebEQ / MMLViewerInstall.cab / MMLViewerApplet.cab / org / w3c / dom / Text.class (.txt) < prev   
Encoding:
Java Class File  |  2001-05-24  |  243 b   |  6 lines

  1. package org.w3c.dom;
  2.  
  3. public interface Text extends CharacterData {
  4.    Text splitText(int var1) throws DOMException;
  5. }
  6.