1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
cs2j/CS2JLibrary/NetFramework/System/Xml/XmlLinkedNode.xml
2011-02-01 22:52:28 +01:00

47 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports>
<Import>org.w3c.dom.Node</Import>
</Imports>
<Java>Node</Java>
<Name>System.Xml.XmlLinkedNode</Name>
<Uses />
<Inherits>
<Type>System.Xml.XmlNode</Type>
</Inherits>
<Methods>
<Method>
<Imports />
<Java>${this:16}.Load(${p})</Java>
<Params>
<Param>
<Type>System.String</Type>
<Name>p</Name>
</Param>
</Params>
<Name>Load</Name>
<Return>System.Xml.XmlDocument</Return>
</Method>
<Method>
<Imports />
<Java>Character.isDigit(${ch})</Java>
<Params>
<Param>
<Type>System.Char</Type>
<Name>ch</Name>
</Param>
</Params>
<Name>IsDigit</Name>
<Return>System.Boolean</Return>
</Method>
</Methods>
<Properties />
<Events />
<Indexers />
<Constructors />
<Fields />
<Casts />
<UnaryOps />
<BinaryOps />
</Class>