com.alveole.studio.web.designer.xmleditor
Class XMLWhitespaceDetector

java.lang.Object
  extended by com.alveole.studio.web.designer.xmleditor.XMLWhitespaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

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

Created by eclipse.

Author:
sylvain

Constructor Summary
XMLWhitespaceDetector()
           
 
Method Summary
 boolean isWhitespace(char c)
           
 
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)
Specified by:
isWhitespace in interface org.eclipse.jface.text.rules.IWhitespaceDetector