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