Yaaf.Xmpp.Runtime


AsyncXmlReader

Defined in Yaaf.Xml.dll.

Nested types and modules

TypeDescription
AsyncXmlTextReader Best case scenario would be to implement our own parser.. Because both standard implementations have drawbacks. (.net because it sometimes buffers to much, mono because it blocks in the Create call (fixed above!) => unit tests).
LazyMonoXmlTextReader

Functions and values

Function or valueDescription
encodingException
Signature: XmlException
readEncodingFromStream stream
Signature: stream:IPeekStream<byte> -> Async<Encoding>
skipWhitespace stream
Signature: stream:IStream<byte> -> Async<byte option>
Strict1234UTF32
Signature: Encoding
StrictBigEndianUTF16
Signature: Encoding
StrictUTF16
Signature: Encoding
StrictUTF8
Signature: Encoding
Fork me on GitHub