public static final class CssSchema.Property
extends java.lang.Object
| Constructor | Description |
|---|---|
Property(int bits,
com.google.common.collect.ImmutableSet<java.lang.String> literals,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> fnKeys) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
public Property(int bits,
com.google.common.collect.ImmutableSet<java.lang.String> literals,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> fnKeys)
bits - A bitfield of BIT_* constants describing groups of allowed tokens.literals - Specific allowed values.fnKeys - Maps lower-case function tokens to the schema key for their parameters.Copyright © 2019 OWASP. All rights reserved.