code.google.com home

org.owasp.html
Class CssSchema

java.lang.Object
  extended by org.owasp.html.CssSchema

public final class CssSchema
extends java.lang.Object

Describes the kinds of tokens a CSS property's value can safely contain.


Field Summary
static org.owasp.html.CssSchema.Property DISALLOWED
           
 
Method Summary
 org.owasp.html.CssSchema.Property forKey(java.lang.String propertyName)
          The schema for the named property or function key.
static void main(java.lang.String... argv)
          Dumps key and literal list to stdout for easy examination.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISALLOWED

public static final org.owasp.html.CssSchema.Property DISALLOWED
Method Detail

forKey

public org.owasp.html.CssSchema.Property forKey(java.lang.String propertyName)
The schema for the named property or function key.


main

public static void main(java.lang.String... argv)
Dumps key and literal list to stdout for easy examination.


code.google.com home