Jason Diamond afa895fbfd Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <[email protected]>. 23 سال پیش
..
ChangeLog afa895fbfd Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <[email protected]>. 23 سال پیش
Driver.cs e230186787 2002-04-16 Duncan Mak <[email protected]> 24 سال پیش
EntityHandling.cs f415eb4ef5 Removed auto-generated comments. 24 سال پیش
Formatting.cs f415eb4ef5 Removed auto-generated comments. 24 سال پیش
IHasXmlNode.cs 2877b78c42 2002-03-11 Duncan Mak <[email protected]> 24 سال پیش
IXmlLineInfo.cs 2877b78c42 2002-03-11 Duncan Mak <[email protected]> 24 سال پیش
NameTable.cs c6fbc77fe6 2002-03-12 Duncan Mak <[email protected]> 24 سال پیش
Profile.cs f9731130a0 More XML work 24 سال پیش
ReadState.cs f415eb4ef5 Removed auto-generated comments. 24 سال پیش
TODOAttribute.cs 252adc883c 2002-02-23 Nick Drochak <[email protected]> 24 سال پیش
ValidationType.cs f3ad50c287 2002-03-14 Duncan Mak <[email protected]> 24 سال پیش
WhitespaceHandling.cs f415eb4ef5 Removed auto-generated comments. 24 سال پیش
WriteState.cs 586a8126c1 Add descriptions to enumerations 24 سال پیش
XmlAttribute.cs 450a73a6d5 Fixed MoveToParent issues with the navigator and attributes. 23 سال پیش
XmlAttributeCollection.cs c004fb1899 2002-07-12 Piers Haken <[email protected]> 23 سال پیش
XmlCDataSection.cs b9e2f23ea5 2002-03-22 Duncan Mak <[email protected]> 24 سال پیش
XmlChar.cs f9731130a0 More XML work 24 سال پیش
XmlCharacterData.cs 3c16ab8283 Added XmlDocument event firing code. 23 سال پیش
XmlComment.cs 38ef701a8f 2002-03-19 Duncan Mak <[email protected]> 24 سال پیش
XmlConstructs.cs 93040683dc 2002-06-10 Ajay kumar Dwivedi <[email protected]> 23 سال پیش
XmlConvert.cs e47dababcf 2002-07-23 Duncan Mak <[email protected]> 23 سال پیش
XmlDeclaration.cs 420c7f042a InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives. 24 سال پیش
XmlDocument.cs afa895fbfd Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <[email protected]>. 23 سال پیش
XmlDocumentFragment.cs 532d9eb391 2002-04-12 Duncan Mak <[email protected]> 24 سال پیش
XmlDocumentNavigator.cs 450a73a6d5 Fixed MoveToParent issues with the navigator and attributes. 23 سال پیش
XmlDocumentType.cs 7ae088c8ca 2002-03-26 Duncan Mak <[email protected]> 24 سال پیش
XmlElement.cs afa895fbfd Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <[email protected]>. 23 سال پیش
XmlEntity.cs 2e22dca527 2002-06-08 Duncan Mak <[email protected]> 23 سال پیش
XmlEntityReference.cs 652cc3421a 2002-03-20 Duncan Mak <[email protected]> 24 سال پیش
XmlException.cs e47dababcf 2002-07-23 Duncan Mak <[email protected]> 23 سال پیش
XmlImplementation.cs 7ae088c8ca 2002-03-26 Duncan Mak <[email protected]> 24 سال پیش
XmlLinkedNode.cs 4d82c52aeb In System.Xml: 23 سال پیش
XmlNameTable.cs d915a756c0 2002-03-13 Duncan Mak <[email protected]> 24 سال پیش
XmlNamedNodeMap.cs c004fb1899 2002-07-12 Piers Haken <[email protected]> 23 سال پیش
XmlNamespaceManager.cs 46ba39cb3d 2002-08-03 Tim Coleman <[email protected]> 23 سال پیش
XmlNode.cs 3c16ab8283 Added XmlDocument event firing code. 23 سال پیش
XmlNodeArrayList.cs 8d73a2306c 2002-06-23 Piers Haken <[email protected]> 23 سال پیش
XmlNodeChangedAction.cs 227b56db7a add new System.Xml classes 24 سال پیش
XmlNodeChangedEventArgs.cs 04639cc5f0 finish adding stubs to begin work on XmlDocuemnt.Load(file) 24 سال پیش
XmlNodeChangedEventHandler.cs e34b4528d4 2002-03-14 Duncan Mak <[email protected]> 24 سال پیش
XmlNodeList.cs 84187bf9a6 fixed member accessibility to match MS (corcompare). 24 سال پیش
XmlNodeListChildren.cs abf853b6ca XmlTextWriter formatting, indenting, xml declaration stuff. 24 سال پیش
XmlNodeOrder.cs d334bf4514 2002-02-24 Duncan Mak <[email protected]> 24 سال پیش
XmlNodeReader.cs e47dababcf 2002-07-23 Duncan Mak <[email protected]> 23 سال پیش
XmlNodeType.cs f415eb4ef5 Removed auto-generated comments. 24 سال پیش
XmlNotation.cs ccf2b200ff 2002-03-19 Duncan Mak <[email protected]> 24 سال پیش
XmlParserContext.cs e230186787 2002-04-16 Duncan Mak <[email protected]> 24 سال پیش
XmlProcessingInstruction.cs c8e7937354 Implementation of XmlDocument.CreateNode() 24 سال پیش
XmlQualifiedName.cs 21689da521 2002-06-21 Ajay kumar Dwivedi <[email protected]> 23 سال پیش
XmlReader.cs d3942f4a7c More reformatting to Mono standards. Added MonoTODO attributes. XmlTextReader now throws XmlException instead of System.Exception. 24 سال پیش
XmlResolver.cs 3e0bd7c691 2002-02-24 Duncan Mak <[email protected]> 24 سال پیش
XmlSignificantWhitespace.cs ed2ab56732 2002-04-28 Duncan Mak <[email protected]>; 24 سال پیش
XmlSpace.cs b4905da810 Add summary information to enumerations. 24 سال پیش
XmlText.cs 420c7f042a InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives. 24 سال پیش
XmlTextReader.cs 4056a14ba1 23 سال پیش
XmlTextWriter.cs b5443be6ef 2002-08-13 Tim Coleman <[email protected]> 23 سال پیش
XmlTextWriterOpenElement.cs 3c16ab8283 Added XmlDocument event firing code. 23 سال پیش
XmlTokenizedType.cs 3e0bd7c691 2002-02-24 Duncan Mak <[email protected]> 24 سال پیش
XmlUrlResolver.cs 3e0bd7c691 2002-02-24 Duncan Mak <[email protected]> 24 سال پیش
XmlWhitespace.cs ed2ab56732 2002-04-28 Duncan Mak <[email protected]>; 24 سال پیش
XmlWriter.cs df14556dc1 2002-07-06 Ajay kumar Dwivedi <[email protected]> 23 سال پیش