org.teleal.lemma.processor.xhtml
Class XRefProcessor
java.lang.Object
org.teleal.lemma.processor.AbstractProcessor<org.teleal.common.xhtml.XHTML,org.teleal.common.xhtml.XHTML>
org.teleal.lemma.processor.xhtml.XRefProcessor
- All Implemented Interfaces:
- Processor<org.teleal.common.xhtml.XHTML,org.teleal.common.xhtml.XHTML>
public class XRefProcessor
- extends AbstractProcessor<org.teleal.common.xhtml.XHTML,org.teleal.common.xhtml.XHTML>
Detects cross-reference anchors and sets their link text.
- Author:
- Christian Bauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XRefProcessor
public XRefProcessor()
process
public org.teleal.common.xhtml.XHTML process(org.teleal.common.xhtml.XHTML input,
Context context)
transformReferences
protected org.teleal.common.xhtml.XHTML transformReferences(org.teleal.common.xhtml.XHTML input,
Context context)
getResolvedLabel
protected String getResolvedLabel(CitationAnchor xref)
getResolvedLabel
protected String getResolvedLabel(CitationAnchor xref,
org.teleal.common.xhtml.XHTMLElement citationElement)
getUnresolvedLink
protected String getUnresolvedLink(String xrefTarget)
getUnresolvedLabel
protected String getUnresolvedLabel(String xrefTarget)
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.