C# Class SharpVectors.Dom.Element

Summary description for Element.
Inheritance: System.Xml.XmlElement, INode, IEventTargetSupport
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

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

Element() public méthode

public Element ( string prefix, string localName, string namespaceUri, Document document ) : System
prefix string
localName string
namespaceUri string
document Document
Résultat System