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
XmlAttribute
classification type.
XmlAttributeValue
Gets the XmlAttributeValue
classification type.
IClassificationType XmlAttributeValue { get; }
Property Value
- IClassificationType:
The
XmlAttributeValue
classification type.
XmlCDataSection
Gets the XmlCDataSection
classification type.
IClassificationType XmlCDataSection { get; }
Property Value
- IClassificationType:
The
XmlCDataSection
classification type.
XmlComment
Gets the XmlComment
classification type.
IClassificationType XmlComment { get; }
Property Value
- IClassificationType:
The
XmlComment
classification type.
XmlDeclaration
Gets the XmlDeclaration
classification type.
IClassificationType XmlDeclaration { get; }
Property Value
- IClassificationType:
The
XmlDeclaration
classification type.
XmlDelimiter
Gets the XmlDelimiter
classification type.
IClassificationType XmlDelimiter { get; }
Property Value
- IClassificationType:
The
XmlDelimiter
classification type.
XmlEntity
Gets the XmlEntity
classification type.
IClassificationType XmlEntity { get; }
Property Value
- IClassificationType:
The
XmlEntity
classification type.
XmlName
Gets the XmlName
classification type.
IClassificationType XmlName { get; }
Property Value
- IClassificationType:
The
XmlName
classification type.
XmlProcessingInstruction
Gets the XmlProcessingInstruction
classification type.
IClassificationType XmlProcessingInstruction { get; }
Property Value
- IClassificationType:
The
XmlProcessingInstruction
classification type.