home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


parse

 $

p


->parse
(

string

)

Reads HTML into the parser object from a given string . Performance problems occur if the string is too large, so the HTML can be broken up into smaller pieces, which will be appended to the data already contained in the object. The parse can be terminated with a call to the eof method.