configure()
configure(array  $conf) 
                Configuration setup.
Parameters
| array | $conf | The config properties.  | 
                            
NimrodParser interface.
loadFile(string  $file) : \NimrodParser
                Load file to the DOM.
| string | $file | Input file.  | 
                            
loadString(string  $html) : \NimrodParser
                Load string to the DOM.
| string | $html | Input HTML.  |