com.ibm.as400.ui.tools
Class HelpDocParser

java.lang.Object
  extended by com.ibm.as400.ui.tools.HelpDocParser

public class HelpDocParser
extends Object


Field Summary
Modifier and Type Field and Description
static boolean m_Trace
           
static ToolsResourceLoader resourceLoader
           
 
Constructor Summary
Constructor and Description
HelpDocParser(BufferedReader br)
           
 
Method Summary
Modifier and Type Method and Description
 int currentLine()
           
 String currentTag()
           
static void main(String[] args)
           
 String nextTag()
           
 String previousContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Trace

public static boolean m_Trace

resourceLoader

public static ToolsResourceLoader resourceLoader
Constructor Detail

HelpDocParser

public HelpDocParser(BufferedReader br)
Method Detail

nextTag

public String nextTag()
               throws IOException
Throws:
IOException

currentTag

public String currentTag()

previousContent

public String previousContent()

currentLine

public int currentLine()

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException