Documentation

simplehtml.php

Tags
copyright

Copyright (C) 2010 - 2017 Stack Ideas Sdn Bhd. All rights reserved.

license

GNU/GPL, see LICENSE.php EasyBlog is free software. This version may have been modified pursuant to the GNU General Public License, and as distributed it includes or is derivative of works licensed under the GNU General Public License or other free or open source software licenses. See COPYRIGHT.php for copyright notices and details.

Table of Contents

Classes

EasyBlogSimplehtml
eb_eb_simple_html_dom_node
simple html dom node PaperG - added ability for "find" routine to lowercase the value of the selector.
eb_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_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_QUOTE_DOUBLE

public mixed HDOM_QUOTE_DOUBLE = 0

HDOM_QUOTE_SINGLE

public mixed HDOM_QUOTE_SINGLE = 1

HDOM_TYPE_COMMENT

public mixed HDOM_TYPE_COMMENT = 2

HDOM_TYPE_ENDTAG

public mixed HDOM_TYPE_ENDTAG = 4

HDOM_TYPE_UNKNOWN

public mixed HDOM_TYPE_UNKNOWN = 6

MAX_FILE_SIZE

public mixed MAX_FILE_SIZE = 6000000

        
On this page

Search results