Uses of Interface
org.qedeq.kernel.se.base.module.Section

Packages that use Section
org.qedeq.kernel.bo.service.latex LaTeX export abilities of the kernel. 
org.qedeq.kernel.bo.service.unicode UTF-8 export abilities of the kernel. 
org.qedeq.kernel.se.base.module The main functionalities of qedeq modules are described here. 
org.qedeq.kernel.se.dto.module Value objects for QEDEQ modules. 
org.qedeq.kernel.se.visitor The visitor design pattern allows you to decouple the classes for the data structure and the algorithms used upon them. 
org.qedeq.kernel.xml.dao Load and persist QEDEQ XML modules. 
org.qedeq.kernel.xml.mapper Contains mapper for XML objects. 
 

Uses of Section in org.qedeq.kernel.bo.service.latex
 

Methods in org.qedeq.kernel.bo.service.latex with parameters of type Section
 void Qedeq2LatexExecutor.visitEnter(Section section)
           
 void Qedeq2LatexExecutor.visitLeave(Section section)
           
 

Uses of Section in org.qedeq.kernel.bo.service.unicode
 

Methods in org.qedeq.kernel.bo.service.unicode with parameters of type Section
 void Qedeq2UnicodeVisitor.visitEnter(Section section)
           
 void Qedeq2UnicodeVisitor.visitLeave(Section section)
           
 

Uses of Section in org.qedeq.kernel.se.base.module
 

Methods in org.qedeq.kernel.se.base.module that return Section
 Section SectionList.get(int index)
          Get index-th element of list.
 

Uses of Section in org.qedeq.kernel.se.dto.module
 

Classes in org.qedeq.kernel.se.dto.module that implement Section
 class SectionVo
          Section of a QEDEQ file.
 

Methods in org.qedeq.kernel.se.dto.module that return Section
 Section SectionListVo.get(int index)
           
 

Uses of Section in org.qedeq.kernel.se.visitor
 

Methods in org.qedeq.kernel.se.visitor with parameters of type Section
 void QedeqNotNullTraverser.accept(Section section)
           
 void QedeqTraverser.accept(Section section)
          Traverse section.
 void QedeqVisitor.visitEnter(Section section)
          Visit certain element.
 void AbstractModuleVisitor.visitEnter(Section section)
           
 void QedeqVisitor.visitLeave(Section section)
          Visit certain element.
 void AbstractModuleVisitor.visitLeave(Section section)
           
 

Uses of Section in org.qedeq.kernel.xml.dao
 

Methods in org.qedeq.kernel.xml.dao with parameters of type Section
 void Qedeq2Xml.visitEnter(Section section)
           
 void Qedeq2Xml.visitLeave(Section section)
           
 

Uses of Section in org.qedeq.kernel.xml.mapper
 

Methods in org.qedeq.kernel.xml.mapper with parameters of type Section
 void Context2SimpleXPath.visitEnter(Section section)
           
 void Context2SimpleXPath.visitLeave(Section section)
           
 



Copyright © 2014. All Rights Reserved.