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

java.lang.String getTitle()

getAuthor

java.lang.String getAuthor()

getDate

java.lang.String getDate()

hasPreSections

boolean hasPreSections()

getSections

Section[] getSections()

getSection

Section getSection(int[] number)

getSection

Section getSection(java.lang.String title)

getAnchor

Anchor getAnchor(java.lang.String text)

getAnchors

Anchor[] getAnchors()

APTCONVERT 1.1