org.fosstrak.llrp.commander.editors
Class XMLWhitespaceDetector

java.lang.Object
  extended by org.fosstrak.llrp.commander.editors.XMLWhitespaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

public class XMLWhitespaceDetector
extends java.lang.Object
implements org.eclipse.jface.text.rules.IWhitespaceDetector

To define which characters seems to be a whitespace.

Version:
1.0
Author:
Haoning Zhang

Constructor Summary
XMLWhitespaceDetector()
           
 
Method Summary
 boolean isWhitespace(char c)
          To judge which characters seems to be a whitespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLWhitespaceDetector

public XMLWhitespaceDetector()
Method Detail

isWhitespace

public boolean isWhitespace(char c)
To judge which characters seems to be a whitespace

Specified by:
isWhitespace in interface org.eclipse.jface.text.rules.IWhitespaceDetector


Copyright © 2009. All Rights Reserved.