Table of Contents

Interface IDocument

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll
public interface IDocument : INode, IXmlNode
Inherited Members

Properties

Doctype
DocumentElement
Implementation

Methods

CanAccessExternalResources(string)

Check if the Document allows access of external resource

CanAccessExternalResources(Uri)
CreateAttribute(string)
CreateAttributeNs(string, string)
CreateCDataSection(string)
CreateComment(string)
CreateDocumentFragment()
CreateElement(string)
CreateElementNs(string, string)
CreateEntityReference(string)
CreateProcessingInstruction(string, string)
CreateTextNode(string)
GetElementById(string)
GetElementsByTagName(string)
GetElementsByTagNameNs(string, string)
ImportNode(INode, bool)