Nikolay Sivov
aadd9ff159
xmllite/writer: Implement WriteEndDocument().
2015-05-20 17:28:58 +09:00
Francois Gouget
0dd5cb1cef
Assorted spelling fixes.
2014-09-29 10:36:36 +02:00
Nikolay Sivov
bfceaa4f39
xmllite/writer: Implement WriteFullEndElement().
2014-06-17 13:03:18 +02:00
Nikolay Sivov
af46bab594
xmllite/writer: Maintain a stack of written elements to write end tags.
...
Xmllite helps in a way that user doesn't have to specify closing tag
name (like it has to in case of MXWriter). So when closing current level
element qname is used for a closing tag; later this stack will also hold
namespace definitions that element is carrying to check if nested
element uses defined prefix.
2014-06-16 09:31:40 +02:00
Nikolay Sivov
f43a6d46da
xmllite/writer: Initial implementation of WriteElementString().
2014-05-21 12:07:37 +02:00
Nikolay Sivov
2177403b8e
xmllite/writer: Initial implementation of WriteStartElement().
2014-05-21 12:07:35 +02:00
Nikolay Sivov
086a1e3709
xmllite/writer: Implement ByteOrderMark property.
2014-05-20 21:26:55 +02:00
Nikolay Sivov
9a2177ff53
xmllite/writer: Implement OmitXmlDeclaration property.
2014-05-20 21:26:55 +02:00
Nikolay Sivov
81d2516449
xmllite/writer: Fix Flush() behaviour on partial writes.
2014-05-16 10:53:29 +02:00
Nikolay Sivov
caeecfa223
xmllite/writer: Implement Flush() method.
2014-05-15 19:05:01 +02:00
Nikolay Sivov
a0f67c3695
xmllite/writer: Initial support for starting a document.
2014-05-15 19:05:00 +02:00
Nikolay Sivov
71ab66efa0
xmllite/writer: Initial support of output buffer creation.
2014-05-15 19:04:59 +02:00
Nikolay Sivov
d2737dde80
xmllite/writer: Implement GetProperty().
2014-05-14 11:25:15 +02:00
Nikolay Sivov
9080329e4e
xmllite/writer: Implement SetOutput() for writer.
2014-05-13 16:59:00 +02:00
Nikolay Sivov
e58070ab83
xmllite: Support external IMalloc for writer.
2014-05-13 16:58:57 +02:00
Nikolay Sivov
ac8a24aa26
xmllite: Implement CreateXmlWriterOutputWithEncodingName().
2014-03-21 11:17:51 +01:00
Alistair Leslie-Hughes
b32ed46bda
xmllite: Implement CreateXmlWriter.
2011-07-14 15:56:51 +02:00