Uses of Enum Class
org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
Packages that use RelaxNGErrorCode
Package
Description
-
Uses of RelaxNGErrorCode in org.eclipse.lemminx.extensions.relaxng.xml.validator
Methods in org.eclipse.lemminx.extensions.relaxng.xml.validator that return RelaxNGErrorCodeModifier and TypeMethodDescriptionstatic RelaxNGErrorCodestatic RelaxNGErrorCodeReturns the enum constant of this class with the specified name.static RelaxNGErrorCode[]RelaxNGErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.extensions.relaxng.xml.validator with parameters of type RelaxNGErrorCodeModifier and TypeMethodDescriptionstatic org.eclipse.lsp4j.RangeRelaxNGErrorCode.toLSPRange(org.apache.xerces.xni.XMLLocator location, RelaxNGErrorCode rngCode, Object[] arguments, DOMDocument document) -
Uses of RelaxNGErrorCode in org.eclipse.lemminx.extensions.xerces
Methods in org.eclipse.lemminx.extensions.xerces with parameters of type RelaxNGErrorCodeModifier and TypeMethodDescriptionprotected voidAbstractReferencedGrammarLSPErrorReporter.fillReferencedGrammarDiagnostic(org.apache.xerces.xni.XMLLocator location, String key, Object[] arguments, String message, org.eclipse.lsp4j.DiagnosticSeverity diagnosticSeverity, boolean fatalError, URIResolverExtensionManager resolverExtensionManager, XMLSyntaxErrorCode syntaxCode, XMLSchemaErrorCode schemaErrorCode, DTDErrorCode dtdCode, XSDErrorCode xsdCode, RelaxNGErrorCode rngCode, XIncludeErrorCode xIncludeCode, String grammarURI) Create a diagnostic root where XSD, DTD which have the error if needed and attach the error as related information if LSP client support it.