mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
64 lines
1.8 KiB
XML
Executable File
64 lines
1.8 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="file://C:/Documents%20and%20Settings/kevin.glynn/My%20Documents/CS2JLibrary/Translation.xsd"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<Name>System.Xml.XmlWriter</Name>
|
|
<Java>XmlWriter</Java>
|
|
<Imports>
|
|
<Import>RusticiSoftware.System.Xml.XmlWriter</Import>
|
|
</Imports>
|
|
<Inherits>
|
|
<Type>System.IDisposable</Type>
|
|
</Inherits>
|
|
<Constructors>
|
|
</Constructors>
|
|
<Properties>
|
|
</Properties>
|
|
<Methods>
|
|
<Method>
|
|
<Return>System.Void</Return>
|
|
<Name>WriteStartElement</Name>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.String</Type>
|
|
<Name>localName</Name>
|
|
</Param>
|
|
</Params>
|
|
<Java>${this}.writeStartElement(${localName})</Java>
|
|
</Method>
|
|
<Method>
|
|
<Return>System.Void</Return>
|
|
<Name>WriteAttributeString</Name>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.String</Type>
|
|
<Name>localName</Name>
|
|
</Param>
|
|
<Param>
|
|
<Type>System.String</Type>
|
|
<Name>value</Name>
|
|
</Param>
|
|
</Params>
|
|
<Java>${this}.writeAttributeString(${localName}, ${value})</Java>
|
|
</Method>
|
|
<Method>
|
|
<Return>System.void</Return>
|
|
<Name>WriteString</Name>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.String</Type>
|
|
<Name>text</Name>
|
|
</Param>
|
|
</Params>
|
|
<Java>${this}.writeString(${text})</Java>
|
|
</Method>
|
|
<Method>
|
|
<Return>System.Void</Return>
|
|
<Name>WriteEndElement</Name>
|
|
<Params>
|
|
</Params>
|
|
<Java>${this}.writeEndElement()</Java>
|
|
</Method>
|
|
</Methods>
|
|
</Class>
|