-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Developers and Powerusers,

i  want to insert custom tags where i can reference another custom tag
and insert an attribute from one custom tag into the generated file at
the second custom tag.

For example i have the following tags:


/**
 * @obl:dataobject name="fooData"
 */
public AddressData getAddressData()
{
   return getAddress().getData();
}


/**
 * @obl:dataobject object="fooData"
 */
public String getStreet()
{
   return getAddress().getStreet();
}

Now i want to generate the code:

...
private AddressData fooData;

public String getStreet()
{
  fooData.getString();
}
...

Is  there  a way to get the "name" Attribute at generation time of the
getStreet() Method ?


best regards

Ingo Bruell

- ---
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<ICQ# 40377720>
Oldenburg    PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C  953C 8FE7 C648 169E E5FC
Germany      PGP-Public-Key available at pgpkeys.mit.edu

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5i

iQA/AwUBPaZ6jI/nxkgWnuX8EQKumgCgw8L5tcG0FReVAxTMGavMYVuwteUAnR98
sNsCDCNkA4Rcy+3zlzilj1rk
=V1ZL
-----END PGP SIGNATURE-----




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to