|
XBRLAPIA Java API for XBRL |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xbrlapi.xmlbase.BaseURIResolverImpl
org.xbrlapi.xmlbase.BaseURISAXResolverImpl
public class BaseURISAXResolverImpl
| Field Summary |
|---|
| Fields inherited from interface org.xbrlapi.xmlbase.BaseURIResolver |
|---|
XML_NAMESPACE |
| Constructor Summary | |
|---|---|
BaseURISAXResolverImpl()
Constructor for processing documents without a base URI. |
|
BaseURISAXResolverImpl(URI documentURI)
Constructor takes the absolute URI of the document to be processed using this BaseURISAXResolver Implementation as an input. |
|
| Method Summary | |
|---|---|
void |
addBaseURI(String xmlBase)
Updates the XML Base given new base information Used on the start of element XML base event. |
boolean |
equals(Object obj)
|
URI |
getBaseURI()
Returns the XML Base URI of the given element. |
int |
hashCode()
|
void |
removeBaseURI()
Reverts to the previous Base URI - used on the end of element XML base event. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseURISAXResolverImpl(URI documentURI)
documentURI - The absolute URI of
the base document. If the base document does not
have a base URI then this parameter must be null if
this constructor is being used.public BaseURISAXResolverImpl()
| Method Detail |
|---|
public URI getBaseURI()
throws XMLBaseException
BaseURISAXResolver
getBaseURI in interface BaseURISAXResolverXMLBaseException
public void addBaseURI(String xmlBase)
throws XMLBaseException
addBaseURI in interface BaseURISAXResolverxmlBase - the value of the xmlBase attribute if supplied.
XMLBaseException
public void removeBaseURI()
throws XMLBaseException
removeBaseURI in interface BaseURISAXResolverXMLBaseExceptionpublic boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||