interspireSubmit
New Member
I am reading a tutorial on XML parsing with Java - http://www.vogella.com/articles/JavaXML/article.htmlHe says "In DOM your access the XML document over an object tree". I guess its some kind of Data Structure and searched google for 'object tree data structure' but did not find any such DS. Is object tree the same as tree DS or is it not even a DS ?