XBRLAPI

A Java API for XBRL


org.xbrlapi.grabber
Class AbstractGrabberImpl

java.lang.Object
  extended by org.xbrlapi.grabber.AbstractGrabberImpl
All Implemented Interfaces:
Grabber
Direct Known Subclasses:
SecGrabberImpl

public abstract class AbstractGrabberImpl
extends Object
implements Grabber


Constructor Summary
AbstractGrabberImpl()
           
 
Method Summary
protected static Document getDocument(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xbrlapi.grabber.Grabber
getResources
 

Constructor Detail

AbstractGrabberImpl

public AbstractGrabberImpl()
Method Detail

getDocument

protected static Document getDocument(URI uri)
Parameters:
uri - The URI to parse.
Returns:
The XML DOM document node for the parsed XML resource
Throws:
Exception - if the parse operation fails.

Get Java XBRL API implementation at SourceForge.net.