public class LanguageIdentifier extends BaseIdentifier implements Identifier
Constructor and Description |
---|
LanguageIdentifier(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)
Find fragments defining and labelling XML language codes.
|
endElement, getContentHandler, getElementState, getLoader, processFragment, setContentHandler
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endElement, getContentHandler, getElementState, getLoader, processFragment, setContentHandler
public LanguageIdentifier(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)