[Pkg] The Trunk: XML-Parser-mtf.29.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 3 00:51:11 UTC 2010


Matthew Fulmer uploaded a new version of XML-Parser to project The Trunk:
http://source.squeak.org/trunk/XML-Parser-mtf.29.mcz

==================== Summary ====================

Name: XML-Parser-mtf.29
Author: mtf
Time: 2 June 2010, 8:54:50.358 pm
UUID: e316fbbe-3683-4ef3-a4f2-07b9cc80bf61
Ancestors: XML-Parser-nice.28

added XMLNodeWithElements >> removeElement from Cobalt XMLParser

=============== Diff against XML-Parser-nice.28 ===============

Item was added:
+ ----- Method: XMLNodeWithElements>>removeElement: (in category 'accessing') -----
+ removeElement: element
+ 
+ 	"Used to purge certain elements from a document after parsing."
+ 	elements := elements copyWithout: element.!



More information about the Packages mailing list