Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] NamespaceConflictException for Attribute constructor isn't documented

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Peter Stibrany <stibrany AT cezap.ii.fmph.uniba.sk>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] NamespaceConflictException for Attribute constructor isn't documented
  • Date: Thu, 21 Apr 2005 12:24:10 +0200

Hello,

I've found that nu.xom.NamespaceConflictException isn't documented as exception for public Attribute(String name, String URI, String value) constructor. I can receive this exception when I use this sample code:

Attribute a=new Attribute("hello", "http://test";, "value");

I am using XOM 1.1b1.

-peter stibrany





Archive powered by MHonArc 2.6.24.

Top of Page