HTML_Safe
[ class tree: HTML_Safe ] [ index: HTML_Safe ] [ all elements ]

Element index for package HTML_Safe

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ l ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ w ] [ x ] [ _ ]

_

__construct
in file Safe.php, method HTML_Safe::__construct()
    Constructs class
top

a

$allowTags
in file Safe.php, variable HTML_Safe::$allowTags
    Allowed tags
$attributes
in file Safe.php, variable HTML_Safe::$attributes
    List of dangerous attributes
$attributesNS
in file Safe.php, variable HTML_Safe::$attributesNS
    List of allowed "namespaced" attributes
top

b

$blackProtocols
in file Safe.php, variable HTML_Safe::$blackProtocols
    List of "dangerous" protocols (used for blacklist-filtering)
top

c

$closeParagraph
in file Safe.php, variable HTML_Safe::$closeParagraph
    List of block-level tags that terminates paragraph
$counter
in file Safe.php, variable HTML_Safe::$counter
    Array of counters for each tag
$cssKeywords
in file Safe.php, variable HTML_Safe::$cssKeywords
    List of dangerous CSS keywords
$cssRegexps
in file Safe.php, variable HTML_Safe::$cssRegexps
    Array of prepared regular expressions for CSS matching
clear
in file Safe.php, method HTML_Safe::clear()
    Clears current document data
closeHandler
in file Safe.php, method HTML_Safe::closeHandler()
    Closing tag handler - called from HTMLSax
closeTag
in file Safe.php, method HTML_Safe::closeTag()
    Closes tag
top

d

$dcCounter
in file Safe.php, variable HTML_Safe::$dcCounter
    Array of counters for tags that must be deleted with all content
$dcStack
in file Safe.php, variable HTML_Safe::$dcStack
    Stack of unclosed tags that must be deleted with all content
$deleteTags
in file Safe.php, variable HTML_Safe::$deleteTags
    List of dangerous tags (such tags will be deleted)
$deleteTagsContent
in file Safe.php, variable HTML_Safe::$deleteTagsContent
    List of dangerous tags (such tags will be deleted, and all content inside this tags will be also removed)
dataHandler
in file Safe.php, method HTML_Safe::dataHandler()
    Character data handler - called from HTMLSax
top

e

escapeHandler
in file Safe.php, method HTML_Safe::escapeHandler()
    Escape handler - called from HTMLSax
top

g

getAllowTags
in file Safe.php, method HTML_Safe::getAllowTags()
    Returns the allowed tags
getXHTML
in file Safe.php, method HTML_Safe::getXHTML()
    Returns the XHTML document
top

h

HTML_Safe
in file Safe.php, class HTML_Safe
    HTML_Safe Parser
top

l

$liStack
in file Safe.php, variable HTML_Safe::$liStack
    Stack of unclosed list tags
$listScope
in file Safe.php, variable HTML_Safe::$listScope
    Stores level of list (ol/ul) nesting
$listTags
in file Safe.php, variable HTML_Safe::$listTags
    List of list tags
top

n

$noClose
in file Safe.php, variable HTML_Safe::$noClose
    List of tags that can have no "closing tag"
top

o

openHandler
in file Safe.php, method HTML_Safe::openHandler()
    Opening tag handler - called from HTMLSax
top

p

$protocolAttributes
in file Safe.php, variable HTML_Safe::$protocolAttributes
    List of attributes that can contain protocols
$protocolFiltering
in file Safe.php, variable HTML_Safe::$protocolFiltering
    Type of protocols filtering ('white' or 'black')
$protoRegexps
in file Safe.php, variable HTML_Safe::$protoRegexps
    Array of prepared regular expressions for protocols (schemas) matching
parse
in file Safe.php, method HTML_Safe::parse()
    Main parsing fuction
top

r

resetAllowTags
in file Safe.php, method HTML_Safe::resetAllowTags()
    Reset the allowed tags
top

s

$singleTags
in file Safe.php, variable HTML_Safe::$singleTags
    List of single tags ("<tag />")
$stack
in file Safe.php, variable HTML_Safe::$stack
    Stack of unclosed tags
Safe.php
procedural page Safe.php
setAllowTags
in file Safe.php, method HTML_Safe::setAllowTags()
    Allow tags
top

t

$tableTags
in file Safe.php, variable HTML_Safe::$tableTags
    List of table tags, all table tags outside a table will be removed
top

w

$whiteProtocols
in file Safe.php, variable HTML_Safe::$whiteProtocols
    List of "safe" protocols (used for whitelist-filtering)
writeAttrs
in file Safe.php, method HTML_Safe::writeAttrs()
    Handles the writing of attributes - called from $this->openHandler()
top

x

$xhtml
in file Safe.php, variable HTML_Safe::$xhtml
    Storage for resulting HTML output
top

Documentation generated on Mon, 11 Mar 2019 15:38:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.