IXmlClassificationTypeProvider Interface
Provides 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 v11.1.542.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.
Properties
XmlAttribute
Gets the XmlAttribute classification type.
IClassificationType XmlAttribute { get; }
Property Value
- IClassificationType:
The
XmlAttributeclassification type.
XmlAttributeValue
Gets the XmlAttributeValue classification type.
IClassificationType XmlAttributeValue { get; }
Property Value
- IClassificationType:
The
XmlAttributeValueclassification type.
XmlCDataSection
Gets the XmlCDataSection classification type.
IClassificationType XmlCDataSection { get; }
Property Value
- IClassificationType:
The
XmlCDataSectionclassification type.
XmlComment
Gets the XmlComment classification type.
IClassificationType XmlComment { get; }
Property Value
- IClassificationType:
The
XmlCommentclassification type.
XmlDeclaration
Gets the XmlDeclaration classification type.
IClassificationType XmlDeclaration { get; }
Property Value
- IClassificationType:
The
XmlDeclarationclassification type.
XmlDelimiter
Gets the XmlDelimiter classification type.
IClassificationType XmlDelimiter { get; }
Property Value
- IClassificationType:
The
XmlDelimiterclassification type.
XmlEntity
Gets the XmlEntity classification type.
IClassificationType XmlEntity { get; }
Property Value
- IClassificationType:
The
XmlEntityclassification type.
XmlName
Gets the XmlName classification type.
IClassificationType XmlName { get; }
Property Value
- IClassificationType:
The
XmlNameclassification type.
XmlProcessingInstruction
Gets the XmlProcessingInstruction classification type.
IClassificationType XmlProcessingInstruction { get; }
Property Value
- IClassificationType:
The
XmlProcessingInstructionclassification type.