C# Class SharpVectors.Dom.DocumentType

Summary description for DocumentType.
Inheritance: System.Xml.XmlDocumentType, INode, IEventTargetSupport
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
DocumentType ( string name, string publicId, string systemId, string internalSubset, Document document ) : System

Private Methods

Method Description
IEventTarget ( IEvent @event ) : bool
IEventTarget ( string namespaceUri, string type ) : bool
IEventTarget ( string type, EventListener listener, bool useCapture ) : void
IEventTarget ( string namespaceUri, string type, EventListener listener, bool useCapture ) : void
IEventTarget ( string namespaceUri, string type, EventListener listener, bool useCapture, object eventGroup ) : void
IEventTargetSupport ( IEvent @event ) : void

Method Details

DocumentType() public method

public DocumentType ( string name, string publicId, string systemId, string internalSubset, Document document ) : System
name string
publicId string
systemId string
internalSubset string
document Document
return System