< prev index next >

src/java.xml/share/classes/com/sun/xml/internal/stream/events/NotationDeclarationImpl.java

Print this page

        

*** 30,40 **** import com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl; /** * Implementation of NotationDeclaration event. * ! * @author k.venugopal@sun.com */ public class NotationDeclarationImpl extends DummyEvent implements NotationDeclaration { String fName = null; String fPublicId = null; --- 30,40 ---- import com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl; /** * Implementation of NotationDeclaration event. * ! * @author k venugopal */ public class NotationDeclarationImpl extends DummyEvent implements NotationDeclaration { String fName = null; String fPublicId = null;
< prev index next >