ij.plugin.frame.jedit.tokenmarker
Class XMLTokenMarker

java.lang.Object
  extended by ij.plugin.frame.jedit.tokenmarker.TokenMarker
      extended by ij.plugin.frame.jedit.tokenmarker.HTMLTokenMarker
          extended by ij.plugin.frame.jedit.tokenmarker.XMLTokenMarker

public class XMLTokenMarker
extends HTMLTokenMarker

XML token marker.


Nested Class Summary
 
Nested classes/interfaces inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
TokenMarker.LineInfo
 
Field Summary
 
Fields inherited from class ij.plugin.frame.jedit.tokenmarker.HTMLTokenMarker
JAVASCRIPT
 
Fields inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
firstToken, lastLine, lastToken, length, lineInfo, nextLineRequested
 
Constructor Summary
XMLTokenMarker()
           
 
Method Summary
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.HTMLTokenMarker
markTokensImpl
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
addToken, deleteLines, ensureCapacity, getLineCount, insertLines, isNextLineRequested, markTokens, supportsMultilineTokens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTokenMarker

public XMLTokenMarker()