org.crsh.text
Class Format.PreHtml
java.lang.Object
org.crsh.text.Format
org.crsh.text.Format.PreHtml
- Enclosing class:
- Format
-
public static class Format.PreHtml
- extends Format
-
Method Summary |
void |
begin(Appendable to)
|
void |
cls(Appendable to)
|
void |
end(Appendable to)
|
void |
write(CharSequence s, Appendable to)
|
void |
write(Style style, Appendable to)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Format.PreHtml
protected Format.PreHtml()
begin
public void begin(Appendable to)
throws IOException
-
- Specified by:
begin
in class Format
-
- Throws:
IOException
write
public void write(CharSequence s,
Appendable to)
throws IOException
-
- Specified by:
write
in class Format
-
- Throws:
IOException
write
public void write(Style style,
Appendable to)
throws IOException
-
- Specified by:
write
in class Format
-
- Throws:
IOException
cls
public void cls(Appendable to)
throws IOException
-
- Specified by:
cls
in class Format
-
- Throws:
IOException
end
public void end(Appendable to)
throws IOException
-
- Specified by:
end
in class Format
-
- Throws:
IOException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.