net.sf.xslthl.highlighters
Class HexaDecimalHighlighter

java.lang.Object
  extended by net.sf.xslthl.Highlighter
      extended by net.sf.xslthl.highlighters.NumberHighlighter
          extended by net.sf.xslthl.highlighters.HexaDecimalHighlighter

public class HexaDecimalHighlighter
extends NumberHighlighter

Number highlighter for hexadecimal numbers


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.xslthl.Highlighter
Highlighter.IgnoreCaseComparator
 
Field Summary
 
Fields inherited from class net.sf.xslthl.highlighters.NumberHighlighter
decimalPoint, exponent, ignoreCase, letterNoFollow, pointStarts, prefix, suffix, thousandSep
 
Fields inherited from class net.sf.xslthl.Highlighter
styleName, XMLname
 
Constructor Summary
HexaDecimalHighlighter()
           
 
Method Summary
protected  boolean isDigit(char ch)
          Return true if it is an ascii digit
 
Methods inherited from class net.sf.xslthl.highlighters.NumberHighlighter
getDefaultStyle, highlight, init, startsWith
 
Methods inherited from class net.sf.xslthl.Highlighter
isNewLine, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexaDecimalHighlighter

public HexaDecimalHighlighter()
Method Detail

isDigit

protected boolean isDigit(char ch)
Description copied from class: NumberHighlighter
Return true if it is an ascii digit

Overrides:
isDigit in class NumberHighlighter
Returns:


Copyright © 2005-2014. All Rights Reserved.