Matt Hunter
|
07aae53fac
implementing XmlElement.SetAttributeNode(localName, namespaceURI) and
|
23 years ago |
Tim Coleman
|
ad41847caa
2002-08-25 Tim Coleman <[email protected]>
|
23 years ago |
Jason Diamond
|
d0cd6199a5
Implementation and tests for XmlAttributeCollection.RemoveAll and XmlElement.RemoveAllAttributes courtesy of Matt Hunter <[email protected]>.
|
23 years ago |
Jason Diamond
|
f9553b038a
Correction to previous GetElementsByTagName patch courtesy of Matt Hunter <[email protected]>.
|
23 years ago |
Ravi Pratap M
|
5e9c839aa8
REvert changes - they were wrong
|
23 years ago |
Ravi Pratap M
|
0fb81cd38b
2002-08-22 Ravi Pratap <[email protected]>
|
23 years ago |
Jason Diamond
|
86ffcfbcd7
Added implementation of namepsace qualified GetElementsByTagName courtesy of
|
23 years ago |
Jason Diamond
|
afa895fbfd
Added implementation of and tests for GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
|
23 years ago |
Jason Diamond
|
5a5f87e557
2002-08-16 Jason Diamond <[email protected]>
|
23 years ago |
Jason Diamond
|
450a73a6d5
Fixed MoveToParent issues with the navigator and attributes.
|
23 years ago |
Piers Haken
|
8d73a2306c
2002-06-23 Piers Haken <[email protected]>
|
23 years ago |
Jason Diamond
|
4d82c52aeb
In System.Xml:
|
23 years ago |
Kral Ferch
|
420c7f042a
InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives.
|
24 years ago |
Piers Haken
|
cc63806f23
minor CLS conformance tweaks (visibility, virtual, abstract, sealed, etc...)
|
24 years ago |
Mike Kestner
|
c99917bebc
|
24 years ago |
Duncan Mak
|
b9e2f23ea5
2002-03-22 Duncan Mak <[email protected]>
|
24 years ago |
Duncan Mak
|
1afc7ead96
2002-03-20 Duncan Mak <[email protected]>
|
24 years ago |
Kral Ferch
|
7472ae9d5d
More XmlTextWriter and node WriteTo.
|
24 years ago |
Kral Ferch
|
5b7629fbf3
Work on XmlDocument and XmlTextWriter
|
24 years ago |
Jason Diamond
|
686b51d1a6
Updated XmlAttribute so that it can have child nodes and refactored some of the child node code in XmlDocument and XmlElement into XmlNode.
|
24 years ago |
Kral Ferch
|
8054460332
XmlNodeListChildren implements XmlNodeList for XmlNode.ChildNodes
|
24 years ago |
Kral Ferch
|
3ecbf47486
rewrote XmlNode with touchups to XmlDocument, XmlElement, and XmlLinkedNode
|
24 years ago |
Jason Diamond
|
2207a5d906
Implemented all of the CreateElement and CreateAttribute methods.
|
24 years ago |
Jason Diamond
|
b85325090c
Got attributes and text nodes working while loading a document.
|
24 years ago |
Jason Diamond
|
e0eb4eb7fd
Reformatted, added missing members, and MonoTODO attributes.
|
24 years ago |
Jason Diamond
|
f0499ad934
Added simple test for XmlDocument. Made many fixes to existing code to get the test to pass.
|
24 years ago |
Daniel Weber
|
f856b27cc4
* XmlAttribute.cs re-arrange source file to put attributes first. Implement
|
24 years ago |
Daniel Weber
|
6084534798
Implement NextSibling, PreviousSibling, RemoveAll, InsertBefore(), InsertAfter, prepend, append in XmlNode.cs
|
24 years ago |
Daniel Weber
|
38902cbcb0
Add constructor
|
24 years ago |
Daniel Weber
|
04639cc5f0
finish adding stubs to begin work on XmlDocuemnt.Load(file)
|
24 years ago |