Uses of Enum Class
org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
Packages that use XMLSchemaErrorCode
Package
Description
-
Uses of XMLSchemaErrorCode in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants that return XMLSchemaErrorCodeModifier and TypeMethodDescriptionstatic XMLSchemaErrorCodestatic XMLSchemaErrorCodeReturns the enum constant of this class with the specified name.static XMLSchemaErrorCode[]XMLSchemaErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.extensions.contentmodel.participants with parameters of type XMLSchemaErrorCodeModifier and TypeMethodDescriptionstatic org.eclipse.lsp4j.RangeXMLSchemaErrorCode.toLSPRange(org.apache.xerces.xni.XMLLocator location, XMLSchemaErrorCode code, Object[] arguments, DOMDocument document) Create the LSP range from the SAX error. -
Uses of XMLSchemaErrorCode in org.eclipse.lemminx.extensions.xerces
Methods in org.eclipse.lemminx.extensions.xerces with parameters of type XMLSchemaErrorCodeModifier 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.static Object[]LSPMessageFormatter.reformatSchemaArguments(XMLSchemaErrorCode code, Object[] arguments) Modifies the schema message arguments to a cleaned down format