PHP 클래스 pQuery\XML2ArrayParser

상속: extends HtmlParserBase
파일 보기 프로젝트 열기: tburry/pquery

공개 프로퍼티들

프로퍼티 타입 설명
$hierarchy array Current parsing hierarchy
$root Holds the document structure

공개 메소드들

메소드 설명
parse_all ( )
parse_tag_default ( )
parse_text ( )

보호된 메소드들

메소드 설명
parse_hierarchy ( $self_close )

메소드 상세

parse_all() 공개 메소드

public parse_all ( )

parse_hierarchy() 보호된 메소드

protected parse_hierarchy ( $self_close )

parse_tag_default() 공개 메소드

public parse_tag_default ( )

parse_text() 공개 메소드

public parse_text ( )

프로퍼티 상세

$hierarchy 공개적으로 프로퍼티

Current parsing hierarchy
public array $hierarchy
리턴 array

$root 공개적으로 프로퍼티

Holds the document structure
public $root