|
XBRLAPIA Java API for XBRL |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BaseURISAXResolver
This interface declares the functionality expected of classes that provide the XML Base functionality required by XBRL API.
| Method Summary | |
|---|---|
void |
addBaseURI(String value)
Updates the XML Base given new base information Used on the start of element XML base event. |
URI |
getBaseURI()
Returns the XML Base URI of the given element. |
void |
removeBaseURI()
Reverts to the previous Base URI - used on the end of element XML base event. |
| Method Detail |
|---|
URI getBaseURI()
throws XMLBaseException
XMLBaseException
void addBaseURI(String value)
throws XMLBaseException
value - the value of the xmlBase attribute if supplied.
XMLBaseException
void removeBaseURI()
throws XMLBaseException
XMLBaseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||