Skip to content

XUITagParselet

Description

Parslets are responsible for parsing text into data that can be used to form a tag. Tags vary in their appearance but all require the same information to construct (a title +/- arbitrary data).

Example parselets are included with XUI but you are, of course, able to create your own.

Methods

Name Parameters Returns
Parse s As String XUITag

Method Descriptions

Parse(s As String) As XUITag Parses s into a tag. If a tag cannot be formed then Nil is returned.