Not to my knowledge. But it should be fairly straight-forward to add such a feature.

Werner

Taswar Bhatti wrote:
Can one create all protected variables using the SourceGenerator?
I have been able to create some things protected but it seems pretty
tedious using the binding.xsd file.

eg.
<binding defaultBindingType="element">
        <elementBinding name="/Root/ElementLex/VarNamePOS">
                <member visibility="protected"/>
        </elementBinding>
</binding>

creates
public ElementLex {

protected VarNamePos
}


Since there are quite a lot of variables is there any other way one
can do that? And not to mention attributes in the xml, any help would
be appreciated.

Thanx,
Taswar

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email




---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to