Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.text.html.HTMLDocument.HTMLReader1.2

java.lang.Object
   |
   +--javax.swing.text.html.HTMLEditorKit.ParserCallback
         |
         +--javax.swing.text.html.HTMLDocument.HTMLReader

Deklaration

public class HTMLDocument.HTMLReader
extends javax.swing.text.html.HTMLEditorKit.ParserCallback

Beschreibung


 
Datenelemente
protected VectorparseBuffer
protected MutableAttributeSetcharAttr
 
Konstruktoren
publicHTMLDocument.HTMLReader(int offset)
publicHTMLDocument.HTMLReader(int offset, int popDepth, int pushDepth, HTML.Tag insertTag)
 
Methoden
public voidflush()
public voidhandleText(char[] data, int pos)
public voidhandleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)
public voidhandleComment(char[] data, int pos)
public voidhandleEndTag(HTML.Tag t, int pos)
public voidhandleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)
public voidhandleEndOfLineString(String eol)     [1.3]
protected voidregisterTag(HTML.Tag t, HTMLDocument.HTMLReader.TagAction a)
protected voidpushCharacterStyle()
protected voidpopCharacterStyle()
protected voidtextAreaContent(char[] data)
protected voidpreContent(char[] data)
protected voidblockOpen(HTML.Tag t, MutableAttributeSet attr)
protected voidblockClose(HTML.Tag t)
protected voidaddContent(char[] data, int offs, int length)
protected voidaddContent(char[] data, int offs, int length, boolean generateImpliedPIfNecessary)
protected voidaddSpecialElement(HTML.Tag t, MutableAttributeSet a)


 

Datenelemente im Detail

protected Vector parseBuffer
protected MutableAttributeSet charAttr

 

Konstruktoren im Detail

public HTMLDocument.HTMLReader(int offset)
public HTMLDocument.HTMLReader(int offset, int popDepth, int pushDepth, HTML.Tag insertTag)

 

Methoden im Detail

public void flush()
Exception: BadLocationException
public void handleText(char[] data, int pos)
public void handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)
public void handleComment(char[] data, int pos)
public void handleEndTag(HTML.Tag t, int pos)
public void handleSimpleTag(HTML.Tag t, MutableAttributeSet a, int pos)
public void handleEndOfLineString(String eol)     [1.3]
protected void registerTag(HTML.Tag t, HTMLDocument.HTMLReader.TagAction a)
protected void pushCharacterStyle()
protected void popCharacterStyle()
protected void textAreaContent(char[] data)
protected void preContent(char[] data)
protected void blockOpen(HTML.Tag t, MutableAttributeSet attr)
protected void blockClose(HTML.Tag t)
protected void addContent(char[] data, int offs, int length)
protected void addContent(char[] data, int offs, int length, boolean generateImpliedPIfNecessary)
protected void addSpecialElement(HTML.Tag t, MutableAttributeSet a)


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.