Modifier and Type | Class and Description |
---|---|
class |
FlowTagsParser
The FlowTagsParser class implements the capability to parse the XML string representation of a "_flow-tags_" detail sub-element into a FlowTags object
|
class |
RemarksParser
The RemarksParser class implements the capability to parse the XML string representation of a "remarks" detail sub-element into a Remarks object
|
Modifier and Type | Method and Description |
---|---|
static void |
CotDetail.registerParser(java.lang.String subschemaName,
DetailSubelementParser parser)
Associates a Detail subschema (element) name with a class that implements a parser for that subschema.
|