C# Class SharpVectors.Dom.Text

Summary description for Text.
Inheritance: System.Xml.XmlText, IText, INode, IEventTargetSupport
Afficher le fichier Open project: codebutler/savagesvg

Méthodes protégées

Méthode Description
Text ( string data, Document document ) : System

Private Methods

Méthode 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

Text() protected méthode

protected Text ( string data, Document document ) : System
data string
document Document
Résultat System