Class XMLExporter
Inheritance
System.Object
XMLExporter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TypeScriptDefToCSharp
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public class XMLExporter
Constructors
| Improve this Doc View SourceXMLExporter(String)
Declaration
public XMLExporter(string Output)
Parameters
Type | Name | Description |
---|---|---|
System.String | Output |
Properties
| Improve this Doc View SourceOutputFile
Declaration
public string OutputFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClearParseNode(ParseNode)
Declaration
public static void ClearParseNode(ParseNode Node)
Parameters
Type | Name | Description |
---|---|---|
ParseNode | Node |
PrintBasicTree(ParseTree)
Declaration
public void PrintBasicTree(ParseTree Tree)
Parameters
Type | Name | Description |
---|---|---|
ParseTree | Tree |
PrintXMLTree(ParseTree)
Declaration
public void PrintXMLTree(ParseTree Tree)
Parameters
Type | Name | Description |
---|---|---|
ParseTree | Tree |
ReplaceSpecialChar(String)
Declaration
public string ReplaceSpecialChar(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
System.String |