Io Reference







Parsers   /   SGML   /   SGMLParser





This object can be used to parse SGML / HTML / XML.
 
 
 



parse(aSequence)

Parses aSequence and calls the following methods on self;
	
startElement(name)
endElement(name)
newAttribute(key, value)
newText(text)
for each of the items it finds. Returns self.
tagForString(aSequence)

Parses aSequence and returns an SGMLTag object.