C# Class SharpVectors.Dom.Element

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

Public Methods

Method Description
Element ( string prefix, string localName, string namespaceUri, 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

Element() public method

public Element ( string prefix, string localName, string namespaceUri, Document document ) : System
prefix string
localName string
namespaceUri string
document Document
return System