Class XMLLanguage
Represents XML language
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Azos.CodeAnalysis.XML
Assembly: Azos.dll
Syntax
public sealed class XMLLanguage : Language
  Fields
Instance
Declaration
public static readonly XMLLanguage Instance
  Field Value
| Type | Description | 
|---|---|
| XMLLanguage | 
Properties
Family
Declaration
public override LanguageFamily Family { get; }
  Property Value
| Type | Description | 
|---|---|
| LanguageFamily | 
Overrides
FileExtensions
Declaration
public override IEnumerable<string> FileExtensions { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.String> | 
Overrides
Methods
MakeLexer(IAnalysisContext, SourceCodeRef, ISourceText, MessageList, Boolean)
Declaration
public override ILexer MakeLexer(IAnalysisContext context, SourceCodeRef srcRef, ISourceText source, MessageList messages = null, bool throwErrors = false)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IAnalysisContext | context | |
| SourceCodeRef | srcRef | |
| ISourceText | source | |
| MessageList | messages | |
| System.Boolean | throwErrors | 
Returns
| Type | Description | 
|---|---|
| ILexer |