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.HTMLWriter1.2

java.lang.Object
   |
   +--javax.swing.text.AbstractWriter
         |
         +--javax.swing.text.html.HTMLWriter

Deklaration

public class HTMLWriter
extends javax.swing.text.AbstractWriter

Beschreibung


 
Konstruktoren
publicHTMLWriter(Writer w, HTMLDocument doc)
publicHTMLWriter(Writer w, HTMLDocument doc, int pos, int len)
 
Methoden
public voidwrite()
protected voidwriteAttributes(AttributeSet attr)
protected voidemptyTag(Element elem)
protected booleanisBlockTag(AttributeSet attr)
protected voidstartTag(Element elem)
protected voidtextAreaContent(AttributeSet attr)
protected voidtext(Element elem)
protected voidselectContent(AttributeSet attr)
protected voidwriteOption(Option option)
protected voidendTag(Element elem)
protected voidcomment(Element elem)
protected booleansynthesizedElement(Element elem)
protected booleanmatchNameAttribute(AttributeSet attr, HTML.Tag tag)
protected voidwriteEmbeddedTags(AttributeSet attr)
protected voidcloseOutUnwantedEmbeddedTags(AttributeSet attr)
protected voidwriteLineSeparator()
protected voidoutput(char[] chars, int start, int length)


 

Konstruktoren im Detail

public HTMLWriter(Writer w, HTMLDocument doc)
public HTMLWriter(Writer w, HTMLDocument doc, int pos, int len)

 

Methoden im Detail

public void write()
Exception: IOException
Exception: BadLocationException
protected void writeAttributes(AttributeSet attr)
Exception: IOException
protected void emptyTag(Element elem)
Exception: BadLocationException
Exception: IOException
protected boolean isBlockTag(AttributeSet attr)
protected void startTag(Element elem)
Exception: IOException
Exception: BadLocationException
protected void textAreaContent(AttributeSet attr)
Exception: BadLocationException
Exception: IOException
protected void text(Element elem)
Exception: BadLocationException
Exception: IOException
protected void selectContent(AttributeSet attr)
Exception: IOException
protected void writeOption(Option option)
Exception: IOException
protected void endTag(Element elem)
Exception: IOException
protected void comment(Element elem)
Exception: BadLocationException
Exception: IOException
protected boolean synthesizedElement(Element elem)
protected boolean matchNameAttribute(AttributeSet attr, HTML.Tag tag)
protected void writeEmbeddedTags(AttributeSet attr)
Exception: IOException
protected void closeOutUnwantedEmbeddedTags(AttributeSet attr)
Exception: IOException
protected void writeLineSeparator()
Exception: IOException
protected void output(char[] chars, int start, int length)
Exception: IOException


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

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