agentland.help.helpfile
Class HelpFileExtractor

java.lang.Object
  |
  +--agentland.help.helpfile.HelpFileExtractor
All Implemented Interfaces:
Serializable

public class HelpFileExtractor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HelpFileExtractor(String sFile)
           
 
Method Summary
 org.jdom.Document getDocument()
           
protected  ArrayList getKeywords()
           
protected  ArrayList getSubtopicNames()
           
protected  Hashtable getSubtopicText()
           
protected  String getTopicName()
           
static String unwind(org.jdom.Element e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpFileExtractor

public HelpFileExtractor(String sFile)
                  throws HelpFileException
Method Detail

getDocument

public org.jdom.Document getDocument()

getTopicName

protected String getTopicName()

getKeywords

protected ArrayList getKeywords()

getSubtopicNames

protected ArrayList getSubtopicNames()

getSubtopicText

protected Hashtable getSubtopicText()

unwind

public static String unwind(org.jdom.Element e)