| Package | Description |
|---|---|
| org.eclipse.lemminx.dom.parser | |
| org.eclipse.lemminx.services |
| Modifier and Type | Method and Description |
|---|---|
ScannerState |
XMLScanner.getScannerState() |
ScannerState |
Scanner.getScannerState() |
static ScannerState |
ScannerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScannerState[] |
ScannerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Scanner |
XMLScanner.createScanner(String input,
int initialOffset,
ScannerState initialState) |
static Scanner |
XMLScanner.createScanner(String input,
int initialOffset,
ScannerState initialState,
boolean isDTDFile) |
| Constructor and Description |
|---|
XMLScanner(String input,
int initialOffset,
ScannerState initialState,
boolean isDTDFile) |
| 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'
|
Copyright © 2021. All rights reserved.