C# Class SharpVectors.Dom.Whitespace

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

Protected Methods

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

Whitespace() protected method

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