Java Doc for AttrCheckImpl.java in  » HTML-Parser » JTidy » 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 » HTML Parser » JTidy » org.w3c.tidy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.w3c.tidy.AttrCheckImpl

AttrCheckImpl
final public class AttrCheckImpl (Code)
Check attribute values implementations.
author:
   Dave Raggett dsr@w3.org
author:
   Andy Quick ac.quick@sympatico.ca (translation to Java)
author:
   Fabrizio Giustina
version:
   $Revision: 1.36 $ ($Author: fgiust $)

Inner Class :public static class CheckUrl implements AttrCheck
Inner Class :public static class CheckScript implements AttrCheck
Inner Class :public static class CheckAlign implements AttrCheck
Inner Class :public static class CheckValign implements AttrCheck
Inner Class :public static class CheckBool implements AttrCheck
Inner Class :public static class CheckLength implements AttrCheck
Inner Class :public static class CheckTarget implements AttrCheck
Inner Class :public static class CheckFsubmit implements AttrCheck
Inner Class :public static class CheckClear implements AttrCheck
Inner Class :public static class CheckShape implements AttrCheck
Inner Class :public static class CheckScope implements AttrCheck
Inner Class :public static class CheckNumber implements AttrCheck
Inner Class :public static class CheckId implements AttrCheck
Inner Class :public static class CheckName implements AttrCheck
Inner Class :public static class CheckColor implements AttrCheck
Inner Class :public static class CheckVType implements AttrCheck
Inner Class :public static class CheckScroll implements AttrCheck
Inner Class :public static class CheckTextDir implements AttrCheck
Inner Class :public static class CheckLang implements AttrCheck

Field Summary
final public static  AttrCheckALIGN
     checker for "align" attribute.
final public static  AttrCheckBOOL
     checker for boolean attributes.
final public static  AttrCheckCHARACTER
     checker for attributes that can contain a single character.
final public static  AttrCheckCHARSET
     checker for "charset" attribute.
final public static  AttrCheckCLEAR
     checker for "clear" attribute.
final public static  AttrCheckCOLOR
     checker for "color" attribute.
final public static  AttrCheckCOLS
     checker for "cols" attribute.
final public static  AttrCheckCOORDS
     checker for "coords" attribute.
final public static  AttrCheckDATE
     checker for attributes containing dates.
final public static  AttrCheckFBORDER
     checker for "frameborder" attribute.
final public static  AttrCheckFSUBMIT
     checker for "submit" attribute.
final public static  AttrCheckID
     checker for ids.
final public static  AttrCheckIDREF
     checker for attributes referencng an id.
final public static  AttrCheckLANG
     checker for "lang" and "xml:lang" attributes.
final public static  AttrCheckLENGTH
     checker for "lenght" attribute.
final public static  AttrCheckLINKTYPES
     checker for "rel" and "rev" attributes.
final public static  AttrCheckMEDIA
     checker for "media" attribute.
final public static  AttrCheckNAME
     checker for "name" attribute.
final public static  AttrCheckNUMBER
     checker for "number" attribute.
final public static  AttrCheckSCOPE
     checker for "scope" attribute.
final public static  AttrCheckSCRIPT
     checker for scripts.
final public static  AttrCheckSCROLL
     checker for "scroll" attribute.
final public static  AttrCheckSHAPE
     checker for "shape" attribute.
final public static  AttrCheckTARGET
     checker for "target" attribute.
final public static  AttrCheckTEXT
     checker for text attributes.
final public static  AttrCheckTEXTDIR
     checker for "dir" attribute.
final public static  AttrCheckTFRAME
     checker for table "frame" attribute.
final public static  AttrCheckTRULES
     checker for table "rules" attribute.
final public static  AttrCheckTYPE
     checker for "type" attribute.
final public static  AttrCheckURL
     checker for URLs.
final public static  AttrCheckURLS
     checker for attributes which contain a list of urls.
final public static  AttrCheckVALIGN
     checker for "valign" attribute.
final public static  AttrCheckVTYPE
     checker for "vtype" attribute.



Field Detail
ALIGN
final public static AttrCheck ALIGN(Code)
checker for "align" attribute.



BOOL
final public static AttrCheck BOOL(Code)
checker for boolean attributes.



CHARACTER
final public static AttrCheck CHARACTER(Code)
checker for attributes that can contain a single character. Actually null (no validation).



CHARSET
final public static AttrCheck CHARSET(Code)
checker for "charset" attribute. Actually null (no validation).



CLEAR
final public static AttrCheck CLEAR(Code)
checker for "clear" attribute.



COLOR
final public static AttrCheck COLOR(Code)
checker for "color" attribute.



COLS
final public static AttrCheck COLS(Code)
checker for "cols" attribute. Actually null (no validation).



COORDS
final public static AttrCheck COORDS(Code)
checker for "coords" attribute. Actually null (no validation).



DATE
final public static AttrCheck DATE(Code)
checker for attributes containing dates. Actually null (no validation).



FBORDER
final public static AttrCheck FBORDER(Code)
checker for "frameborder" attribute. Actually null (no validation).



FSUBMIT
final public static AttrCheck FSUBMIT(Code)
checker for "submit" attribute.



ID
final public static AttrCheck ID(Code)
checker for ids.



IDREF
final public static AttrCheck IDREF(Code)
checker for attributes referencng an id. Actually null (no validation).



LANG
final public static AttrCheck LANG(Code)
checker for "lang" and "xml:lang" attributes.



LENGTH
final public static AttrCheck LENGTH(Code)
checker for "lenght" attribute.



LINKTYPES
final public static AttrCheck LINKTYPES(Code)
checker for "rel" and "rev" attributes. Actually null (no validation).



MEDIA
final public static AttrCheck MEDIA(Code)
checker for "media" attribute. Actually null (no validation).



NAME
final public static AttrCheck NAME(Code)
checker for "name" attribute.



NUMBER
final public static AttrCheck NUMBER(Code)
checker for "number" attribute.



SCOPE
final public static AttrCheck SCOPE(Code)
checker for "scope" attribute.



SCRIPT
final public static AttrCheck SCRIPT(Code)
checker for scripts.



SCROLL
final public static AttrCheck SCROLL(Code)
checker for "scroll" attribute.



SHAPE
final public static AttrCheck SHAPE(Code)
checker for "shape" attribute.



TARGET
final public static AttrCheck TARGET(Code)
checker for "target" attribute.



TEXT
final public static AttrCheck TEXT(Code)
checker for text attributes. Actually null (no validation).



TEXTDIR
final public static AttrCheck TEXTDIR(Code)
checker for "dir" attribute.



TFRAME
final public static AttrCheck TFRAME(Code)
checker for table "frame" attribute. Actually null (no validation).



TRULES
final public static AttrCheck TRULES(Code)
checker for table "rules" attribute. Actually null (no validation).



TYPE
final public static AttrCheck TYPE(Code)
checker for "type" attribute. Actually null (no validation).



URL
final public static AttrCheck URL(Code)
checker for URLs.



URLS
final public static AttrCheck URLS(Code)
checker for attributes which contain a list of urls. Actually null (no validation).



VALIGN
final public static AttrCheck VALIGN(Code)
checker for "valign" attribute.



VTYPE
final public static AttrCheck VTYPE(Code)
checker for "vtype" attribute.





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.