net.sf.saxon.event
public class UncommittedSerializer extends ProxyReceiver
Field Summary | |
---|---|
boolean | committed |
Result | finalResult |
Properties | outputProperties |
List | pending |
Constructor Summary | |
---|---|
UncommittedSerializer(Result finalResult, Properties outputProperties)
Create an uncommitted Serializer |
Method Summary | |
---|---|
void | characters(CharSequence chars, int locationId, int properties)
Produce character output using the current Writer. |
void | close()
End of document |
void | comment(CharSequence chars, int locationId, int properties)
Output a comment |
void | open() |
void | processingInstruction(String target, CharSequence data, int locationId, int properties)
Processing Instruction |
void | startElement(int nameCode, int typeCode, int locationId, int properties)
Output an element start tag. |
Parameters: finalResult the output destination outputProperties the serialization properties
Parameters: nameCode The element name (tag) typeCode The type annotation properties Bit field holding special properties of the element