| Package | Description |
|---|---|
| cat.inspiracio.html |
| Modifier and Type | Method and Description |
|---|---|
protected DocumentWriter |
DocumentWriter.attribute(String key,
String value)
Writes " key=\"value\".
|
protected DocumentWriter |
DocumentWriter.cdata(String s)
Escapes a string for inclusion in cdata and writes it as CDATA section.
|
protected DocumentWriter |
DocumentWriter.close(Element e)
Writes an element's closing tag.
|
protected DocumentWriter |
DocumentWriter.comment(String s)
Escape a string for inclusion in a comment and writes it.
|
protected DocumentWriter |
DocumentWriter.doctype(DocumentType type)
Always writes the HTML5 doctype "<!DOCTYPE html>".
|
protected DocumentWriter |
DocumentWriter.element(Element e)
Processes an element.
|
protected DocumentWriter |
DocumentWriter.open(Element e)
Writes opening tag and the attributes.
|
protected DocumentWriter |
DocumentWriter.text(String s)
Escapes & and gt; in a text and writes it.
|
protected DocumentWriter |
DocumentWriter.write(char c)
Writes a character directly to the writer, no escaping.
|
DocumentWriter |
DocumentWriter.write(String s)
Writes a string directly to the writer, no escaping.
|
protected DocumentWriter |
DocumentWriter.writeEscapeElement(String s)
Escapes a String for inserting in HTML elements.
|
protected DocumentWriter |
DocumentWriter.writeln()
Writes a new-line to the writer.
|
DocumentWriter |
DocumentWriter.writeln(char c)
Writes a string and new-line to the writer, no escaping.
|
DocumentWriter |
DocumentWriter.writeln(String s)
Writes a string and new-line to the writer, no escaping.
|
Copyright © 2017. All rights reserved.