C# Class SharpVectors.Dom.Attribute

Summary description for Attribute.
Inheritance: System.Xml.XmlAttribute, IAttribute, INode, IEventTargetSupport
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

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

Attribute() public method

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