This class contains the validity map for the HTMLSanitizer
The constructor
Get the valid attributes for a node name
| Name | Type | Description |
|---|---|---|
| nodeName | String | The name of the node for witch the valid attrbutes are asked. Warning: the node name must be a valid node name verified with the getValidNodeName. |
Verify that a node name is a valid node name
| Name | Type | Description |
|---|---|---|
| nodeName | String | The node name |