Uses of Enum Class
org.eclipse.lemminx.dom.parser.ScannerState
Packages that use ScannerState
-
Uses of ScannerState in org.eclipse.lemminx.dom.parser
Methods in org.eclipse.lemminx.dom.parser that return ScannerStateModifier and TypeMethodDescriptionScanner.getScannerState()XMLScanner.getScannerState()static ScannerStateReturns the enum constant of this class with the specified name.static ScannerState[]ScannerState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.dom.parser with parameters of type ScannerStateModifier and TypeMethodDescriptionstatic ScannerXMLScanner.createScanner(String input, int initialOffset, ScannerState initialState) static ScannerXMLScanner.createScanner(String input, int initialOffset, ScannerState initialState, boolean isDTDFile) Constructors in org.eclipse.lemminx.dom.parser with parameters of type ScannerStateModifierConstructorDescriptionXMLScanner(String input, int initialOffset, ScannerState initialState, boolean isDTDFile) -
Uses of ScannerState in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type ScannerStateModifier and TypeMethodDescriptionstatic intXMLCompletions.getOffsetFollowedBy(String s, int offset, ScannerState intialState, TokenType expectedToken) Returns starting offset of 'expectedToken' if it the next non whitespace token after 'initialState'