Refactoring:
commitec7a4228d5a35d2fec638ae2def6bc0c027f6b1d
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 18 Mar 2007 02:48:20 +0000 (18 02:48 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 18 Mar 2007 02:48:20 +0000 (18 02:48 +0000)
treea1c98ae7e5ac585f01e5b8150602ec642667f16c
parentb71927d4aff428db3aaf83710d6244eae816c5e1
Refactoring:
- getElementById is now unnecessary because of our validation efforts. Yay!
- Code beautification and commentary
- Privatize $dom and $xpath, to promote explicitness
- Implement confiscateAttr(), fun name!
- Filter manager returns the filter so you can do further customization

git-svn-id: http://htmlpurifier.org/svnroot@836 48356398-32a2-884e-a903-53898d9a118a
xhtml-compiler/XHTMLCompiler/DOMFilter.php
xhtml-compiler/XHTMLCompiler/DOMFilter/Acronymizer.php
xhtml-compiler/XHTMLCompiler/DOMFilter/Quoter.php
xhtml-compiler/XHTMLCompiler/DOMFilter/RSSGenerator.php
xhtml-compiler/XHTMLCompiler/FilterManager.php