@API(type=EXTENDABLE,
     src=PUBLIC)
public class DocbookLinkTextResolver
extends LinkTextResolver
| Constructor and Description | 
|---|
DocbookLinkTextResolver()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
activated(AuthorAccess authorAccess)
Signals that this resolver has entered in use. 
 | 
void | 
clearReferencesCache()
Any cache should be cleared in order to prepare for future evaluations. 
 | 
void | 
deactivated(AuthorAccess authorAccess)
Signals that this resolver has exit from use. 
 | 
static java.lang.String | 
getTitleValue(AuthorElement elem)
Checks if the element has a TITLE child or an INFO/TITLE child and returns 
 it's value. 
 | 
void | 
refresh()
Signals a major refresh. 
 | 
java.lang.String | 
resolveReference(AuthorNode node)
Gets a text representation for the reference. 
 | 
refreshNodeReferences, updatepublic java.lang.String resolveReference(AuthorNode node) throws InvalidLinkException
LinkTextResolverresolveReference in class LinkTextResolvernode - Author node.InvalidLinkException - When it is not possible to resolve the link.LinkTextResolver.resolveReference(ro.sync.ecss.extensions.api.node.AuthorNode)public void refresh()
LinkTextResolverrefresh in class LinkTextResolverLinkTextResolver.refresh()public void clearReferencesCache()
LinkTextResolverclearReferencesCache in class LinkTextResolverLinkTextResolver.clearReferencesCache()public static java.lang.String getTitleValue(AuthorElement elem)
elem - The current element.public void activated(AuthorAccess authorAccess)
LinkTextResolverAuthorMouseListener or AuthorListener).activated in class LinkTextResolverauthorAccess - The AuthorAccess of the Author page where the 
 listener was activated.AuthorExtensionStateListener.activated(ro.sync.ecss.extensions.api.AuthorAccess)public void deactivated(AuthorAccess authorAccess)
LinkTextResolverdeactivated in class LinkTextResolverauthorAccess - The AuthorAccess of the Author page where the 
 listener was activated.AuthorExtensionStateListener.deactivated(ro.sync.ecss.extensions.api.AuthorAccess)© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.