org.eclipse.mylyn.wikitext.core.validation
Class MarkupValidator
java.lang.Object
org.eclipse.mylyn.wikitext.core.validation.MarkupValidator
public class MarkupValidator
- extends Object
Validate markup given a set of rules
- Since:
- 1.0
- Author:
- David Green
- See Also:
StandaloneMarkupValidator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkupValidator
public MarkupValidator()
validate
public List<ValidationProblem> validate(IProgressMonitor monitor,
String markup)
validate
public List<ValidationProblem> validate(IProgressMonitor monitor,
String markup,
int offset,
int length)
getRules
public List<ValidationRule> getRules()
Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html