Uses of Class
org.teleal.lemma.anchor.CitationAnchor

Packages that use CitationAnchor
org.teleal.lemma.anchor Provides abstraction of citation anchors in XHTML documents. 
org.teleal.lemma.processor Processors do the actual work in a pipeline. 
org.teleal.lemma.processor.xhtml Processors which read XHTML input and produce XHTML output. 
org.teleal.lemma.reader Readers obtain content from citation sources and return it as an XHTML model. 
org.teleal.lemma.reader.content.filter   
org.teleal.lemma.reader.javacode   
org.teleal.lemma.reader.javadoc   
org.teleal.lemma.reader.text   
org.teleal.lemma.reader.xml   
 

Uses of CitationAnchor in org.teleal.lemma.anchor
 

Methods in org.teleal.lemma.anchor that return CitationAnchor
static CitationAnchor[] CitationAnchor.findCitationAnchors(XPath xpath, org.teleal.common.xhtml.XHTMLElement start, String type)
           
static CitationAnchor[] CitationAnchor.findCitationAnchors(XPath xpath, org.teleal.common.xhtml.XHTML input, String type)
           
 

Uses of CitationAnchor in org.teleal.lemma.processor
 

Methods in org.teleal.lemma.processor with parameters of type CitationAnchor
 Reader AbstractProcessor.getReader(CitationAnchor citation)
           
 

Uses of CitationAnchor in org.teleal.lemma.processor.xhtml
 

Methods in org.teleal.lemma.processor.xhtml with parameters of type CitationAnchor
protected  String XRefProcessor.getResolvedLabel(CitationAnchor xref)
           
protected  String XRefProcessor.getResolvedLabel(CitationAnchor xref, org.teleal.common.xhtml.XHTMLElement citationElement)
           
 

Method parameters in org.teleal.lemma.processor.xhtml with type arguments of type CitationAnchor
protected  org.teleal.common.xhtml.XHTML JavadocCitationProcessor.processCitations(Context context, org.teleal.common.xhtml.XHTML input, Stack<CitationAnchor> stack)
           
 

Uses of CitationAnchor in org.teleal.lemma.reader
 

Methods in org.teleal.lemma.reader with parameters of type CitationAnchor
 org.teleal.common.xhtml.XHTML Reader.read(CitationAnchor citation, Context context)
           
 

Uses of CitationAnchor in org.teleal.lemma.reader.content.filter
 

Methods in org.teleal.lemma.reader.content.filter with parameters of type CitationAnchor
 String[] FragmentFilter.filter(String[] source, CitationAnchor citation)
           
 String[] ContentFilter.filter(String[] content, CitationAnchor citation)
           
 String[] CleanupFilter.filter(String[] source, CitationAnchor citation)
           
 

Uses of CitationAnchor in org.teleal.lemma.reader.javacode
 

Methods in org.teleal.lemma.reader.javacode with parameters of type CitationAnchor
protected  void JavacodeReader.appendContent(org.teleal.common.xhtml.XHTMLElement parent, com.sun.javadoc.Doc doc, CitationAnchor citation)
           
protected  void JavacodeRawReader.appendContent(org.teleal.common.xhtml.XHTMLElement parent, File file, CitationAnchor citation)
           
 org.teleal.common.xhtml.XHTML JavacodeRawReader.read(CitationAnchor citation, Context context)
           
protected  org.teleal.common.xhtml.XHTML JavacodeReader.read(CitationAnchor citation, Context context, com.sun.javadoc.RootDoc rootDoc)
           
protected  org.teleal.common.xhtml.XHTML JavacodeReader.read(com.sun.javadoc.Doc doc, CitationAnchor citation)
           
 

Uses of CitationAnchor in org.teleal.lemma.reader.javadoc
 

Methods in org.teleal.lemma.reader.javadoc with parameters of type CitationAnchor
protected  void JavadocReader.appendContent(org.teleal.common.xhtml.XHTMLElement parent, com.sun.javadoc.Doc doc, CitationAnchor citation, String titleString)
           
protected  com.sun.javadoc.Doc AbstractJavadocReader.findTargetDoc(CitationAnchor citation, com.sun.javadoc.RootDoc rootDoc)
           
 org.teleal.common.xhtml.XHTML AbstractJavadocReader.read(CitationAnchor citation, Context context)
           
protected  org.teleal.common.xhtml.XHTML JavadocReader.read(CitationAnchor citation, Context context, com.sun.javadoc.RootDoc rootDoc)
           
protected abstract  org.teleal.common.xhtml.XHTML AbstractJavadocReader.read(CitationAnchor citation, Context context, com.sun.javadoc.RootDoc rootDoc)
           
protected  org.teleal.common.xhtml.XHTML JavadocReader.read(com.sun.javadoc.Doc doc, CitationAnchor citation)
           
protected  String JavadocReader.readTitle(com.sun.javadoc.Doc doc, CitationAnchor citation)
           
 

Uses of CitationAnchor in org.teleal.lemma.reader.text
 

Methods in org.teleal.lemma.reader.text with parameters of type CitationAnchor
protected  void PlaintextReader.appendContent(org.teleal.common.xhtml.XHTMLElement parent, File file, CitationAnchor citation)
           
 org.teleal.common.xhtml.XHTML PlaintextReader.read(CitationAnchor citation, Context context)
           
 

Uses of CitationAnchor in org.teleal.lemma.reader.xml
 

Methods in org.teleal.lemma.reader.xml with parameters of type CitationAnchor
protected  void XMLReader.appendContent(org.teleal.common.xhtml.XHTMLElement parent, File file, CitationAnchor citation)
           
 org.teleal.common.xhtml.XHTML XMLReader.read(CitationAnchor citation, Context context)
           
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.