|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectxml.TagHighlight
public class TagHighlight
StructureMatcher finding the matching tag (open/close). This one uses xml.TagParser to find tags, contrary to SideKickTagHighlight, which uses xml.parser.javacc.TagParser
SideKickTagHighlight| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.gjt.sp.jedit.textarea.StructureMatcher |
|---|
org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher, org.gjt.sp.jedit.textarea.StructureMatcher.Highlight, org.gjt.sp.jedit.textarea.StructureMatcher.Match |
| Constructor Summary | |
|---|---|
TagHighlight()
|
|
| Method Summary | |
|---|---|
org.gjt.sp.jedit.textarea.StructureMatcher.Match |
getMatch(org.gjt.sp.jedit.textarea.TextArea textArea)
|
void |
selectMatch(org.gjt.sp.jedit.textarea.TextArea textArea)
Selects from the caret to the matching structure element (if there is one, otherwise the behavior of this method is undefined). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagHighlight()
| Method Detail |
|---|
public org.gjt.sp.jedit.textarea.StructureMatcher.Match getMatch(org.gjt.sp.jedit.textarea.TextArea textArea)
getMatch in interface org.gjt.sp.jedit.textarea.StructureMatcherpublic void selectMatch(org.gjt.sp.jedit.textarea.TextArea textArea)
selectMatch in interface org.gjt.sp.jedit.textarea.StructureMatcher
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||