Refactoring:
commitb56c1fdbf543945e950f13e81aaa0fe516a5de53
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)
tree66183e9bd30c402a01651adff932f6aaafd94d10
parent27f57e53657999c224934028cdab06ae7cd3a181
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
XHTMLCompiler/DOMFilter.php
XHTMLCompiler/DOMFilter/Acronymizer.php
XHTMLCompiler/DOMFilter/Quoter.php
XHTMLCompiler/DOMFilter/RSSGenerator.php
XHTMLCompiler/FilterManager.php