info.informatica.ui.html.tag
Class FormTagParser

java.lang.Object
  extended by info.informatica.html.tag.TagParser
      extended by info.informatica.ui.html.tag.FormTagParser

public class FormTagParser
extends info.informatica.html.tag.TagParser


Field Summary
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 tag
pos - the position to initialize the tag
Throws:
info.informatica.html.tag.TagParsingException