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, writeElementcharacters, 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, writeProcessingInstructionerror, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, parse, resolveEntity, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, skippedEntity, warningpublic JenkinsHTMLWriter(Writer writer)
public JenkinsHTMLWriter(Writer writer, org.dom4j.io.OutputFormat format)
public JenkinsHTMLWriter()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic JenkinsHTMLWriter(org.dom4j.io.OutputFormat format)
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic JenkinsHTMLWriter(OutputStream out) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic JenkinsHTMLWriter(OutputStream out, org.dom4j.io.OutputFormat format) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic boolean isEnabled()
public void setEnabled(boolean enabled)
public void startCDATA()
throws SAXException
startCDATA in interface LexicalHandlerstartCDATA in class org.dom4j.io.HTMLWriterSAXExceptionpublic void endCDATA()
throws SAXException
endCDATA in interface LexicalHandlerendCDATA in class org.dom4j.io.HTMLWriterSAXExceptionprotected void writeCDATA(String text) throws IOException
writeCDATA in class org.dom4j.io.HTMLWriterIOExceptionprotected void writeEntity(org.dom4j.Entity entity)
throws IOException
writeEntity in class org.dom4j.io.HTMLWriterIOExceptionprotected void writeString(String text) throws IOException
writeString in class org.dom4j.io.HTMLWriterIOExceptionprotected void writeClose(String qualifiedName) throws IOException
writeClose in class org.dom4j.io.HTMLWriterIOExceptionprotected void writeEmptyElementClose(String qualifiedName) throws IOException
writeEmptyElementClose in class org.dom4j.io.HTMLWriterIOExceptionCopyright © 2013. All rights reserved.