2005-11-07 Atsushi Enomoto * SubtreeXmlReader.cs : XmlReader.IsEmptyElement is not virtual anymore, so added it. 2005-08-03 Gert Driesen * SubtreeXmlReader.cs: GetNamespacesInScope now returns generic IDictionary. 2004-05-05 Atsushi Enomoto * SubtreeXmlReader.cs : removed atomizedName related 2.0 member (deprecated). 2004-12-17 Atsushi Enomoto * SubtreeXmlReader.cs, XmlFilterReader.cs : added CanReadBinaryContent and CanReadValueChunk. Call Binary.Reset() to enable them. 2004-12-16 Atsushi Enomoto * SubtreeXmlReader.cs, XmlFilterReader.cs : Override SchemaInfo to return input reader's SchemaInfo. 2004-12-15 Atsushi Enomoto * XmlFilterReader.cs : don't expect XmlReaderSettings of its source. 2004-11-08 Atsushi Enomoto * XmlFilterReader.cs : ReadInnerXml() and ReadOuterXml() should not invoke those of argument reader. It causes unfiltered results like XmlValidatingReader bug in MS.NET 1.0. Just don't implement it. 2004-10-28 Atsushi Enomoto * SubtreeXmlReader.cs, XmlFilterReader.cs : internal. 2004-08-30 Atsushi Enomoto * SubtreeXmlReader.cs : need to set EOF when input reader reached to the end. 2004-07-29 Atsushi Enomoto * Added SubtreeXmlReader.cs. 2004-07-13 Atsushi Enomoto * Added XmlFilterReader.cs. 2004-06-11 Atsushi Enomoto * IHasXmlParserContext.cs, IHasXmlSchemaInfo.cs : internal. 2004-06-10 Atsushi Enomoto * XmlNodeWriter.cs : it's internal. 2003-08-21 Atsushi Enomoto * XmlNodeWriter.cs : Extended to support for non-document entity. 2003-08-14 Atsushi Enomoto * added IHasXmlSchemaInfo.cs. 2003-08-07 Atsushi Enomoto * added IHasXmlParserContext.cs. 2003-07-29 Ben Maurer * Initial Checkin