Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme
Class CssStringWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.StringWriter
          extended by org.nuxeo.theme.CssStringWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable

public class CssStringWriter
extends StringWriter


Constructor Summary
CssStringWriter()
           
 
Method Summary
 String toText()
           
 void write(int i)
           
 void write(org.w3c.css.sac.Selector sel)
           
 
Methods inherited from class java.io.StringWriter
append, append, append, close, flush, getBuffer, toString, write, write, write
 
Methods inherited from class java.io.Writer
write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssStringWriter

public CssStringWriter()
Method Detail

toText

public String toText()

write

public void write(org.w3c.css.sac.Selector sel)

write

public void write(int i)
Overrides:
write in class StringWriter

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.