Uses of Class
org.eclipse.lemminx.dom.parser.ScannerState
-
Packages that use ScannerState Package Description org.eclipse.lemminx.dom.parser org.eclipse.lemminx.services -
-
Uses of ScannerState in org.eclipse.lemminx.dom.parser
Methods in org.eclipse.lemminx.dom.parser that return ScannerState Modifier and Type Method Description ScannerStateScanner. getScannerState()ScannerStateXMLScanner. getScannerState()static ScannerStateScannerState. 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.Methods in org.eclipse.lemminx.dom.parser with parameters of type ScannerState Modifier and Type Method Description static 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 ScannerState Constructor Description XMLScanner(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 ScannerState Modifier and Type Method Description static intXMLCompletions. getOffsetFollowedBy(String s, int offset, ScannerState intialState, TokenType expectedToken)Returns starting offset of 'expectedToken' if it the next non whitespace token after 'initialState'
-