@API(type=INTERNAL,
     src=PUBLIC)
public class DITAIDElementLocator
extends IDElementLocator
idVerifierlink| Constructor and Description | 
|---|
DITAIDElementLocator(IDTypeVerifier idVerifier,
                    java.lang.String link,
                    boolean isKeyRef)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
startElement(java.lang.String uri,
            java.lang.String localName,
            java.lang.String name,
            Attr[] atts)
Notification received when the beginning of an element has been encountered. 
 | 
endElementpublic DITAIDElementLocator(IDTypeVerifier idVerifier, java.lang.String link, boolean isKeyRef)
idVerifier - Id type verifierlink - The reference linkisKeyRef - true if the reference is a key reference.public boolean startElement(java.lang.String uri,
                   java.lang.String localName,
                   java.lang.String name,
                   Attr[] atts)
ElementLocatorstartElement 
 (even when the element is empty).startElement in class IDElementLocatoruri - the namespace URI, or the empty string if the
        element has no namespace URI or if namespace
        processing is not being performedlocalName - the local name of the elementname - the qualified name of the elementatts - an array with the attributes attached to the element. If
        there are no attributes, it shall be empty. 
        The attributes are represented as Attr objects.true if the current element is indicated by the link.IDElementLocator.startElement(java.lang.String, java.lang.String, java.lang.String, ro.sync.ecss.extensions.api.link.Attr[])© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.