|
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.xlink.CustomLinkRecogniser
public abstract class CustomLinkRecogniser
| Constructor Summary | |
|---|---|
CustomLinkRecogniser()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getActuate(String namespaceURI,
String lName,
String qName,
Attributes attrs)
Get the simple link actuate equivalent if it exists |
String |
getArcrole(String namespaceURI,
String lName,
String qName,
Attributes attrs)
Get the simple link arcrole equivalent if it exists |
abstract String |
getHref(String namespaceURI,
String lName,
String qName,
Attributes attrs)
Get the href equivalent for the link |
String |
getRole(String namespaceURI,
String lName,
String qName,
Attributes attrs)
Get the simple link role equivalent if it exists |
String |
getShow(String namespaceURI,
String lName,
String qName,
Attributes attrs)
Get the simple link show equivalent if it exists |
String |
getTitle(String namespaceURI,
String lName,
String qName,
Attributes attrs)
Get the simple link title attribute equivalent if it exists |
int |
hashCode()
|
abstract boolean |
isLink(String namespaceURI,
String lName,
String qName,
Attributes attrs)
Returns true if the element with the supplied characteristics is a custom simple link. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomLinkRecogniser()
| Method Detail |
|---|
public abstract boolean isLink(String namespaceURI,
String lName,
String qName,
Attributes attrs)
namespaceURI - The namespace of the element.lName - The localname of the element.qName - The QName of the element.attrs - The attributes of the element.
public abstract String getHref(String namespaceURI,
String lName,
String qName,
Attributes attrs)
throws XLinkException
namespaceURI - lName - qName - attrs -
XLinkException
public String getRole(String namespaceURI,
String lName,
String qName,
Attributes attrs)
namespaceURI - lName - qName - attrs -
XLinkException
public String getArcrole(String namespaceURI,
String lName,
String qName,
Attributes attrs)
namespaceURI - lName - qName - attrs -
XLinkException
public String getTitle(String namespaceURI,
String lName,
String qName,
Attributes attrs)
namespaceURI - lName - qName - attrs -
XLinkException
public String getShow(String namespaceURI,
String lName,
String qName,
Attributes attrs)
namespaceURI - lName - qName - attrs -
XLinkException
public String getActuate(String namespaceURI,
String lName,
String qName,
Attributes attrs)
namespaceURI - lName - qName - attrs -
XLinkExceptionpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||