finance.midterm
Class txtParser

java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.ParserCallback
      extended by finance.midterm.txtParser

public class txtParser
extends javax.swing.text.html.HTMLEditorKit.ParserCallback


Field Summary
 
Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
IMPLIED
 
Constructor Summary
txtParser(java.lang.String url)
           
 
Method Summary
 java.net.URL getSecFiling()
           
 void handleText(char[] text, int position)
           
 boolean isDar()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
flush, handleComment, handleEndOfLineString, handleEndTag, handleError, handleSimpleTag, handleStartTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

txtParser

public txtParser(java.lang.String url)
          throws java.io.IOException,
                 javax.swing.text.BadLocationException
Throws:
java.io.IOException
javax.swing.text.BadLocationException
Method Detail

handleText

public void handleText(char[] text,
                       int position)
Overrides:
handleText in class javax.swing.text.html.HTMLEditorKit.ParserCallback

isDar

public boolean isDar()

getSecFiling

public java.net.URL getSecFiling()
                          throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

main

public static void main(java.lang.String[] args)