Click or drag to resize

XmlMapping Class

Specifies the mapping between a content control and a custom XML part or a document property.
Inheritance Hierarchy
SystemObject
  SautinSoft.Document.CustomMarkupsXmlMapping

Namespace: SautinSoft.Document.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class XmlMapping

The XmlMapping type exposes the following members.

Constructors
 NameDescription
Public methodXmlMapping Initializes a new instance of the XmlMapping class.
Top
Properties
 NameDescription
Public propertyBuiltInDocumentProperty Gets the built-in document property that is mapped to the content control.
Public propertyCustomXmlPart Gets or sets the custom XML part that will be used to evaluate the given XPath expression.
Public propertyPrefixMappings Gets or sets a value that specifies the set of prefix mappings that will be used to interpret the XPath expression.
Public propertyXPath Gets or sets the XPath expression that will be evaluated to find the custom XML node mapped to the content control.
Top
See Also