Additions:
Typically the write command is used instead of the other ""StAX"" write commands when you want to write an XML node which was previously created instead of constructing the XML manually using individual ""StAX"" commands. This is particularly useful when you want to create large XML documents via streaming but want to create parts of the document using more convenient methods which are non-streaming (such as XQuery).
Deletions:
Additions:
Typically the write command is used instead of the other ""StAX"" write commands when you want to write an XML node which was previously created instead of constructing the XML manually using individual ""StAX"" commands.
Deletions:
Additions:
write writer value [value ...]
The writer paramter is an writer created with [[FunctionStAXnewStreamWriter newStreamWriter]].
The value parameters are one or more XML objects or character data.
The writer paramter is an writer created with [[FunctionStAXnewStreamWriter newStreamWriter]].
The value parameters are one or more XML objects or character data.