org.jboss.portal.format.parser.html
Class TagParser

java.lang.Object
  extended by org.jboss.portal.format.parser.AbstractParser
      extended by org.jboss.portal.format.parser.html.TagParser
All Implemented Interfaces:
ParseEventNotifier

public class TagParser
extends AbstractParser

Version:
$Revision: 5448 $
Author:
Julien Viet

Nested Class Summary
static class TagParser.CloseEvent
           
static class TagParser.OpenEvent
           
 
Field Summary
static int EVENT_NORMAL
           
static int EVENT_TAG
           
 
Fields inherited from class org.jboss.portal.format.parser.AbstractParser
handler
 
Constructor Summary
TagParser()
           
 
Method Summary
 void parse(char[] chars, int off, int len)
          Ask the parser to its job.
 
Methods inherited from class org.jboss.portal.format.parser.AbstractParser
setHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_NORMAL

public static final int EVENT_NORMAL
See Also:
Constant Field Values

EVENT_TAG

public static final int EVENT_TAG
See Also:
Constant Field Values
Constructor Detail

TagParser

public TagParser()
Method Detail

parse

public void parse(char[] chars,
                  int off,
                  int len)
Description copied from class: AbstractParser
Ask the parser to its job.

Specified by:
parse in class AbstractParser