XUIDefaultTagParselet
Implements XUITagParselet
Description
This parselet creates a tag from any string passed to it. This is the simplest parselet possible.
Methods
Name | Parameters | Returns |
---|---|---|
Parse | s As String |
XUITag |
Method Descriptions
Parse(s As String) As XUITag
Returns a tag with a title of s
and no arbitrary data.
Part of the XUITagParselet
interface.