C# Class IronRuby.Hpricot.XmlDeclaration

Inheritance: BaseElement
Afficher le fichier Open project: nrk/ironruby-hpricot Class Usage Examples

Méthodes publiques

Méthode Description
XmlDeclaration ( RubyContext context ) : System
XmlDeclaration ( ScannerState state ) : System

Private Methods

Méthode 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 méthode

public XmlDeclaration ( RubyContext context ) : System
context RubyContext
Résultat System

XmlDeclaration() public méthode

public XmlDeclaration ( ScannerState state ) : System
state ScannerState
Résultat System