org.xbrlapi.xdt
Class ContentHandlerImpl
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.xbrlapi.sax.BaseContentHandlerImpl
org.xbrlapi.sax.ContentHandlerImpl
org.xbrlapi.xdt.ContentHandlerImpl
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class ContentHandlerImpl
- extends ContentHandlerImpl
- Author:
- Geoffrey Shuetrim (geoff@galexy.net)
|
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
|
Method Summary |
void |
startDocument()
Use an XBRL Dimensions aware Schema fragment identifier
to pick out the XDT element declarations for hypercubes,
explicit dimensions and typed dimensions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.apache.log4j.Logger logger
ContentHandlerImpl
public ContentHandlerImpl(Loader loader,
URI uri)
throws XBRLException
- Throws:
XBRLException- See Also:
ContentHandlerImpl.ContentHandlerImpl(Loader, URI)
ContentHandlerImpl
public ContentHandlerImpl(Loader loader,
URI uri,
String xml)
throws XBRLException
- Throws:
XBRLException- See Also:
ContentHandlerImpl.ContentHandlerImpl(Loader, URI, String)
startDocument
public void startDocument()
throws SAXException
- Use an XBRL Dimensions aware Schema fragment identifier
to pick out the XDT element declarations for hypercubes,
explicit dimensions and typed dimensions.
- Specified by:
startDocument in interface ContentHandler- Overrides:
startDocument in class ContentHandlerImpl
- Throws:
SAXException- See Also:
ContentHandler.startDocument()