Class NmTokensAttribute

Direct Known Subclasses:
Element_enumset.Attr_default, IdRefsAttribute

public abstract class NmTokensAttribute extends TypedAttribute<List<String>>
Implements an Attribute of "NMTOKENS" type, which holds as its value a list of NMTOKEN tokens separated by blanks. See [XML 1.0], "3.3.1 Attribute Types" and production rule [8].

See NmTokenAttribute.checkNmToken(String) and splitValues(String) for details of these definitions.