Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » How to extract the text in adocumentation tag ?
How to extract the text in adocumentation tag ? [message #594867] Fri, 22 April 2005 12:58
Eclipse UserFriend
Originally posted by: ediouf.genigraph.fr

Hi,

I would like to extract the text in my documentation tag; here is the
structure of my xsd file :

<xs:element name="DemandeActeNaissance" type="DemandeActeNaissanceType">
<xs:annotation>
<xs:documentation>Racine du document XML décrivant une demande
d'acte</xs:documentation>
</xs:annotation>
</xs:element>

I would like to extract the text between my documentation tag but i don't
find the right method to do that .

i think about the getUserInformation method of XSDAnnnotation class but it
return a Elist of Element and in the Element class i don't find the method
to extract the information between the tag .

Can somebody help me ?

Thanks for your help !!
Previous Topic:EStructuralFeature for the XSDSchema
Next Topic:How to extract the text in adocumentation tag ?
Goto Forum:
  


Current Time: Tue Sep 24 17:43:55 GMT 2024

Powered by FUDForum. Page generated in 0.03779 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top