mx4j.loading
public class MLetParser extends Object
Version: $Revision: 1.6 $
Field Summary | |
---|---|
static String | ARCHIVE_ATTR |
static String | ARG_TAG |
static String | CLOSE_BRACKET |
static String | CLOSE_COMMENT |
static String | CODEBASE_ATTR |
static String | CODE_ATTR |
static String | MLET_TAG |
static String | NAME_ATTR |
static String | OBJECT_ATTR |
static String | OPEN_BRACKET |
static String | OPEN_COMMENT |
static String | TYPE_ATTR |
static String | VALUE_ATTR |
static String | VERSION_ATTR |
Constructor Summary | |
---|---|
MLetParser()
Creates a new MLetParser | |
MLetParser(MLet mlet)
Creates a new MLetParser
|
Method Summary | |
---|---|
List | parse(String content)
Parses the given content, that must contains a valid MLet file.
|
Parameters: mlet The MLet used to resolve classes specified in the ARG tags.
Parameters: content The content to parse
Returns: A list of MLetTags
Throws: MLetParseException If the content is not a valid MLet file