C# 클래스 SharpVectors.Dom.DocumentType

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

공개 메소드들

메소드 설명
DocumentType ( string name, string publicId, string systemId, string internalSubset, 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

메소드 상세

DocumentType() 공개 메소드

public DocumentType ( string name, string publicId, string systemId, string internalSubset, Document document ) : System
name string
publicId string
systemId string
internalSubset string
document Document
리턴 System