com.sun.xml.stream.events
public class EndDocumentEvent extends DummyEvent implements javax.xml.stream.events.EndDocument
fLocation
Constructor and Description |
---|
EndDocumentEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
init() |
java.lang.String |
toString() |
void |
writeAsEncodedUnicode(java.io.Writer writer)
This method will write the XMLEvent as per the XML 1.0 specification as Unicode characters.
|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacterData, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setEventType
protected void init()
public java.lang.String toString()
toString
in class java.lang.Object
public void writeAsEncodedUnicode(java.io.Writer writer) throws javax.xml.stream.XMLStreamException
writeAsEncodedUnicode
in interface javax.xml.stream.events.XMLEvent
writeAsEncodedUnicode
in class DummyEvent
writer
- The writer that will output the dataXMLStreamException
- if there is a fatal error writing the eventCopyright ? 2002-2003 Apache XML Project. All Rights Reserved.