public class XmlOccurrenceMarker extends java.lang.Object implements OccurrenceMarker
| 构造器和说明 |
|---|
XmlOccurrenceMarker() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
markOccurrences(RSyntaxDocument doc,
Token t,
RSyntaxTextAreaHighlighter h,
SmartHighlightPainter p)
Called when occurrences of a token should be marked.
|
public void markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)
markOccurrences 在接口中 OccurrenceMarkerdoc - The document.t - The document whose relevant occurrences should be marked.h - The highlighter to add the highlights to.p - The painter for the highlights.