Hi everybody

With the getType() method from the AttributeDecl class I get a
return value indicating an ENUMERATION type.

Is there an easy way to receive the corresponding enumeration values?

I appreciate your help.

Alain

DTD-fragment:
...
<!ELEMENT service EMPTY>
<!ATTLIST service
          protocol (msgq|exec|axml|push) "msgq"
>
...

Code-fragment:
...
AttributeDecl dtdAttribute;
...
...
dtdAttribute.getType();
...
 

_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to