Package edu.umd.cs.findbugs.util
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) boolean
Fields inherited from class javax.swing.text.AbstractWriter
NEWLINE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected void
protected void
Methods inherited from class javax.swing.text.html.HTMLWriter
closeOutUnwantedEmbeddedTags, comment, isBlockTag, matchNameAttribute, output, selectContent, synthesizedElement, textAreaContent, write, writeAttributes, writeLineSeparator, writeOption
Methods inherited from class javax.swing.text.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:
startTag
in classHTMLWriter
- Throws:
IOException
-
writeEmbeddedTags
- Overrides:
writeEmbeddedTags
in classHTMLWriter
- Throws:
IOException
-
endTag
- Overrides:
endTag
in classHTMLWriter
- Throws:
IOException
-
incrIndent
protected void incrIndent()- Overrides:
incrIndent
in classAbstractWriter
-
decrIndent
protected void decrIndent()- Overrides:
decrIndent
in classAbstractWriter
-
emptyTag
- Overrides:
emptyTag
in classHTMLWriter
- Throws:
IOException
BadLocationException
-
text
- Overrides:
text
in classHTMLWriter
- Throws:
IOException
BadLocationException
-