C# Class SharpVectors.Dom.Declaration

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

Protected Methods

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

Declaration() protected method

protected Declaration ( string version, string encoding, string standAlone, Document document ) : System
version string
encoding string
standAlone string
document Document
return System