experimental jtidy version adapted for phpeclipse
authorkhartlage <khartlage>
Fri, 17 Jan 2003 20:44:59 +0000 (20:44 +0000)
committerkhartlage <khartlage>
Fri, 17 Jan 2003 20:44:59 +0000 (20:44 +0000)
commit1cd80446ff789714fd1cb30ab148f8629352c472
treec146513c252ab84e48e9bc7ab5dd107bf8beb9c4
parent00b6e4848baa2cf9bb6b8edbb07dba89766384de
experimental jtidy version adapted for phpeclipse
47 files changed:
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/AttVal.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/AttrCheck.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/AttrCheckImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Attribute.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/AttributeTable.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/CheckAttribs.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/CheckAttribsImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Clean.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Configuration.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMAttrImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMAttrMapImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMCDATASectionImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMCharacterDataImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMCommentImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMDocumentImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMDocumentTypeImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMElementImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMExceptionImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMNodeImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMNodeListByTagNameImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMNodeListImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMProcessingInstructionImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/DOMTextImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Dict.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Entity.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/EntityTable.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/IStack.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Lexer.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/MutableBoolean.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/MutableInteger.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/MutableObject.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Node.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Out.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/OutImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/PPrint.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Parser.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/ParserImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Report.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/StreamIn.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/StreamInImpl.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Style.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/StyleProp.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/TagTable.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/Tidy.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/TidyBeanInfo.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/TidyMessages.properties [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/tidy/config.txt [new file with mode: 0644]