|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.format.parser.AbstractParser
org.jboss.portal.format.parser.html.TagParser
public class TagParser
| 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 |
|---|
public static final int EVENT_NORMAL
public static final int EVENT_TAG
| Constructor Detail |
|---|
public TagParser()
| Method Detail |
|---|
public void parse(char[] chars,
int off,
int len)
AbstractParser
parse in class AbstractParser
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||