simplehtml.php
Tags
Table of Contents
Classes
- SimpleHtml
- simple_html_dom_node
- simple html dom node PaperG - added ability for "find" routine to lowercase the value of the selector.
- simple_html_dom
- simple html dom parser Paperg - in the find routine: allow us to specify that we want case insensitive testing of the value of the selector.
Constants
- DEFAULT_BR_TEXT = "\r\n"
- DEFAULT_SPAN_TEXT = " "
- DEFAULT_TARGET_CHARSET = 'UTF-8'
- HDOM_INFO_BEGIN = 0
- HDOM_INFO_END = 1
- HDOM_INFO_ENDSPACE = 7
- HDOM_INFO_INNER = 5
- HDOM_INFO_OUTER = 6
- HDOM_INFO_QUOTE = 2
- HDOM_INFO_SPACE = 3
- HDOM_INFO_TEXT = 4
- HDOM_QUOTE_DOUBLE = 0
- HDOM_QUOTE_NO = 3
- HDOM_QUOTE_SINGLE = 1
- HDOM_TYPE_COMMENT = 2
- HDOM_TYPE_ELEMENT = 1
- All of the Defines for the classes below.
- HDOM_TYPE_ENDTAG = 4
- HDOM_TYPE_ROOT = 5
- HDOM_TYPE_TEXT = 3
- HDOM_TYPE_UNKNOWN = 6
- MAX_FILE_SIZE = 6000000
Constants
DEFAULT_BR_TEXT
public
mixed
DEFAULT_BR_TEXT
= "\r\n"
DEFAULT_SPAN_TEXT
public
mixed
DEFAULT_SPAN_TEXT
= " "
DEFAULT_TARGET_CHARSET
public
mixed
DEFAULT_TARGET_CHARSET
= 'UTF-8'
HDOM_INFO_BEGIN
public
mixed
HDOM_INFO_BEGIN
= 0
HDOM_INFO_END
public
mixed
HDOM_INFO_END
= 1
HDOM_INFO_ENDSPACE
public
mixed
HDOM_INFO_ENDSPACE
= 7
HDOM_INFO_INNER
public
mixed
HDOM_INFO_INNER
= 5
HDOM_INFO_OUTER
public
mixed
HDOM_INFO_OUTER
= 6
HDOM_INFO_QUOTE
public
mixed
HDOM_INFO_QUOTE
= 2
HDOM_INFO_SPACE
public
mixed
HDOM_INFO_SPACE
= 3
HDOM_INFO_TEXT
public
mixed
HDOM_INFO_TEXT
= 4
HDOM_QUOTE_DOUBLE
public
mixed
HDOM_QUOTE_DOUBLE
= 0
HDOM_QUOTE_NO
public
mixed
HDOM_QUOTE_NO
= 3
HDOM_QUOTE_SINGLE
public
mixed
HDOM_QUOTE_SINGLE
= 1
HDOM_TYPE_COMMENT
public
mixed
HDOM_TYPE_COMMENT
= 2
HDOM_TYPE_ELEMENT
All of the Defines for the classes below.
public
mixed
HDOM_TYPE_ELEMENT
= 1
Tags
HDOM_TYPE_ENDTAG
public
mixed
HDOM_TYPE_ENDTAG
= 4
HDOM_TYPE_ROOT
public
mixed
HDOM_TYPE_ROOT
= 5
HDOM_TYPE_TEXT
public
mixed
HDOM_TYPE_TEXT
= 3
HDOM_TYPE_UNKNOWN
public
mixed
HDOM_TYPE_UNKNOWN
= 6
MAX_FILE_SIZE
public
mixed
MAX_FILE_SIZE
= 6000000