C# Class SharpVectors.Dom.CDataSection

Summary description for CDataSection.
Inheritance: System.Xml.XmlCDataSection, ICDataSection, INode, IEventTargetSupport
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
CDataSection ( string data, 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

CDataSection() public method

public CDataSection ( string data, Document document ) : System
data string
document Document
return System