org.eclipse.mylyn.internal.wikitext.twiki.core.validation
Class ListWhitespaceValidationRule

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.validation.ValidationRule
      extended by org.eclipse.mylyn.internal.wikitext.twiki.core.validation.ListWhitespaceValidationRule

public class ListWhitespaceValidationRule
extends ValidationRule

TWiki lists markup must have spaces in multiples of 3 preceding the markup (*,i,I,1,a,A)

Author:
David Green

Constructor Summary
ListWhitespaceValidationRule()
           
 
Method Summary
 ValidationProblem findProblem(String markup, int offset, int length)
          Starting at the given offset find the next validation problem.
 
Methods inherited from class org.eclipse.mylyn.wikitext.core.validation.ValidationRule
findProblems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListWhitespaceValidationRule

public ListWhitespaceValidationRule()
Method Detail

findProblem

public ValidationProblem findProblem(String markup,
                                     int offset,
                                     int length)
Description copied from class: ValidationRule
Starting at the given offset find the next validation problem.

Specified by:
findProblem in class ValidationRule
Parameters:
markup - the markup content in which a validation problem should be found
offset - the offset at which to start looking for problems
length - the length at which to stop looking for problems
Returns:
the validation problem if found, or null if no validation problem was detected


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.