C# Class Rhino.Ast.XmlFragment

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

Inheritance: AstNode
Exibir arquivo Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
XmlFragment ( ) : Rhino
XmlFragment ( int pos ) : Rhino
XmlFragment ( int pos, int len ) : Rhino

Method Details

XmlFragment() public method

public XmlFragment ( ) : Rhino
return Rhino

XmlFragment() public method

public XmlFragment ( int pos ) : Rhino
pos int
return Rhino

XmlFragment() public method

public XmlFragment ( int pos, int len ) : Rhino
pos int
len int
return Rhino