In This Article

IXmlClassificationTypeProvider Interface

The base requirements of an object that provides IClassificationType objects for the XML language.

public interface IXmlClassificationTypeProvider

Remarks

This type was generated by the Actipro Language Designer tool v26.1.0.0 (http://www.actiprosoftware.com). Generated code is based on input created by Actipro Software LLC. Copyright (c) 2001-2026 Actipro Software LLC. All rights reserved.

Properties

XmlAttribute

The XmlAttribute classification type.

IClassificationType XmlAttribute { get; }

Property Value

IClassificationType

XmlAttributeValue

The XmlAttributeValue classification type.

IClassificationType XmlAttributeValue { get; }

Property Value

IClassificationType

XmlCDataSection

The XmlCDataSection classification type.

IClassificationType XmlCDataSection { get; }

Property Value

IClassificationType

XmlComment

The XmlComment classification type.

IClassificationType XmlComment { get; }

Property Value

IClassificationType

XmlDeclaration

The XmlDeclaration classification type.

IClassificationType XmlDeclaration { get; }

Property Value

IClassificationType

XmlDelimiter

The XmlDelimiter classification type.

IClassificationType XmlDelimiter { get; }

Property Value

IClassificationType

XmlEntity

The XmlEntity classification type.

IClassificationType XmlEntity { get; }

Property Value

IClassificationType

XmlName

The XmlName classification type.

IClassificationType XmlName { get; }

Property Value

IClassificationType

XmlProcessingInstruction

The XmlProcessingInstruction classification type.

IClassificationType XmlProcessingInstruction { get; }

Property Value

IClassificationType

Extension Methods