Represents a provider of IClassificationXML
language.
- Inheritance:
- object object
- Implements:
-
IXml
Classification Type Provider
Remarks
This type was generated by the Actipro Language Designer tool v10.2.530.0 (http://www.actiprosoftware.com). Generated code is based on input created by Actipro Software LLC. Copyright (c) 2001-2025 Actipro Software LLC. All rights reserved.
Constructors
XmlClassificationTypeProvider()
Initializes a new instance of the XmlClassificationTypeProvider
class.
XmlClassificationTypeProvider(IHighlightingStyleRegistry)
Initializes a new instance of the XmlClassificationTypeProvider
class.
Parameter | Type | Description |
---|---|---|
targetRegistry | IHighlighting |
The IHighlighting |
Properties
Registry
Gets the IHighlighting
Property Value
- IHighlighting
Style :Registry The IHighlighting
Style to use when registering classification types and highlighting styles.Registry
XmlAttribute
Gets the XmlAttribute
classification type.
Property Value
- IClassification
Type : The
XmlAttribute
classification type.
XmlAttributeValue
Gets the XmlAttributeValue
classification type.
Property Value
- IClassification
Type : The
XmlAttributeValue
classification type.
XmlCDataSection
Gets the XmlCDataSection
classification type.
Property Value
- IClassification
Type : The
XmlCDataSection
classification type.
XmlComment
Gets the XmlComment
classification type.
Property Value
- IClassification
Type : The
XmlComment
classification type.
XmlDeclaration
Gets the XmlDeclaration
classification type.
Property Value
- IClassification
Type : The
XmlDeclaration
classification type.
XmlDelimiter
Gets the XmlDelimiter
classification type.
Property Value
- IClassification
Type : The
XmlDelimiter
classification type.
XmlEntity
Gets the XmlEntity
classification type.
Property Value
- IClassification
Type : The
XmlEntity
classification type.
XmlName
Gets the XmlName
classification type.
Property Value
- IClassification
Type : The
XmlName
classification type.
XmlProcessingInstruction
Gets the XmlProcessingInstruction
classification type.
Property Value
- IClassification
Type : The
XmlProcessingInstruction
classification type.
Methods
RegisterAll()
Registers all classification types and highlighting styles with the IHighlighting
Returns
- IEnumerable<IClassification
Type >: The collection of IClassification
Type objects that were registered.