Class HTML.HTMLtoPlainTextWriter2
java.lang.Object
javax.swing.text.AbstractWriter
javax.swing.text.html.HTMLWriter
edu.umd.cs.findbugs.util.HTML.HTMLtoPlainTextWriter2
- Enclosing class:
HTML
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) booleanFields inherited from class AbstractWriter
NEWLINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidMethods inherited from class HTMLWriter
closeOutUnwantedEmbeddedTags, comment, isBlockTag, matchNameAttribute, output, selectContent, synthesizedElement, textAreaContent, write, writeAttributes, writeLineSeparator, writeOptionMethods inherited from class AbstractWriter
getCanWrapLines, getCurrentLineLength, getDocument, getElementIterator, getEndOffset, getIndentLevel, getIndentSpace, getLineLength, getLineSeparator, getStartOffset, getText, getWriter, indent, inRange, isLineEmpty, setCanWrapLines, setCurrentLineLength, setIndentSpace, setLineLength, setLineSeparator, write, write, write
-
Field Details
-
inPre
boolean inPre -
startingParagraph
boolean startingParagraph
-
-
Constructor Details
-
HTMLtoPlainTextWriter2
-
-
Method Details
-
startTag
- Overrides:
startTagin classHTMLWriter- Throws:
IOException
-
writeEmbeddedTags
- Overrides:
writeEmbeddedTagsin classHTMLWriter- Throws:
IOException
-
endTag
- Overrides:
endTagin classHTMLWriter- Throws:
IOException
-
incrIndent
protected void incrIndent()- Overrides:
incrIndentin classAbstractWriter
-
decrIndent
protected void decrIndent()- Overrides:
decrIndentin classAbstractWriter
-
emptyTag
- Overrides:
emptyTagin classHTMLWriter- Throws:
IOExceptionBadLocationException
-
text
- Overrides:
textin classHTMLWriter- Throws:
IOExceptionBadLocationException
-