Modifier and Type | Method and Description |
---|---|
public String | |
public Map | Returns: the extended attributes with added/updated/removed entriesthe node for which the attributes are applied node, String the HTML tag name that these attributes are for (e.g. tagName, Map<String, String> h1 , pre , code ).the attributes that were calculated by the renderer attributes)Let extensions modify the HTML tag attributes. |
public String | |
public HtmlWriter | |
public void | |
public boolean | |
public boolean | |
public UrlSanitizer |
encodeUrl | back to summary |
---|---|
public String encodeUrl(String url) |
extendAttributes | back to summary |
---|---|
public Map Let extensions modify the HTML tag attributes. |
getSoftbreak | back to summary |
---|---|
public String getSoftbreak()
|
getWriter | back to summary |
---|---|
public HtmlWriter getWriter()
|
render | back to summary |
---|---|
public void render(Node node) Render the specified node and its children using the configured renderers. This should be used to render child nodes; be careful not to pass the node that is being rendered, that would result in an endless loop.
|
shouldEscapeHtml | back to summary |
---|---|
public boolean shouldEscapeHtml()
|
shouldSanitizeUrls | back to summary |
---|---|
public boolean shouldSanitizeUrls()
|
urlSanitizer | back to summary |
---|---|
public UrlSanitizer urlSanitizer()
|