Table of Contents

Enum UnknownXmlKind

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

The reason a piece of source XML was preserved opaquely instead of being parsed into the document model.

public enum UnknownXmlKind

Fields

Element = 0

An element DocWright does not model; the island holds its complete outer XML.

UnmappedAttributes = 1

A modeled element that carried attributes DocWright does not map; the island holds the element's complete outer XML so the extra attributes survive round-trip.

ContainerWrapper = 2

A transparent container (for example w:smartTag or w:customXml) whose content was parsed into the model; the island holds only the wrapper element without its content.