Table of Contents

Constructor UnknownXml

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

UnknownXml(string, string, UnknownXmlKind)

Initializes an island.

public UnknownXml(string outerXml, string location, UnknownXmlKind kind = UnknownXmlKind.Element)

Parameters

outerXml string

The preserved raw XML.

location string

The source location, for example "word/document.xml#w:body/w:p/w:pPr".

kind UnknownXmlKind

Why the XML was preserved.

Exceptions

ArgumentNullException

outerXml or location is null.