Class ListXmlConverter<T>

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

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

References:

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