C# Class SharpVectors.Dom.EntityReference

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

Méthodes protégées

Méthode Description
EntityReference ( string name, 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

EntityReference() protected méthode

protected EntityReference ( string name, Document document ) : System
name string
document Document
Résultat System