1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
cs2j/CS2JLibrary/NetTranslations/System/Xml/Xsl/XslCompiledTransform.xml

58 lines
1.6 KiB
XML

<?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.Xsl.XslCompiledTransform</Name>
<Java>XslTransform</Java>
<Imports>
<Import>RusticiSoftware.System.Xml.Xsl.XslTransform</Import>
</Imports>
<Inherits>
<Type>System.IDisposable</Type>
</Inherits>
<Constructors>
</Constructors>
<Properties>
</Properties>
<Methods>
<Method>
<Return>System.Void</Return>
<Name>Load</Name>
<Params>
<Param>
<Type>System.Xml.XmlTextReader</Type>
<Name>xmlReader</Name>
</Param>
<Param>
<Type>System.String</Type>
<Name>ignore</Name>
</Param>
<Param>
<Type>System.String</Type>
<Name>ignore2</Name>
</Param>
</Params>
<Java>${this}.load(${xmlReader}, ${ignore}, ${ignore2})</Java>
</Method>
<Method>
<Return>System.Void</Return>
<Name>Transform</Name>
<Params>
<Param>
<Type>System.Xml.XmlDocument</Type>
<Name>xmlDocument</Name>
</Param>
<Param>
<Type>System.String</Type>
<Name>ignore</Name>
</Param>
<Param>
<Type>System.IO.StringWriter</Type>
<Name>stringWriter</Name>
</Param>
</Params>
<Java>${this}.transform(${xmlDocument}, ${ignore}, ${stringWriter})</Java>
</Method>
</Methods>
</Class>