Generated by
JDiff

Class javax.swing.text.html.HTMLDocument.HTMLReader

Documentation changed from old to new.

Added Methods
void handleEndOfLineString(String) This is invoked after the stream has been parsed but before flush.
 

Changed Methods
void addSpecialElement(Tag, MutableAttributeSet) Documentation changed from old to new.
Adds content that is basically specified entirely in the attribute set.
void blockClose(Tag) Documentation changed from old to new.
Adds an instruction to the parse buffer to close out a block element of the given type.
void blockOpen(Tag, MutableAttributeSet) Documentation changed from old to new.
Adds an instruction to the parse buffer to create a block element with the given attributes.
void flush() Documentation changed from old to new.
The last method called on the reader.
void popCharacterStyle() Documentation changed from old to new.
Pops a previously pushed character style off the stack to return to a previous style.
void preContent(char[]) Documentation changed from old to new.
Adds the given content that was encountered in a PRE element.
void pushCharacterStyle() Documentation changed from old to new.
Pushes the current character style on a stack in preparation for forming a new nested character style.
void registerTag(Tag, TagAction) Documentation changed from old to new.
Registers a handler for the given tag.
void textAreaContent(char[]) Documentation changed from old to new.
Adds the given content to the textarea document.
void addContent(char[], int, int) Documentation changed from old to new.
Adds some text with the current character attributes.
void addContent(char[], int, int, boolean) Documentation changed from old to new.
Adds some text with the current character attributes.