Class XmlSyntaxHighlightingHelper
Class defining XML main language main parts as text format definitions.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.Taggers
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public static class XmlSyntaxHighlightingHelper
Properties
XmlAttribute
XML attribute classification type.
Declaration
public static ClassificationType XmlAttribute { get; }
Property Value
ClassificationType
|
XmlAttributeFormatDefinition
XML attribute format definition.
Declaration
public static TextFormatDefinition XmlAttributeFormatDefinition { get; }
Property Value
TextFormatDefinition
|
XmlCharacterData
XML character data classification type.
Declaration
public static ClassificationType XmlCharacterData { get; }
Property Value
ClassificationType
|
XmlCharacterDataFormatDefinition
XML character data format definition.
Declaration
public static TextFormatDefinition XmlCharacterDataFormatDefinition { get; }
Property Value
TextFormatDefinition
|
XmlComment
XML comment classification type.
Declaration
public static ClassificationType XmlComment { get; }
Property Value
ClassificationType
|
XmlCommentFormatDefinition
XML comment format definition.
Declaration
public static TextFormatDefinition XmlCommentFormatDefinition { get; }
Property Value
TextFormatDefinition
|
XmlContent
XML content classification type.
Declaration
public static ClassificationType XmlContent { get; }
Property Value
ClassificationType
|
XmlContentFormatDefinition
XML content format definition.
Declaration
public static TextFormatDefinition XmlContentFormatDefinition { get; }
Property Value
TextFormatDefinition
|
XmlElement
XML element classification type.
Declaration
public static ClassificationType XmlElement { get; }
Property Value
ClassificationType
|
XmlElementFormatDefinition
XML element format definition.
Declaration
public static TextFormatDefinition XmlElementFormatDefinition { get; }
Property Value
TextFormatDefinition
|
XmlString
XML string classification type.
Declaration
public static ClassificationType XmlString { get; }
Property Value
ClassificationType
|
XmlStringFormatDefinition
XML string format definition.
Declaration
public static TextFormatDefinition XmlStringFormatDefinition { get; }
Property Value
TextFormatDefinition
|
XmlTag
XML tag classification type.
Declaration
public static ClassificationType XmlTag { get; }
Property Value
ClassificationType
|
XmlTagFormatDefinition
XML tag format definition.
Declaration
public static TextFormatDefinition XmlTagFormatDefinition { get; }
Property Value
TextFormatDefinition
|
Methods
GetXmlClassificationType(String)
Gets the XML classification type.
Declaration
public static ClassificationType GetXmlClassificationType(string type)
Parameters
System.String
type
|
Returns
ClassificationType
|