|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.AbstractWriter
javax.swing.text.html.HTMLWriter
sferyx.administration.renderers.XHTMLWriter
sferyx.administration.renderers.InternalHTMLWriter
public class InternalHTMLWriter
Creates a new instance of InternalHTMLWriter
Field Summary |
---|
Fields inherited from class sferyx.administration.renderers.XHTMLWriter |
---|
writeStrictXHTMLAttributes |
Fields inherited from class javax.swing.text.AbstractWriter |
---|
NEWLINE |
Constructor Summary | |
---|---|
InternalHTMLWriter(java.io.Writer w,
javax.swing.text.html.HTMLDocument doc,
int pos,
int len)
|
Method Summary | |
---|---|
protected void |
indent()
|
void |
writeAttributes(javax.swing.text.AttributeSet attr)
|
protected void |
writeLineSeparator()
|
Methods inherited from class sferyx.administration.renderers.XHTMLWriter |
---|
closeCustomTags, closeOutUnwantedEmbeddedTags, comment, disableIndentingAndLineBreaks, emptyTag, endTag, getCanWrapLines, inRange, isAdditionStyleDefinition, isDisableIndentingAndLineBreaks, isReallyEmptyTag, output, startTag, synthesizedElement, text, textAreaContent, write, write, write, writeElementContent, writeEmbeddedTags, writeImageMaps, writeOption |
Methods inherited from class javax.swing.text.html.HTMLWriter |
---|
isBlockTag, matchNameAttribute, selectContent, write |
Methods inherited from class javax.swing.text.AbstractWriter |
---|
decrIndent, getCurrentLineLength, getDocument, getElementIterator, getEndOffset, getIndentLevel, getIndentSpace, getLineLength, getLineSeparator, getStartOffset, getText, getWriter, incrIndent, isLineEmpty, setCanWrapLines, setCurrentLineLength, setIndentSpace, setLineLength, setLineSeparator, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternalHTMLWriter(java.io.Writer w, javax.swing.text.html.HTMLDocument doc, int pos, int len)
Method Detail |
---|
public void writeAttributes(javax.swing.text.AttributeSet attr) throws java.io.IOException
writeAttributes
in class XHTMLWriter
java.io.IOException
protected void writeLineSeparator() throws java.io.IOException
writeLineSeparator
in class XHTMLWriter
java.io.IOException
protected void indent() throws java.io.IOException
indent
in class XHTMLWriter
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |