XmlParseEvent public class XmlParseEvent : Event The event that is published in case of starting XML parsing. Documentation Code public IDocument Document { get; } Gets the document, which is to be filled. public XmlParseEvent(IDocument document, bool completed) Creates a new event for starting XML parsing.