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

Element index for package HTML_CSS

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__construct
in file CSS.php, method HTML_CSS::__construct()
    Class constructor
__construct
in file Error.php, method HTML_CSS_Error::__construct()
    Constructor (ZE2)
__get
in file CSS.php, method HTML_CSS::__get()
    Get option for the class
__set
in file CSS.php, method HTML_CSS::__set()
    Set option for the class
top

a

addGroupSelector
in file CSS.php, method HTML_CSS::addGroupSelector()
    Add a selector to a CSS definition group.
apiVersion
in file CSS.php, method HTML_CSS::apiVersion()
    Return the current API version
top

c

collapseInternalSpaces
in file CSS.php, method HTML_CSS::collapseInternalSpaces()
    Strips excess spaces in string.
createAtRule
in file CSS.php, method HTML_CSS::createAtRule()
    Create a new simple declarative At-Rule
createGroup
in file CSS.php, method HTML_CSS::createGroup()
    Create a new CSS definition group
CSS.php
procedural page CSS.php
CSS_req12194_atrule_api.php
procedural page CSS_req12194_atrule_api.php
CSS_req12194_atrule_parser.php
procedural page CSS_req12194_atrule_parser.php
top

d

display
in file CSS.php, method HTML_CSS::display()
    Output CSS Code.
top

e

Error.php
procedural page Error.php
top

g

getAtRulesList
in file CSS.php, method HTML_CSS::getAtRulesList()
    Return list of supported At-Rules
getAtRuleStyle
in file CSS.php, method HTML_CSS::getAtRuleStyle()
    Get style value of an existing At-Rule
getCache
in file CSS.php, method HTML_CSS::getCache()
    Returns the cache option value
getCharset
in file CSS.php, method HTML_CSS::getCharset()
    Return the charset encoding string
getContentDisposition
in file CSS.php, method HTML_CSS::getContentDisposition()
    Return the Content-Disposition header
getGroupStyle
in file CSS.php, method HTML_CSS::getGroupStyle()
    Return CSS definition for a CSS group
getLevel
in file Error.php, method HTML_CSS_Error::getLevel()
    Get error level from an error object
getOptions
in file CSS.php, method HTML_CSS::getOptions()
    Return all options for the class
getStyle
in file CSS.php, method HTML_CSS::getStyle()
    Return the value of a CSS property
grepStyle
in file CSS.php, method HTML_CSS::grepStyle()
    Retrieve styles corresponding to an element filter
top

h

HTML_CSS
in file CSS.php, class HTML_CSS
    Base class for CSS definitions
HTML_CSS
in file CSS.php, method HTML_CSS::HTML_CSS()
    Class constructor
HTML_CSS_Error
in file Error.php, class HTML_CSS_Error
    This class creates a css error object, extending the PEAR_Error class.
HTML_CSS_Error
in file Error.php, method HTML_CSS_Error::HTML_CSS_Error()
    Constructor (ZE1)
HTML_CSS_ERROR_INVALID_DEPS
in file CSS.php, constant HTML_CSS_ERROR_INVALID_DEPS
    Basic error codes
HTML_CSS_ERROR_INVALID_GROUP
in file CSS.php, constant HTML_CSS_ERROR_INVALID_GROUP
    Basic error codes
HTML_CSS_ERROR_INVALID_INPUT
in file CSS.php, constant HTML_CSS_ERROR_INVALID_INPUT
    Basic error codes
HTML_CSS_ERROR_INVALID_SOURCE
in file CSS.php, constant HTML_CSS_ERROR_INVALID_SOURCE
    Basic error codes
HTML_CSS_ERROR_NO_ATRULE
in file CSS.php, constant HTML_CSS_ERROR_NO_ATRULE
    Basic error codes
HTML_CSS_ERROR_NO_ELEMENT
in file CSS.php, constant HTML_CSS_ERROR_NO_ELEMENT
    Basic error codes
HTML_CSS_ERROR_NO_ELEMENT_PROPERTY
in file CSS.php, constant HTML_CSS_ERROR_NO_ELEMENT_PROPERTY
    Basic error codes
