Document
public abstract class Document : Node, IDocument, INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable, IConstructableDocument, IConstructableNode
Represents a document node.
Clears the whole document without any notification.
Creates a new element in the current namespace from the infos.
public INodeIterator CreateNodeIterator(INode root, FilterSettings settings = 4294967295, NodeFilter filter = null)
public ITreeWalker CreateTreeWalker(INode root, FilterSettings settings = 4294967295, NodeFilter filter = null)
Waits for the given task before raising the load event.
Sets the document up with the given parameters.