HTMLParserMode
in package
Table of Contents
Constants
- DEFAULT_MODE = 0
- Parses a whole $html document
- HEADER_CSS = 1
- Parses the $html as styles and stylesheets only
- HTML_BODY = 2
- Parses the $html as output elements only
Methods
- getAllModes() : mixed
Constants
DEFAULT_MODE
Parses a whole $html document
public
mixed
DEFAULT_MODE
= 0
HEADER_CSS
Parses the $html as styles and stylesheets only
public
mixed
HEADER_CSS
= 1
HTML_BODY
Parses the $html as output elements only
public
mixed
HTML_BODY
= 2
Methods
getAllModes()
public
static getAllModes() : mixed