C# 클래스 IronRuby.Hpricot.XmlDeclaration

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Allocator ( RubyClass self ) : XmlDeclaration
GetEncoding ( XmlDeclaration self ) : Object
GetStandalone ( XmlDeclaration self ) : Object
GetVersion ( XmlDeclaration self ) : Object
SetEncoding ( RubyContext context, XmlDeclaration self, Object encoding ) : void
SetStandalone ( RubyContext context, XmlDeclaration self, Object standalone ) : void
SetVersion ( RubyContext context, XmlDeclaration self, Object version ) : void

메소드 상세

XmlDeclaration() 공개 메소드

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

XmlDeclaration() 공개 메소드

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