public class JenkinsHTMLWriter
extends org.dom4j.io.HTMLWriter
Constructor and Description |
---|
JenkinsHTMLWriter() |
JenkinsHTMLWriter(org.dom4j.io.OutputFormat format) |
JenkinsHTMLWriter(OutputStream out) |
JenkinsHTMLWriter(OutputStream out,
org.dom4j.io.OutputFormat format) |
JenkinsHTMLWriter(Writer writer) |
JenkinsHTMLWriter(Writer writer,
org.dom4j.io.OutputFormat format) |
Modifier and Type | Method and Description |
---|---|
void |
endCDATA() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
startCDATA() |
protected void |
writeCDATA(String text) |
protected void |
writeClose(String qualifiedName) |
protected void |
writeEmptyElementClose(String qualifiedName) |
protected void |
writeEntity(org.dom4j.Entity entity) |
protected void |
writeString(String text) |
getOmitElementCloseSet, getPreformattedTags, isPreformattedTag, loadOmitElementCloseSet, omitElementClose, prettyPrintHTML, prettyPrintHTML, prettyPrintXHTML, setOmitElementCloseSet, setPreformattedTags, writeDeclaration, writeElement
characters, close, comment, createWriter, defaultMaximumAllowedCharacter, endDocument, endDTD, endElement, endEntity, endPrefixMapping, escapeAttributeEntities, escapeElementEntities, flush, getLexicalHandler, getMaximumAllowedCharacter, getOutputFormat, getProperty, handleException, ignorableWhitespace, indent, installLexicalHandler, isElementSpacePreserved, isEscapeText, isExpandEmptyElements, isNamespaceDeclaration, notationDecl, parse, println, processingInstruction, resolveEntityRefs, setDocumentLocator, setEscapeText, setIndentLevel, setLexicalHandler, setMaximumAllowedCharacter, setOutputStream, setProperty, setResolveEntityRefs, setWriter, shouldEncodeChar, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, write, write, write, write, write, write, write, write, write, write, write, write, write, writeAttribute, writeAttribute, writeAttributes, writeAttributes, writeClose, writeComment, writeDocType, writeDocType, writeElementContent, writeEntityRef, writeEscapeAttributeEntities, writeNamespace, writeNamespace, writeNamespaces, writeNode, writeNodeText, writeOpen, writePrintln, writeProcessingInstruction
error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, parse, resolveEntity, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, skippedEntity, warning
public JenkinsHTMLWriter(Writer writer)
public JenkinsHTMLWriter(Writer writer, org.dom4j.io.OutputFormat format)
public JenkinsHTMLWriter() throws UnsupportedEncodingException
UnsupportedEncodingException
public JenkinsHTMLWriter(org.dom4j.io.OutputFormat format) throws UnsupportedEncodingException
UnsupportedEncodingException
public JenkinsHTMLWriter(OutputStream out) throws UnsupportedEncodingException
UnsupportedEncodingException
public JenkinsHTMLWriter(OutputStream out, org.dom4j.io.OutputFormat format) throws UnsupportedEncodingException
UnsupportedEncodingException
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void startCDATA() throws SAXException
startCDATA
in interface LexicalHandler
startCDATA
in class org.dom4j.io.HTMLWriter
SAXException
public void endCDATA() throws SAXException
endCDATA
in interface LexicalHandler
endCDATA
in class org.dom4j.io.HTMLWriter
SAXException
protected void writeCDATA(String text) throws IOException
writeCDATA
in class org.dom4j.io.HTMLWriter
IOException
protected void writeEntity(org.dom4j.Entity entity) throws IOException
writeEntity
in class org.dom4j.io.HTMLWriter
IOException
protected void writeString(String text) throws IOException
writeString
in class org.dom4j.io.HTMLWriter
IOException
protected void writeClose(String qualifiedName) throws IOException
writeClose
in class org.dom4j.io.HTMLWriter
IOException
protected void writeEmptyElementClose(String qualifiedName) throws IOException
writeEmptyElementClose
in class org.dom4j.io.HTMLWriter
IOException
Copyright © 2013. All rights reserved.