1: package com.jclark.xml.parse; 2: 3: /** 4: * Information about the start of a CDATA section. 5: * @see com.jclark.xml.parse.base.Application#startCdataSection 6: * @version $Revision: 1.1 $ $Date: 1998/06/10 09:45:12 $ 7: */ 8: public interface StartCdataSectionEvent { 9: }