com.sun.xml.stream.events
public class NotationDeclarationImpl extends DummyEvent implements javax.xml.stream.events.NotationDeclaration
fLocation
Constructor and Description |
---|
NotationDeclarationImpl()
Creates a new instance of NotationDeclarationImpl
|
NotationDeclarationImpl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId) |
NotationDeclarationImpl(XMLNotationDecl notation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getPublicId() |
java.lang.String |
getSystemId() |
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacterData, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setEventType, writeAsEncodedUnicode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
public NotationDeclarationImpl()
public NotationDeclarationImpl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
public NotationDeclarationImpl(XMLNotationDecl notation)
public java.lang.String getName()
getName
in interface javax.xml.stream.events.NotationDeclaration
public java.lang.String getPublicId()
getPublicId
in interface javax.xml.stream.events.NotationDeclaration
public java.lang.String getSystemId()
getSystemId
in interface javax.xml.stream.events.NotationDeclaration
Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.