com.octagroup.foregej.html
Class HtmlNodeWriter

java.lang.Object
  |
  +--com.octagroup.foregej.antlr.NodeWriter
        |
        +--com.octagroup.foregej.html.HtmlNodeWriter

public class HtmlNodeWriter
extends NodeWriter


Fields inherited from class com.octagroup.foregej.antlr.NodeWriter
canWrapLines_, lastAST_, lastLineWrapPos_, latestWrapProspectIndent_, latestWrapProspectPos_, latestWrapProspectType_, parents_, WRAP_AFTER, WRAP_BEFORE, WRAP_NOT, WRAP_ON, writtenTokens_
 
Constructor Summary
HtmlNodeWriter()
           
 
Method Summary
 void write(antlr.collections.AST ast)
          Before a html ast is written we must determine if there were one or more whitespaces before.
 
Methods inherited from class com.octagroup.foregej.antlr.NodeWriter
canWrapBetween, canWrapOn, copyThisStateTo, enableWrapping, getIndentation, getPreviousAST, getPreviousAST, isLastLineEmpty, isWritten, markAsWritten, newLine, popIndentation, popIndentationAndWrite, pushIndentation, pushIndentation, pushIndentation, pushIndentationCurrentPos, removeSpacesAfter, toString, write, write, write, writeInParenthesis, writeStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlNodeWriter

public HtmlNodeWriter()
Method Detail

write

public void write(antlr.collections.AST ast)
Before a html ast is written we must determine if there were one or more whitespaces before.
Overrides:
write in class NodeWriter
Parameters:
ast -  


Copyright © 2003 El Icognito des Noboby. All Rights Reserved.