|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectxml.parser.javacc.TagParser
public class TagParser
| Nested Class Summary | |
|---|---|
static class |
TagParser.Attr
|
static class |
TagParser.Tag
|
| Field Summary | |
|---|---|
static int |
T_END_TAG
|
static int |
T_STANDALONE_TAG
|
static int |
T_START_TAG
|
| Constructor Summary | |
|---|---|
TagParser()
|
|
| Method Summary | |
|---|---|
static TagParser.Tag |
findLastOpenTag(org.gjt.sp.jedit.Buffer buffer,
java.lang.CharSequence text,
int pos,
XmlParsedData data)
|
static java.util.List<TagParser.Attr> |
getAttrs(org.gjt.sp.jedit.Buffer buffer,
TagParser.Tag tag)
|
static TagParser.Tag |
getMatchingTag(org.gjt.sp.jedit.Buffer buffer,
java.lang.CharSequence text,
TagParser.Tag tag)
|
static TagParser.Tag |
getTagAtOffset(org.gjt.sp.jedit.Buffer buffer,
java.lang.CharSequence text,
int pos)
|
static boolean |
isInsideTag(java.lang.String text,
int pos)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int T_STANDALONE_TAG
public static final int T_START_TAG
public static final int T_END_TAG
| Constructor Detail |
|---|
public TagParser()
| Method Detail |
|---|
public static TagParser.Tag getTagAtOffset(org.gjt.sp.jedit.Buffer buffer,
java.lang.CharSequence text,
int pos)
public static TagParser.Tag getMatchingTag(org.gjt.sp.jedit.Buffer buffer,
java.lang.CharSequence text,
TagParser.Tag tag)
public static TagParser.Tag findLastOpenTag(org.gjt.sp.jedit.Buffer buffer,
java.lang.CharSequence text,
int pos,
XmlParsedData data)
public static boolean isInsideTag(java.lang.String text,
int pos)
public static java.util.List<TagParser.Attr> getAttrs(org.gjt.sp.jedit.Buffer buffer,
TagParser.Tag tag)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||