Class SetXmlConverter<T>

java.lang.Object
org.jhotdraw8.xml.converter.SetXmlConverter<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
Converter<ImmutableSequencedSet<T>>

public class SetXmlConverter<T> extends Object implements Converter<ImmutableSequencedSet<T>>
Parses a set with items separated by configurable delimiters.

References:

HTML 5, Common Microsyntaxes, Space-separated tokens
w3.org