Package | Description |
---|---|
org.eclipse.lemminx.extensions.xsd.participants |
Modifier and Type | Method and Description |
---|---|
static XSDErrorCode |
XSDErrorCode.get(String name) |
static XSDErrorCode |
XSDErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSDErrorCode[] |
XSDErrorCode.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 |
XSDErrorCode.toLSPRange(org.apache.xerces.xni.XMLLocator location,
XSDErrorCode code,
Object[] arguments,
DOMDocument document)
Create the LSP range from the SAX error.
|
Copyright © 2021. All rights reserved.