Class UnknownXmlHost
Base class for every model object that can host preserved UnknownXml islands: DOM nodes, sparse format bags, and definition objects (styles, numbering levels, settings). The island list is allocated lazily so undamaged documents pay nothing for the capability.
public abstract class UnknownXmlHost
- Inheritance
-
UnknownXmlHost
- Derived
- Inherited Members
Constructors
Properties
- HasUnknownContent
Gets a value indicating whether any islands are attached to this object.
- UnknownContent
Gets the islands attached to this object, allocating the list on first access.
Methods
- CopyUnknownContentTo(UnknownXmlHost)
Copies this object's islands onto
target. Used by deep clone.