info.informatica.ui.html.tag
Class FormTagParser
java.lang.Object
info.informatica.html.tag.TagParser
info.informatica.ui.html.tag.FormTagParser
public class FormTagParser
- extends info.informatica.html.tag.TagParser
| Fields inherited from class info.informatica.html.tag.TagParser |
tagmap |
|
Method Summary |
static info.informatica.html.tag.TagParser |
getInstance()
|
info.informatica.html.tag.HTMLTag |
parse(String tag,
info.informatica.doc.FragmentPosition pos)
Parses a String to create an HTMLTag with the given position. |
| Methods inherited from class info.informatica.html.tag.TagParser |
create, create, create, create, initDefaultTagmap, parse |
getInstance
public static info.informatica.html.tag.TagParser getInstance()
parse
public info.informatica.html.tag.HTMLTag parse(String tag,
info.informatica.doc.FragmentPosition pos)
throws info.informatica.html.tag.TagParsingException
- Parses a String to create an HTMLTag with the given position.
- Overrides:
parse in class info.informatica.html.tag.TagParser
- Parameters:
tag - a String containing the tagpos - the position to initialize the tag
- Throws:
info.informatica.html.tag.TagParsingException