public class XBRLCustomLinkRecogniserImpl extends CustomLinkRecogniser
Constructor and Description |
---|
XBRLCustomLinkRecogniserImpl()
Constructor for the XBRL custom link recogniser
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHref(java.lang.String namespaceURI,
java.lang.String lName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
Get the href from the custom link
|
boolean |
isLink(java.lang.String namespaceURI,
java.lang.String lName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
Returns true if the element with the supplied characteristics
is a custom simple link.
|
equals, getActuate, getArcrole, getRole, getShow, getTitle, hashCode
public XBRLCustomLinkRecogniserImpl()
public boolean isLink(java.lang.String namespaceURI, java.lang.String lName, java.lang.String qName, org.xml.sax.Attributes attrs)
CustomLinkRecogniser
isLink
in class CustomLinkRecogniser
namespaceURI
- The namespace of the element.lName
- The localname of the element.qName
- The QName of the element.attrs
- The attributes of the element.CustomLinkRecogniser.isLink(String, String, String, Attributes)
public java.lang.String getHref(java.lang.String namespaceURI, java.lang.String lName, java.lang.String qName, org.xml.sax.Attributes attrs) throws XLinkException
getHref
in class CustomLinkRecogniser
XLinkException