Uses of Class
uk.ac.man.documentparser.dataholders.Section

Packages that use Section
uk.ac.man.documentparser.dataholders   
uk.ac.man.documentparser.input   
uk.ac.man.entitytagger.doc   
 

Uses of Section in uk.ac.man.documentparser.dataholders
 

Fields in uk.ac.man.documentparser.dataholders declared as Section
private  Section[] Section.subSections
           
 

Methods in uk.ac.man.documentparser.dataholders that return Section
 Section[] Section.getSubSections()
           
 

Methods in uk.ac.man.documentparser.dataholders with parameters of type Section
static java.lang.String Section.toString(Section[] sections)
           
 

Constructors in uk.ac.man.documentparser.dataholders with parameters of type Section
Section(java.lang.String title, java.lang.String content, Section[] subSections)
           
 

Uses of Section in uk.ac.man.documentparser.input
 

Methods in uk.ac.man.documentparser.input that return Section
private  Section[] PMC.getSection(org.w3c.dom.NodeList mainElement)
           
private  Section[] PMC2.getSection(org.w3c.dom.NodeList mainElement)
           
private  Section[] BMC.getSection(org.w3c.dom.NodeList mainElement)
           
 

Methods in uk.ac.man.documentparser.input with parameters of type Section
private  void PMC.removeSections(Section[] sections, java.lang.String keyword)
           
private  void PMC2.removeSections(Section[] sections, java.lang.String keyword)
           
 

Uses of Section in uk.ac.man.entitytagger.doc
 

Fields in uk.ac.man.entitytagger.doc declared as Section
private  Section TaggedSection.original
           
 

Methods in uk.ac.man.entitytagger.doc that return Section
 Section TaggedSection.getOriginal()
           
 

Constructors in uk.ac.man.entitytagger.doc with parameters of type Section
TaggedSection(Section original, TaggedSection[] children, java.util.ArrayList<Mention> matches)