GetCollectionItemXmlElementName method

  1. @override
String? GetCollectionItemXmlElementName(
  1. AttributedString attributedString
)
override
Retrieves the XML element name corresponding to the provided AttributedString object. The AttributedString object from which to determine the XML element name.

Implementation

@override
String? GetCollectionItemXmlElementName(AttributedString attributedString) {
  return this._collectionItemXmlElementName;
}