C# 클래스 IronRuby.Hpricot.DocumentType

상속: BaseElement
파일 보기 프로젝트 열기: nrk/ironruby-hpricot 1 사용 예제들

공개 메소드들

메소드 설명
DocumentType ( RubyContext context ) : System
DocumentType ( ScannerState state ) : System

비공개 메소드들

메소드 설명
Allocator ( RubyClass self ) : DocumentType
GetPublicId ( DocumentType self ) : Object
GetSystemId ( DocumentType self ) : Object
GetTarget ( DocumentType self ) : MutableString
SetPublicId ( RubyContext context, DocumentType self, Object publicId ) : void
SetSystemId ( RubyContext context, DocumentType self, Object systemId ) : void
SetTarget ( DocumentType self, MutableString target ) : void

메소드 상세

DocumentType() 공개 메소드

public DocumentType ( RubyContext context ) : System
context RubyContext
리턴 System

DocumentType() 공개 메소드

public DocumentType ( ScannerState state ) : System
state ScannerState
리턴 System