stella.log
Class Calima.Div

java.lang.Object
  extended by javax.swing.text.html.HTMLEditorKit.ParserCallback
      extended by stella.log.Calima.Div
Enclosing class:
Calima

private static class Calima.Div
extends HTMLEditorKit.ParserCallback


Field Summary
private  boolean record
           
private  List<String> text
           
 
Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
IMPLIED
 
Constructor Summary
Calima.Div()
           
 
Method Summary
 void handleEndTag(HTML.Tag tag, int pos)
           
 void handleStartTag(HTML.Tag tag, MutableAttributeSet mas, int pos)
           
 void handleText(char[] t, int pos)
           
 
Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
flush, handleComment, handleEndOfLineString, handleError, handleSimpleTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

record

private boolean record

text

private List<String> text
Constructor Detail

Calima.Div

public Calima.Div()
Method Detail

handleStartTag

public void handleStartTag(HTML.Tag tag,
                           MutableAttributeSet mas,
                           int pos)
Overrides:
handleStartTag in class HTMLEditorKit.ParserCallback

handleText

public void handleText(char[] t,
                       int pos)
Overrides:
handleText in class HTMLEditorKit.ParserCallback

handleEndTag

public void handleEndTag(HTML.Tag tag,
                         int pos)
Overrides:
handleEndTag in class HTMLEditorKit.ParserCallback