public class ReferencePartIdentifier extends BaseIdentifier implements Identifier
Constructor and Description |
---|
ReferencePartIdentifier(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)
Determines if the element starts a new fragment and if so:
creates the fragment
sets the fragment index
stores any ID attributes on the fragment root in the fragment metadata
and in the element state object
adds the fragment to the loader
|
endElement, getContentHandler, getElementState, getLoader, processFragment, setContentHandler
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endElement, getContentHandler, getElementState, getLoader, processFragment, setContentHandler
public ReferencePartIdentifier(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
Identifier
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)