| |
|
| java.lang.Object com.sun.xml.stream.events.DummyEvent com.sun.xml.stream.events.ProcessingInstructionEvent
ProcessingInstructionEvent | public class ProcessingInstructionEvent extends DummyEvent implements ProcessingInstruction(Code) | | Implements Processing Instruction Event
author: Neeraj Bajaj, Sun Microsystems. |
ProcessingInstructionEvent | public ProcessingInstructionEvent()(Code) | | |
ProcessingInstructionEvent | public ProcessingInstructionEvent(String targetName, String data)(Code) | | |
init | protected void init()(Code) | | |
writeAsEncodedUnicode | public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException(Code) | | This method will write the XMLEvent as per the XML 1.0 specification as Unicode characters.
No indentation or whitespace should be outputted.
Any user defined event type SHALL have this method
called when being written to on an output stream.
Built in Event types MUST implement this method,
but implementations MAY choose not call these methods
for optimizations reasons when writing out built in
Events to an output stream.
The output generated MUST be equivalent in terms of the
infoset expressed.
Parameters: writer - The writer that will output the data throws: XMLStreamException - if there is a fatal error writing the event |
|
|
|