Interface IDomImplementationCss
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
This interface allows the DOM user to create a ICssStyleSheet outside the context of a document. There is no way to associate the new ICssStyleSheet with a document in DOM Level 2.
public interface IDomImplementationCss : IDomImplementation
- Inherited Members
Remarks
This interface should inherit from IDomImplementation but System.Xml does not have this interface, just a class. You can not inherit from a class in an interface.
Methods
- CreateCssStyleSheet(string, string)
Creates a new ICssStyleSheet.