Class RNGValidator
- java.lang.Object
-
- org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGValidator
-
public class RNGValidator extends Object
RNG validator utilities class.
-
-
Constructor Summary
Constructors Constructor Description RNGValidator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddoDiagnostics(DOMDocument document, org.apache.xerces.xni.parser.XMLEntityResolver entityResolver, List<org.eclipse.lsp4j.Diagnostic> diagnostics, XMLValidationSettings validationSettings, ContentModelManager contentModelManager, org.eclipse.lsp4j.jsonrpc.CancelChecker monitor)
-
-
-
Method Detail
-
doDiagnostics
public static void doDiagnostics(DOMDocument document, org.apache.xerces.xni.parser.XMLEntityResolver entityResolver, List<org.eclipse.lsp4j.Diagnostic> diagnostics, XMLValidationSettings validationSettings, ContentModelManager contentModelManager, org.eclipse.lsp4j.jsonrpc.CancelChecker monitor)
-
-