public class XBRLDocumentContentExplorer
extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
XBRLDocumentContentExplorer()
Instantiates a new XBRL document content explorer.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Access to the Exception message raised during parsing of this document.
|
XBRLDocument.XBRLDocumentType |
getFileType()
Gets the file type.
|
java.util.ArrayList<java.lang.String> |
getLinkbases()
Gets the linkbases.
|
java.util.ArrayList<java.lang.String> |
getSchemas()
Gets the schemas.
|
void |
setException(java.lang.Exception exception)
Called by the FastDocumentTypeIdentifier in case of an exception while reading the incoming file.
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes)
Start element.
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic XBRLDocumentContentExplorer()
public void startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandleruri - the urilocalName - the local namename - the nameattributes - the attributesorg.xml.sax.SAXException - the SAX exceptionpublic java.util.ArrayList<java.lang.String> getLinkbases()
public java.util.ArrayList<java.lang.String> getSchemas()
public XBRLDocument.XBRLDocumentType getFileType()
public void setException(java.lang.Exception exception)
exception - the new exceptionpublic java.lang.Exception getException()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa