com.bea.xml.stream.events
Class NotationDeclarationEvent
- javax.xml.stream.Location, javax.xml.stream.events.NotationDeclaration, javax.xml.stream.events.XMLEvent
public class NotationDeclarationEvent
implements javax.xml.stream.events.NotationDeclaration
Simple implementation of NotationDeclaration
.
asCharacters , asEndElement , asStartElement , doWriteAsEncodedUnicode , getCharacterOffset , getColumnNumber , getEventType , getLineNumber , getLocation , getLocationURI , getPublicId , getSchemaType , getSourceName , getSystemId , getTypeAsString , isAttribute , isCharacters , isEndDocument , isEndElement , isEntityReference , isNamespace , isProcessingInstruction , isStartDocument , isStartElement , recycle , setCharacterOffset , setColumnNumber , setEventType , setLineNumber , setLocationURI , toString , writeAsEncodedUnicode |
name
protected final String name
publicId
protected final String publicId
systemId
protected final String systemId
NotationDeclarationEvent
public NotationDeclarationEvent(String name,
String publicId,
String systemId)
doWriteAsEncodedUnicode
protected void doWriteAsEncodedUnicode(java.io.Writer writer)
throws java.io.IOException
getName
public String getName()
- getName in interface javax.xml.stream.events.NotationDeclaration