[jdom-interest] SAXOutputter and outputFragment causes NullPointerException

Jason Hunter jhunter at xquery.com
Mon Sep 19 19:00:00 PDT 2005


Thanks, John.  I'll add this into the next-release queue.

-jh-

John Spackman wrote:

> Hi,
> 
>  
> 
> I’m using SAXOutputter.outputFragment to send an Element without 
> start/endDocument() but I always get an access violation on the first 
> line of elementContent() (line 1090).  This is because elementContent 
> calls locator.setNode() and locator is null because outputFragment() 
> does not call documentLocator().  Because documentLocator()’s comment 
> says this is deliberate, I changed it to check for locator != null.  
> This also occurs in element(Element element, NamespaceStack namespaces) 
> line 900 where the same fix needs to be applied.
> 
>  
> 
> John.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> To control your jdom-interest membership:
> http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com


More information about the jdom-interest mailing list