Uses of Class
org.jostraca.section.SectionSet

Packages that use SectionSet
org.jostraca Primary Jostraca interfaces and implementation classes. 
org.jostraca.process Template processing classes. 
org.jostraca.section Classes for handling template sections. 
org.jostraca.unit Classes for handling text units. 
 

Uses of SectionSet in org.jostraca
 

Fields in org.jostraca declared as SectionSet
protected  SectionSet BasicTemplate.iSectionSet
           
 

Methods in org.jostraca that return SectionSet
 SectionSet TemplateParser.getSectionSet()
          Get SectionSet built from parse.
 SectionSet Template.getSectionSet()
          Get the data cotnainer for the insert section text of this template.
 SectionSet BasicTemplateParser.getSectionSet()
          Get SectionSet built from parse.
 SectionSet BasicTemplate.getSectionSet()
           
 

Methods in org.jostraca with parameters of type SectionSet
 void WriterFormatLexer.setSectionSet(SectionSet pSectionSet)
           
 void TemplateParser.setSectionSet(SectionSet pSectionSet)
          Set SectionSet to be used in parse.
 void Template.setSectionSet(SectionSet pSectionSet)
          Set the data container for the insert section text of this template.
 void BasicTemplateParser.setSectionSet(SectionSet pSectionSet)
          Set SectionSet to be used in parse.
 void BasicTemplate.setSectionSet(SectionSet pSectionSet)
           
 

Uses of SectionSet in org.jostraca.process
 

Methods in org.jostraca.process with parameters of type SectionSet
 boolean GenericParser.displayTemplateDocumentation(PropertySet pPropertySet, SectionSet pSectionSet, UserMessageHandler pUserMessageHandler)
          Display template documentation if it exists
protected  void GenericMerger.modifySections(java.lang.String pWriterFormatSource, SectionSet pSectionSet, PropertySet pPropertySet)
          Modify sections just prior to build.
 

Uses of SectionSet in org.jostraca.section
 

Methods in org.jostraca.section that return SectionSet
 SectionSet ModifierManager.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Modify all Sections in the SectionSet.
 SectionSet Modifier.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Modify all Sections in the SectionSet.
 SectionSet Identity.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Apply modify to all Sections in SectionSet.
 

Methods in org.jostraca.section with parameters of type SectionSet
 SectionSet ModifierManager.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Modify all Sections in the SectionSet.
 SectionSet Modifier.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Modify all Sections in the SectionSet.
 SectionSet Identity.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Apply modify to all Sections in SectionSet.
 

Uses of SectionSet in org.jostraca.unit
 

Methods in org.jostraca.unit that return SectionSet
 SectionSet UnitProcessor.process(UnitList pUnitList)
          Process a UnitList into a SectionSet.
 SectionSet UnitProcessor.process(UnitList pUnitList, SectionSet pSectionSet)
          A predefined SectionSet can be used.
 SectionSet DebugUnitProcessor.process(UnitList pUnitList)
           
 SectionSet DebugUnitProcessor.process(UnitList pUnitList, SectionSet pSectionSet)
           
 SectionSet BasicUnitProcessor.process(UnitList pUnitList)
           
 SectionSet BasicUnitProcessor.process(UnitList pUnitList, SectionSet pSectionSet)
           
 

Methods in org.jostraca.unit with parameters of type SectionSet
 SectionSet UnitProcessor.process(UnitList pUnitList, SectionSet pSectionSet)
          A predefined SectionSet can be used.
 SectionSet DebugUnitProcessor.process(UnitList pUnitList, SectionSet pSectionSet)
           
 SectionSet BasicUnitProcessor.process(UnitList pUnitList, SectionSet pSectionSet)
           
 



Copyright © 2000-2002 Richard Rodger