C# Class IronRuby.Hpricot.XmlDeclaration

Inheritance: BaseElement
Mostrar archivo Open project: nrk/ironruby-hpricot Class Usage Examples

Public Methods

Method Description
XmlDeclaration ( RubyContext context ) : System
XmlDeclaration ( ScannerState state ) : System

Private Methods

Method Description
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

Method Details

XmlDeclaration() public method

public XmlDeclaration ( RubyContext context ) : System
context RubyContext
return System

XmlDeclaration() public method

public XmlDeclaration ( ScannerState state ) : System
state ScannerState
return System