File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes XML  -  JDOM question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "XML  -  JDOM question" Watch "XML  -  JDOM question" New topic
Author

XML - JDOM question

Dave Jones
Ranch Hand

Joined: Feb 20, 2005
Posts: 77
Hello all ye ranchers!!...
My problem is simple
I'm using JDOM to "read" an XML file, when reading I get the attributes, but I can't tell the difference between an attriibute which is part of a list and a "regular" attribute.
e.g-



prop = is the attribute from a list
supe = is a "regular" attribute


Thank you all
just Dave
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

Well first of all, your terminology is wrong. 'prop' and 'supe' are element names. The things like 'name="use"' are attributes. But to answer your question: what difference were you expecting to tell? There are prop elements and there are supe elements. What did you expect JDOM to tell you about those elements?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: XML - JDOM question
 
Similar Threads
Hibernate insert fails due to generate key failure
[Security:090398]Invalid Subject: weblogic :java.lang.SecurityException: [nested exception is java.l
spring transaction management only
Hibernate, Spring and H2
problem with hibernate table mapping.