APTCONVERT 1.1

fr.pixware.apt.convert
Interface Structure

All Known Implementing Classes:
StructureSink

public interface Structure


Method Summary
 Anchor getAnchor(java.lang.String text)
           
 Anchor[] getAnchors()
           
 java.lang.String getAuthor()
           
 java.lang.String getDate()
           
 Section getSection(int[] number)
           
 Section getSection(java.lang.String title)
           
 Section[] getSections()
           
 java.lang.String getTitle()
           
 boolean hasPreSections()
           
 

Method Detail

getTitle

public java.lang.String getTitle()

getAuthor

public java.lang.String getAuthor()

getDate

public java.lang.String getDate()

hasPreSections

public boolean hasPreSections()

getSections

public Section[] getSections()

getSection

public Section getSection(int[] number)

getSection

public Section getSection(java.lang.String title)

getAnchor

public Anchor getAnchor(java.lang.String text)

getAnchors

public Anchor[] getAnchors()

APTCONVERT 1.1