public class FlowTagsParser extends java.lang.Object implements DetailSubelementParser
Constructor and Description |
---|
FlowTagsParser() |
public FlowTags parse(java.lang.String elementXml)
The element name must match "_flow-tags_" exactly.
All attribute values must successfully parse into Date objects according to the ISO 8601 standard.
Any XML subelements will be ignored by this parser implementation.
parse
in interface DetailSubelementParser
elementXml
- the XML String representation of an element to be parsed.ArgumentException
- when the XML String fails to parse properly.