org.eclipse.mylyn.internal.wikitext.textile.core.validation
Class BlockWhitespaceRule

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.core.validation.ValidationRule
      extended by org.eclipse.mylyn.internal.wikitext.textile.core.validation.BlockWhitespaceRule

public class BlockWhitespaceRule
extends ValidationRule

Author:
David Green

Constructor Summary
BlockWhitespaceRule()
           
 
Method Summary
 ValidationProblem findProblem(java.lang.String markup, int offset, int length)
           
 
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

BlockWhitespaceRule

public BlockWhitespaceRule()
Method Detail

findProblem

public ValidationProblem findProblem(java.lang.String markup,
                                     int offset,
                                     int length)
Specified by:
findProblem in class ValidationRule


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