Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
XMLWriter
Last updated at 7:36 pm UTC on 15 September 2017
 Object subclass: #XMLWriter
	instanceVariableNames: 'stream stack scope scanner canonical currentIndent indentString'
	classVariableNames: 'XMLTranslation XMLTranslationMap'
	poolDictionaries: ''
	category: 'XML-Parser'