|
XBRLAPIA Java API for XBRL |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContentHandler
| Method Summary | |
|---|---|
void |
error(SAXParseException exception)
Handles SAX parsing exceptions. |
void |
fatalError(SAXParseException exception)
Handles fatal SAX parsing exceptions. |
ElementState |
getElementState()
|
List<Identifier> |
getIdentifiers()
|
Loader |
getLoader()
|
URI |
getURI()
|
void |
setElementState(ElementState state)
|
void |
setLoader(Loader loader)
|
void |
setURI(URI uri)
|
void |
warning(SAXParseException exception)
Handles warnings based on SAX parsing exceptions. |
| Methods inherited from interface org.xml.sax.ContentHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
| Method Detail |
|---|
Loader getLoader()
void setLoader(Loader loader)
throws XBRLException
loader - The loader that will use the content handler.
XBRLException - if the loader is nullURI getURI()
void setURI(URI uri)
throws XBRLException
uri - The URI of the document being parsed.
XBRLException - if the URI is null.void setElementState(ElementState state)
state - The element stateElementState getElementState()
List<Identifier> getIdentifiers()
void error(SAXParseException exception)
throws SAXException
exception - The SAX parsing exception
SAXException
void fatalError(SAXParseException exception)
throws SAXException
exception - The fatal SAX parsing exception.
SAXException
void warning(SAXParseException exception)
throws SAXException
exception - the SAX parsing exception triggering the warning.
SAXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||