Package | Description |
---|---|
org.eclipse.lemminx.dom.parser | |
org.eclipse.lemminx.services | |
org.eclipse.lemminx.utils |
Modifier and Type | Method and Description |
---|---|
TokenType |
XMLScanner.getTokenType() |
TokenType |
Scanner.getTokenType() |
TokenType |
XMLScanner.scan() |
TokenType |
Scanner.scan() |
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
XMLCompletions.getOffsetFollowedBy(String s,
int offset,
ScannerState intialState,
TokenType expectedToken)
Returns starting offset of 'expectedToken' if it the next non whitespace
token after 'initialState'
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.Range |
XMLPositionUtility.getTagNameRange(TokenType tokenType,
int startOffset,
DOMDocument xmlDocument) |
Copyright © 2021. All rights reserved.