C# Class SharpVectors.Dom.ProcessingInstruction

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

Méthodes protégées

Méthode Description
ProcessingInstruction ( string target, string data, 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

ProcessingInstruction() protected méthode

protected ProcessingInstruction ( string target, string data, Document document ) : System
target string
data string
document Document
Résultat System