Class orion.SyntaxChecker
				
				
			
				Provides access to validation services registered with the service registry.
				
				
					
Defined in:  </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.ui/web/orion/syntaxchecker.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Provides access to validation services registered with the service registry. | 
| Method Attributes | Method Name and Description | 
|---|---|
| checkSyntax(contentType, title, message, contents, editorContext)
								 Looks up applicable validators, calls them to obtain problems, passes problems to the marker service. | |
| setTextModel(model)
								 | 
					Class Detail
				
				
				
						orion.SyntaxChecker()
				
				
				
					Provides access to validation services registered with the service registry.
					
				
				
				
				
				
					
					
					
					
					
					
					
			
					Method Detail
				
				
					 
					
					
					
					checkSyntax(contentType, title, message, contents, editorContext)
					
					
					
						Looks up applicable validators, calls them to obtain problems, passes problems to the marker service.
						
						
					
					
					
					
						
							- Parameters:
- contentType
- title
- message
- contents
- editorContext
					
					
					setTextModel(model)
					
					
					- Parameters:
- model