Re: Get attribute's ref from XSElementDeclaration

2009-12-13 Thread Michael Glavassevich
On Sun, 13 Dec 2009, Michael Ludwig wrote: Vincent Herrmann schrieb am 13.12.2009 um 15:09:07 (+0100): XSAttributeDeclaration attr = attrUse.getAttrDeclaration() ; System.out.println(attr.getName) ; My code print attribute's name but I want attribute's ref. How must I do to get it? org.ap

Re: Get attribute's ref from XSElementDeclaration

2009-12-13 Thread Michael Ludwig
Vincent Herrmann schrieb am 13.12.2009 um 15:09:07 (+0100): > XSAttributeDeclaration attr = attrUse.getAttrDeclaration() ; > System.out.println(attr.getName) ; > My code print attribute's name but I want attribute's ref. How must I > do to get it? org.apache.xerces.xs.XSAttributeDeclaration#getN

Get attribute's ref from XSElementDeclaration

2009-12-13 Thread Vincent Herrmann
Hello, I'm a French developer working on an eclipse plug-in. I'm trying to create an editor which help user to create a XML file. To help user to create XML file my editor use the Content Assist from eclipse. Completion proposal are given by a XSD file (or other). I'm using xerces to pars