C# Class SharpVectors.Dom.Text

Summary description for Text.
Inheritance: System.Xml.XmlText, IText, INode, IEventTargetSupport
Exibir arquivo Open project: codebutler/savagesvg

Protected Methods

Method Description
Text ( 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

Text() protected method

protected Text ( string data, Document document ) : System
data string
document Document
return System