C# Class SharpVectors.Dom.Declaration

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

Méthodes protégées

Méthode Description
Declaration ( string version, string encoding, string standAlone, 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

Declaration() protected méthode

protected Declaration ( string version, string encoding, string standAlone, Document document ) : System
version string
encoding string
standAlone string
document Document
Résultat System