7 Commits (e699607758a0039cc75af44d3fcb3e468f66e0e8)

Author SHA1 Message Date
David Srbecký e699607758 Very simple string caching 16 years ago
David Srbecký 86ab937261 XML Parser: Added documentation. Support for comments, processing instructions and CData. 16 years ago
David Srbecký c6a524da5d XML Parser: Cache the XLinq objects 16 years ago
David Srbecký cbe7c9f20c XML Parser: Simplified code by introducing RawContainer 16 years ago
David Srbecký 4c6945b8bb XML Parser: Using only one copy of raw DOM again. All DOM object offsets will be always relative to the last parsed text. The user can use list of changes since last parse to translate between the old offsets and new ones. 16 years ago
David Srbecký 8e03d90fdd XML Parser: Initial support for Xml.Linq 16 years ago
David Srbecký 84bce20b8b Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 16 years ago