Element index for package HTML
[ b ]
[ c ]
[ d ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ w ]
[ _ ]
top
top
c
- $class
- in file Table.php, variable HtmlTable::$class
- $comment
- in file CSS_Parser.php, variable CSS_Parser::$comment
Whether the parser is in a comment or not.
- clean
- in file Messy.php, method Messy::clean()
Returns a "clean" version of the HTML or XML data provided, by calling both parse() then toXML() for you and return the result.
- CSS_Parser
- in file CSS_Parser.php, class CSS_Parser
Parses CSS data into 3-dimensional associative arrays. Properly handles multiple declaration blocks for the same element, but will only keep the final value of a property that is declared again, which should not be a problem for most cases. Also properly handles /* style comments.
- CSS_Parser
- in file CSS_Parser.php, method CSS_Parser::CSS_Parser()
Constructor method.
- CSS_Parser.php
- procedural page CSS_Parser.php
top
top
top
g
- getClasses
- in file CSS_Parser.php, method CSS_Parser::getClasses()
Returns an array of classes found in the CSS data. Optionally limits the classes to those that apply to the specified element.
- getIDs
- in file CSS_Parser.php, method CSS_Parser::getIDs()
Returns an array of IDs found in the CSS data. Optionally limits the IDs to those that apply to the specified element.
- getStyle
- in file CSS_Parser.php, method CSS_Parser::getStyle()
Returns all of the stylesheet properties of the specified element.
top
top
top
l
- $levels
- in file Messy.php, variable Messy::$levels
This array is used to compare opening and closing tags within the document structure, and to try to repair them by inserting missing tags where necessary.
- $list
- in file CSS_Parser.php, variable CSS_Parser::$list
The structure created from the previous call to parse().
top
m
- Messy.php
- procedural page Messy.php
- Messy
- in file Messy.php, method Messy::Messy()
Constructor method.
- Messy
- in file Messy.php, class Messy
top
o
- $output
- in file Messy.php, variable Messy::$output
The output from the last call to parse().
top
p
- $padding
- in file Table.php, variable HtmlTable::$padding
- pad
- in file Messy.php, method Messy::pad()
Returns a string of empty space, whose length is determined by the $length parameter.
- parse
- in file Messy.php, method Messy::parse()
Parses the given HTML or XML $data into an array of
top
top
s
- $safe
- in file Messy.php, variable Messy::$safe
This tells Messy whether to use the stripTags and stripAttrs lists
- $selfClosing
- in file Messy.php, variable Messy::$selfClosing
Contains a list of tags that are self-closing (ie.
- $spacing
- in file Table.php, variable HtmlTable::$spacing
- $stripAttrs
- in file Messy.php, variable Messy::$stripAttrs
Contains a list of attributes that should be stripped from the output.
- $stripAttrsSafe
- in file Messy.php, variable Messy::$stripAttrsSafe
Contains a list of attributes that should be stripped from the output.
- $stripTags
- in file Messy.php, variable Messy::$stripTags
Contains a list of tags that should be stripped from the output.
- $stripTagsSafe
- in file Messy.php, variable Messy::$stripTagsSafe
Contains a list of tags that should be stripped from the output.
- $style
- in file Table.php, variable HtmlTable::$style
- setData
- in file Table.php, method HtmlTable::setData()
- setWidths
- in file Table.php, method HtmlTable::setWidths()
top
t
- $transform
- in file Messy.php, variable Messy::$transform
Contains a list of tags that should be transformed into other tags in the output.
- Table.php
- procedural page Table.php
- toXML
- in file Messy.php, method Messy::toXML()
Uses the internal $output array from a previous call to parse() and returns an XML representation of the document.
- toXMLDoc
- in file Messy.php, method Messy::toXMLDoc()
Uses the internal $output array from a previous call to parse() and returns an XMLDoc object representation of the document. Sets $error, $err_code, $err_line, etc.
top
top
|
|