Uses of Class
org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
-
Packages that use XIncludeErrorCode Package Description org.eclipse.lemminx.extensions.xerces org.eclipse.lemminx.extensions.xinclude -
-
Uses of XIncludeErrorCode in org.eclipse.lemminx.extensions.xerces
Methods in org.eclipse.lemminx.extensions.xerces with parameters of type XIncludeErrorCode Modifier and Type Method Description protected 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. -
Uses of XIncludeErrorCode in org.eclipse.lemminx.extensions.xinclude
Methods in org.eclipse.lemminx.extensions.xinclude that return XIncludeErrorCode Modifier and Type Method Description static XIncludeErrorCodeXIncludeErrorCode. get(String name)static XIncludeErrorCodeXIncludeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static XIncludeErrorCode[]XIncludeErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.lemminx.extensions.xinclude with parameters of type XIncludeErrorCode Modifier and Type Method Description static org.eclipse.lsp4j.RangeXIncludeErrorCode. toLSPRange(org.apache.xerces.xni.XMLLocator location, XIncludeErrorCode code, Object[] arguments, DOMDocument document)Create the LSP range from the SAX error.
-