PHP 클래스 Habari\HTMLTokenizer

For use by HTMLParser.
파일 보기 프로젝트 열기: habari/system

공개 메소드들

메소드 설명
__construct ( $html, $escape = true )
has_more ( )
parse ( )

비공개 메소드들

메소드 설명
dec ( $n = 1 )
get ( )
inc ( $n = 1 )
node ( $type, $name, $value, $attrs )
parse_attributes ( )
parse_element_close ( )
parse_element_open ( )
parse_pi ( )
parse_start ( )
parse_statement ( )
parse_tag ( )
peek ( )
skip_whitespace ( )
up_to_chr ( $chr )
up_to_str ( $str )

메소드 상세

__construct() 공개 메소드

public __construct ( $html, $escape = true )

has_more() 공개 메소드

public has_more ( )

parse() 공개 메소드

public parse ( )