C# Class SharpVectors.Dom.SignificantWhitespace

Summary description for SignificantWhitespace.
Inheritance: XmlSignificantWhitespace, INode, IEventTargetSupport
Exibir arquivo Open project: naver/protonow

Public Methods

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

SignificantWhitespace() public method

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