Extracted from Pike v7.6 release 13 at 2004-09-08.
pike.ida.liu.se
[Top]
Parser
Parser.SGML
Parser.SGML()->SGML

Method Parser.SGML()->SGML()->finish()


Method finish

object feed(string s)
array(SGMLatom|string) finish()
array(SGMLatom|string) result(string s)

Description

Feed new data to the object, or finish the stream. No result can be used until finish() is called.

Both finish() and result() return the computed data.

feed() returns the called object.