C# Class Rhino.Ast.XmlFragment

Abstract base type for components that comprise an XmlLiteral object. Node type is Rhino.Token.XML .

Inheritance: AstNode
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
XmlFragment ( ) : Rhino
XmlFragment ( int pos ) : Rhino
XmlFragment ( int pos, int len ) : Rhino

Method Details

XmlFragment() public méthode

public XmlFragment ( ) : Rhino
Résultat Rhino

XmlFragment() public méthode

public XmlFragment ( int pos ) : Rhino
pos int
Résultat Rhino

XmlFragment() public méthode

public XmlFragment ( int pos, int len ) : Rhino
pos int
len int
Résultat Rhino