src/java.xml/share/classes/com/sun/xml/internal/stream/events/NotationDeclarationImpl.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    30 import com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl;
    30 import com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl;
    31 
    31 
    32 /**
    32 /**
    33  * Implementation of NotationDeclaration event.
    33  * Implementation of NotationDeclaration event.
    34  *
    34  *
    35  * @author k.venugopal@sun.com
    35  * @author k venugopal
    36  */
    36  */
    37 public class NotationDeclarationImpl extends DummyEvent implements NotationDeclaration {
    37 public class NotationDeclarationImpl extends DummyEvent implements NotationDeclaration {
    38 
    38 
    39     String fName = null;
    39     String fName = null;
    40     String fPublicId = null;
    40     String fPublicId = null;