Java Doc for Configuration.java in  » IDE-Netbeans » visualweb.api.designer » org » w3c » tidy » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » visualweb.api.designer » org.w3c.tidy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.w3c.tidy.Configuration

Configuration
public class Configuration implements java.io.Serializable(Code)


Field Summary
final public static  intASCII
    
protected  booleanBreakBeforeBR
    
protected  booleanBurstSlides
    
protected  intCharEncoding
    
final public static  intDOCTYPE_AUTO
    
final public static  intDOCTYPE_LOOSE
    
final public static  intDOCTYPE_OMIT
    
final public static  intDOCTYPE_STRICT
    
final public static  intDOCTYPE_USER
    
protected  booleanDropEmptyParas
    
protected  booleanDropFontTags
    
protected  booleanEmacs
    
protected  booleanEncloseBlockText
    
protected  booleanEncloseBodyText
    
protected  booleanFixBackslash
    
protected  booleanFixComments
    
protected  booleanHideEndTags
    
final public static  intISO2022
    
protected  booleanIndentAttributes
    
protected  booleanIndentContent
    
protected  booleanKeepFileTimes
    
final public static  intLATIN1
    
protected  booleanLiteralAttribs
    
protected  booleanLogicalEmphasis
    
final public static  intMACROMAN
    
protected  booleanMakeClean
    
protected  booleanNumEntities
    
protected  booleanOnlyErrors
    
protected  booleanQuiet
    
protected  booleanQuoteAmpersand
    
protected  booleanQuoteMarks
    
protected  booleanQuoteNbsp
    
final public static  intRAW
    
protected  booleanRawOut
    
protected  booleanShowWarnings
    
protected  booleanSmartIndent
    
protected  booleanTidyMark
    
final public static  intUTF8
    
protected  booleanUpperCaseAttrs
    
protected  booleanUpperCaseTags
    
protected  booleanWord2000
    
protected  booleanWrapAsp
    
protected  booleanWrapAttVals
    
protected  booleanWrapJste
    
protected  booleanWrapPhp
    
protected  booleanWrapScriptlets
    
protected  booleanWrapSection
    
protected  booleanXmlOut
    
protected  booleanXmlPIs
    
protected  booleanXmlPi
    
protected  booleanXmlSpace
    
protected  booleanXmlTags
    
protected  StringaltText
    
protected  intdocTypeMode
    
protected  StringdocTypeStr
    
protected  Stringerrfile
    
public  booleaninputJspMode
     When set, treat the input as jsp source, e.g.
public  booleanoutputJspMode
     When set, treat the output as jsp source; e.g.
protected  Stringslidestyle
    
protected  intspaces
    
protected  inttabsize
    
protected  TagTablett
    
protected  intwraplen
    
protected  booleanwriteback
    
protected  booleanxHTML
    

Constructor Summary
public  Configuration()
    

Method Summary
public  voidaddProps(Properties p)
    
public  voidadjust()
    
protected  StringparseDocType(String s, String option)
    
public  voidparseFile(String filename)
    

Field Detail
ASCII
final public static int ASCII(Code)



BreakBeforeBR
protected boolean BreakBeforeBR(Code)



BurstSlides
protected boolean BurstSlides(Code)



CharEncoding
protected int CharEncoding(Code)



DOCTYPE_AUTO
final public static int DOCTYPE_AUTO(Code)



DOCTYPE_LOOSE
final public static int DOCTYPE_LOOSE(Code)



DOCTYPE_OMIT
final public static int DOCTYPE_OMIT(Code)



DOCTYPE_STRICT
final public static int DOCTYPE_STRICT(Code)



DOCTYPE_USER
final public static int DOCTYPE_USER(Code)



DropEmptyParas
protected boolean DropEmptyParas(Code)



DropFontTags
protected boolean DropFontTags(Code)



Emacs
protected boolean Emacs(Code)



EncloseBlockText
protected boolean EncloseBlockText(Code)



EncloseBodyText
protected boolean EncloseBodyText(Code)



FixBackslash
protected boolean FixBackslash(Code)



FixComments
protected boolean FixComments(Code)



HideEndTags
protected boolean HideEndTags(Code)



ISO2022
final public static int ISO2022(Code)



IndentAttributes
protected boolean IndentAttributes(Code)



IndentContent
protected boolean IndentContent(Code)



KeepFileTimes
protected boolean KeepFileTimes(Code)



LATIN1
final public static int LATIN1(Code)



LiteralAttribs
protected boolean LiteralAttribs(Code)



LogicalEmphasis
protected boolean LogicalEmphasis(Code)



MACROMAN
final public static int MACROMAN(Code)



MakeClean
protected boolean MakeClean(Code)



NumEntities
protected boolean NumEntities(Code)



OnlyErrors
protected boolean OnlyErrors(Code)



Quiet
protected boolean Quiet(Code)



QuoteAmpersand
protected boolean QuoteAmpersand(Code)



QuoteMarks
protected boolean QuoteMarks(Code)



QuoteNbsp
protected boolean QuoteNbsp(Code)



RAW
final public static int RAW(Code)



RawOut
protected boolean RawOut(Code)



ShowWarnings
protected boolean ShowWarnings(Code)



SmartIndent
protected boolean SmartIndent(Code)



TidyMark
protected boolean TidyMark(Code)



UTF8
final public static int UTF8(Code)



UpperCaseAttrs
protected boolean UpperCaseAttrs(Code)



UpperCaseTags
protected boolean UpperCaseTags(Code)



Word2000
protected boolean Word2000(Code)



WrapAsp
protected boolean WrapAsp(Code)



WrapAttVals
protected boolean WrapAttVals(Code)



WrapJste
protected boolean WrapJste(Code)



WrapPhp
protected boolean WrapPhp(Code)



WrapScriptlets
protected boolean WrapScriptlets(Code)



WrapSection
protected boolean WrapSection(Code)



XmlOut
protected boolean XmlOut(Code)



XmlPIs
protected boolean XmlPIs(Code)



XmlPi
protected boolean XmlPi(Code)



XmlSpace
protected boolean XmlSpace(Code)



XmlTags
protected boolean XmlTags(Code)



altText
protected String altText(Code)



docTypeMode
protected int docTypeMode(Code)



docTypeStr
protected String docTypeStr(Code)



errfile
protected String errfile(Code)



inputJspMode
public boolean inputJspMode(Code)
When set, treat the input as jsp source, e.g. entities should be considered escaped, etc.



outputJspMode
public boolean outputJspMode(Code)
When set, treat the output as jsp source; e.g. entities should be escaped, there should be xhtml doctype, etc.



slidestyle
protected String slidestyle(Code)



spaces
protected int spaces(Code)



tabsize
protected int tabsize(Code)



tt
protected TagTable tt(Code)



wraplen
protected int wraplen(Code)



writeback
protected boolean writeback(Code)



xHTML
protected boolean xHTML(Code)




Constructor Detail
Configuration
public Configuration()(Code)




Method Detail
addProps
public void addProps(Properties p)(Code)



adjust
public void adjust()(Code)



parseDocType
protected String parseDocType(String s, String option)(Code)



parseFile
public void parseFile(String filename)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.