Interface IDomImplementation
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
The IDomImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
public interface IDomImplementation
Methods
- CreateDocument(string, string, IDocumentType)
Creates an XML IDocument object of the specified type with its document element. HTML-only DOM implementations do not need to implement this method.
- CreateDocumentType(string, string, string)
Creates an empty IDocumentType node. Entity declarations and notations are not made available.
- HasFeature(string, string)
Test if the DOM implementation implements a specific feature.