value property
The optional value of the tag. The string value can be Unicode characters.
The string can contain only the set of Unicode letters, digits, white-space,
'_', '.', '/', '=', '+', '-' (Java regex:
"^(\p{L}\p{Z}\p{N}_.:/=+\-
*)$").
Implementation
final String value;