1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
2011-08-16 16:01:45 +02:00

64 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
This file is
Copyright 2007,2008,2009,2010 Rustici Software, LLC
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
-->
<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>CS2JNet.System.Text.RegularExpressions.Match</Import>
</Imports>
<Java>Match</Java>
<Name>System.Text.RegularExpressions.Match</Name>
<Uses />
<Inherits>
<Type>System.Text.RegularExpressions.Group</Type>
</Inherits>
<Methods>
<Method>
<Java>${this:16}.nextMatch()</Java>
<Params>
</Params>
<Name>NextMatch</Name>
<Return>System.Text.RegularExpressions.Match</Return>
</Method>
</Methods>
<Properties>
<Property>
<Imports>
<Import>CS2JNet.System.Text.RegularExpressions.GroupCollection</Import>
</Imports>
<Type>System.Text.RegularExpressions.GroupCollection</Type>
<Name>Groups</Name>
<Get>GroupCollection.mk(${this})</Get>
</Property>
<Property>
<Type>System.Int32</Type>
<Name>Length</Name>
<Get>${this}.length()</Get>
</Property>
<Property>
<Imports />
<Type>System.String</Type>
<Name>Value</Name>
<Get>${this:16}.getValue()</Get>
</Property>
<Property>
<Imports />
<Type>System.Bool</Type>
<Name>Success</Name>
<Get>${this:16}.getSuccess()</Get>
</Property>
</Properties>
<Events />
<Indexers />
<Constructors />
<Fields />
<Casts />
<UnaryOps />
<BinaryOps />
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>D0gsrQ+WEW6lla6MhTTqkQjgZ98=</DigestValue></Reference></SignedInfo><SignatureValue>AMuakB9Z40qlokqIbjfh7bN/psf5zM7tRrzadMHkNmrlARQQxx7Dr95TcEDkyt2shuoxRskdun1meWBOGBMKQSSHrtsESCktXxL0W99Ec78LMxr78uxDjfyRk3KeYx6U+ppQvCR9G7VE0D65Cl6dKehVTMpWM4+lDsECqncUlcA=</SignatureValue></Signature></Class>