Package | Description |
---|---|
org.eclipse.lemminx.extensions.contentmodel.participants | |
org.eclipse.lemminx.extensions.xerces |
Modifier and Type | Method and Description |
---|---|
static XMLSchemaErrorCode |
XMLSchemaErrorCode.get(String name) |
static XMLSchemaErrorCode |
XMLSchemaErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSchemaErrorCode[] |
XMLSchemaErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.Range |
XMLSchemaErrorCode.toLSPRange(org.apache.xerces.xni.XMLLocator location,
XMLSchemaErrorCode code,
Object[] arguments,
DOMDocument document)
Create the LSP range from the SAX error.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
LSPMessageFormatter.reformatSchemaArguments(XMLSchemaErrorCode code,
Object[] arguments)
Modifies the schema message arguments to a cleaned down format
|
Copyright © 2021. All rights reserved.