C# 클래스 SharpVectors.Dom.Attribute

Summary description for Attribute.
상속: System.Xml.XmlAttribute, IAttribute, INode, IEventTargetSupport
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
Attribute ( string prefix, string localName, string namespaceUri, Document document ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Attribute() 공개 메소드

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