HTML_CSS_ERROR_NO_FILE
in file CSS.php, constant HTML_CSS_ERROR_NO_FILE
    Basic error codes
HTML_CSS_ERROR_NO_GROUP
in file CSS.php, constant HTML_CSS_ERROR_NO_GROUP
    Basic error codes
HTML_CSS_ERROR_UNKNOWN
in file CSS.php, constant HTML_CSS_ERROR_UNKNOWN
    Basic error codes
HTML_CSS_ERROR_WRITE_FILE
in file CSS.php, constant HTML_CSS_ERROR_WRITE_FILE
    Basic error codes
top

i

isError
in file CSS.php, method HTML_CSS::isError()
    Determine whether there is an error
top

l

log
in file Error.php, method HTML_CSS_Error::log()
    Default callback function/method from an error object
top

m

myErrorHandler
in file CSS_req12194_atrule_api.php, function myErrorHandler()
top

p

parseData
in file CSS.php, method HTML_CSS::parseData()
    Parse multiple data sources
parseFile
in file CSS.php, method HTML_CSS::parseFile()
    Parse file content
parseSelectors
in file CSS.php, method HTML_CSS::parseSelectors()
    Parse a string containing selector(s)
parseString
in file CSS.php, method HTML_CSS::parseString()
    Parse a string
top

r

raiseError
in file CSS.php, method HTML_CSS::raiseError()
    A basic wrapper around the default PEAR_Error object
removeGroupSelector
in file CSS.php, method HTML_CSS::removeGroupSelector()
    Remove a selector from a group
top

s

setAtRuleStyle
in file CSS.php, method HTML_CSS::setAtRuleStyle()
    Define a conditional/informative At-Rule
setCache
in file CSS.php, method HTML_CSS::setCache()
    Set cache flag
setCharset
in file CSS.php, method HTML_CSS::setCharset()
    Set charset value
setContentDisposition
in file CSS.php, method HTML_CSS::setContentDisposition()
    Set Content-Disposition header
setGroupStyle
in file CSS.php, method HTML_CSS::setGroupStyle()
    Set or add a CSS definition for a CSS group
setLineEnd
in file CSS.php, method HTML_CSS::setLineEnd()
    Set lineend value
setOutputGroupsFirst
in file CSS.php, method HTML_CSS::setOutputGroupsFirst()
    Set groupsfirst flag
setSameStyle
in file CSS.php, method HTML_CSS::setSameStyle()
    Apply same styles on two selectors
setSingleLineOutput
in file CSS.php, method HTML_CSS::setSingleLineOutput()
    Set oneline flag
setStyle
in file CSS.php, method HTML_CSS::setStyle()
    Set or add a CSS definition
setTab
in file CSS.php, method HTML_CSS::setTab()
    Set tab value
setXhtmlCompliance
in file CSS.php, method HTML_CSS::setXhtmlCompliance()
    Set xhtml flag
sortAtRules
in file CSS.php, method HTML_CSS::sortAtRules()
    sort and move simple declarative At-Rules to the top
sprintContextExec
in file Error.php, method HTML_CSS_Error::sprintContextExec()
    Returns the context of execution formatted.
top

t

toArray
in file CSS.php, method HTML_CSS::toArray()
    Return the CSS contents in an array
toFile
in file CSS.php, method HTML_CSS::toFile()
    Generate CSS and stores it in a file
toInline
in file CSS.php, method HTML_CSS::toInline()
    Return a string-properties for style attribute of an HTML element
toString
in file CSS.php, method HTML_CSS::toString()
    Return current CSS parsed data as a string
top

u

unsetAtRule
in file CSS.php, method HTML_CSS::unsetAtRule()
    Remove an existing At-Rule
unsetGroup
in file CSS.php, method HTML_CSS::unsetGroup()
    Remove a CSS definition group
top

v

validate
in file CSS.php, method HTML_CSS::validate()
    Validate a CSS data source
top

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