Public Member Functions | |
create (TagNode $node) | |
Public Attributes | |
const | MOVED = 1 |
const | STYLE = 2 |
const | UNKNOWN = 4 |
Protected Member Functions | |
getChangeSemantic ($qname) | |
Static Private Attributes | |
static | $containerTags |
static | $styleTags |
Definition at line 709 of file HTMLDiff.php.
TagToStringFactory::create | ( | TagNode $ | node | ) |
TagToStringFactory::getChangeSemantic | ( | $ | qname | ) | [protected] |
TagToStringFactory::$containerTags [static, private] |
Initial value:
array('html', 'body', 'p', 'blockquote', 'h1', 'h2', 'h3', 'h4', 'h5', 'pre', 'div', 'ul', 'ol', 'li', 'table', 'tbody', 'tr', 'td', 'th', 'br', 'hr', 'code', 'dl', 'dt', 'dd', 'input', 'form', 'img', 'span', 'a')
Definition at line 711 of file HTMLDiff.php.
TagToStringFactory::$styleTags [static, private] |
Initial value:
array('i', 'b', 'strong', 'em', 'font', 'big', 'del', 'tt', 'sub', 'sup', 'strike')
Definition at line 716 of file HTMLDiff.php.
const TagToStringFactory::MOVED = 1 |
Definition at line 719 of file HTMLDiff.php.
Referenced by TagToString::getAddedDescription(), and TagToString::getRemovedDescription().
const TagToStringFactory::STYLE = 2 |
Definition at line 720 of file HTMLDiff.php.
Referenced by TagToString::getAddedDescription(), and TagToString::getRemovedDescription().
const TagToStringFactory::UNKNOWN = 4 |
Definition at line 721 of file HTMLDiff.php.