org.xbrlapi.grabber
Class AbstractGrabberImpl
java.lang.Object
org.xbrlapi.grabber.AbstractGrabberImpl
- All Implemented Interfaces:
- Grabber
- Direct Known Subclasses:
- SecGrabberImpl
public abstract class AbstractGrabberImpl
- extends Object
- implements Grabber
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGrabberImpl
public AbstractGrabberImpl()
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.