public class XBRLXLinkIdentifier extends BaseIdentifier implements Identifier
Constructor and Description |
---|
XBRLXLinkIdentifier(ContentHandler contentHandler) |
Modifier and Type | Method and Description |
---|---|
void |
startElement(java.lang.String namespaceURI,
java.lang.String lName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
Passes responsibility along to the XLink handler via the XLink Processor.
|
endElement, getContentHandler, getElementState, getLoader, processFragment, setContentHandler
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endElement, getContentHandler, getElementState, getLoader, processFragment, setContentHandler
public XBRLXLinkIdentifier(ContentHandler contentHandler) throws XBRLException
XBRLException
BaseIdentifier.BaseIdentifier(ContentHandler)
public void startElement(java.lang.String namespaceURI, java.lang.String lName, java.lang.String qName, org.xml.sax.Attributes attrs) throws XBRLException
startElement
in interface Identifier
startElement
in class BaseIdentifier
namespaceURI
- the namespace of the elementlName
- the local name of the elementqName
- the qname of the elementattrs
- the attributes of the elementXBRLException
BaseIdentifier.startElement(String,String,String,Attributes)