Method | Description | |
---|---|---|
GetXml ( ) : string |
Returns the xml string for this component. Returns the xml string for this component. Note that it may not be well-formed XML; it is a fragment. |
|
SetXml ( string s ) : void |
Sets the string for this XML component. Sets the string for this XML component. Sets the length of the component to the length of the passed string. |
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this node. Visits this node. There are no children to visit. |
|
XmlString ( ) : Rhino.Ast | ||
XmlString ( int pos ) : Rhino.Ast | ||
XmlString ( int pos, string s ) : Rhino.Ast |
public XmlString ( int pos, string s ) : Rhino.Ast | ||
pos | int | |
s | string | |
return | Rhino.Ast |