Interface MentionsParser
Deprecated.
Since 5.3. No replacement.
Parse a storage format fragment and return the list of mentions.
-
Method Summary
Modifier and TypeMethodDescriptionextractUserMentions
(XMLEventReader reader, UserMentionsExtractor extractor) Deprecated.Since 5.3.boolean
handles
(StartElement startElement) Deprecated.
-
Method Details
-
extractUserMentions
@Deprecated List<String> extractUserMentions(XMLEventReader reader, UserMentionsExtractor extractor) throws XMLStreamException Deprecated.Since 5.3. No replacement.- Parameters:
reader
- storage format readerextractor
- extractor to delegate to- Returns:
- the list of usernames that are 'mentions'
- Throws:
XMLStreamException
-
handles
Deprecated.- Parameters:
startElement
-- Returns:
- true if this parser can handle give element
-