PHP Class pQuery\XML2ArrayParser

Inheritance: extends HtmlParserBase
Datei anzeigen Open project: tburry/pquery

Public Properties

Property Type Description
$hierarchy array Current parsing hierarchy
$root Holds the document structure

Public Methods

Method Description
parse_all ( )
parse_tag_default ( )
parse_text ( )

Protected Methods

Method Description
parse_hierarchy ( $self_close )

Method Details

parse_all() public method

public parse_all ( )

parse_hierarchy() protected method

protected parse_hierarchy ( $self_close )

parse_tag_default() public method

public parse_tag_default ( )

parse_text() public method

public parse_text ( )

Property Details

$hierarchy public_oe property

Current parsing hierarchy
public array $hierarchy
return array

$root public_oe property

Holds the document structure
public $root