|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputFormat.Builder in global.sandbox.xmlutilities |
---|
Methods in global.sandbox.xmlutilities that return OutputFormat.Builder | |
---|---|
OutputFormat.Builder |
OutputFormat.Builder.addCdataSectionElement(Element element)
Adds specified Element into CDATA section element list. |
OutputFormat.Builder |
OutputFormat.Builder.addCdataSectionElement(String elementName)
Adds element name as is into CDATA section element list. |
OutputFormat.Builder |
OutputFormat.Builder.addCdataSectionElement(String namespaceUri,
String localName)
Adds specified local name with optional name space URI into CDATA section element list. |
OutputFormat.Builder |
OutputFormat.Builder.asStandalone()
Sets standalone flag. |
OutputFormat.Builder |
OutputFormat.Builder.dontOmitXmlDeclaration()
Sets omit XML Declaration flag to no . |
OutputFormat.Builder |
OutputFormat.Builder.indent()
Sets indent flag. |
static OutputFormat.Builder |
OutputFormat.newCustomMethodBuilder(String method)
Creates builder for custom method. |
static OutputFormat.Builder |
OutputFormat.newHtmlMethodBuilder()
Creates builder for HTML method intent. |
static OutputFormat.Builder |
OutputFormat.newTextMethodBuilder()
Creates builder for Text method intent. |
static OutputFormat.Builder |
OutputFormat.newXmlMethodBuilder()
Creates builder for XML method intent. |
OutputFormat.Builder |
OutputFormat.Builder.omitXmlDeclaration()
Sets omit XML Declaration flag to yes . |
OutputFormat.Builder |
OutputFormat.Builder.setDoctypePublic(String doctype)
Sets DOCTYPE PUBLIC |
OutputFormat.Builder |
OutputFormat.Builder.setDoctypeSystem(String doctype)
Sets DOCTYPE SYSTEM. |
OutputFormat.Builder |
OutputFormat.Builder.setEncoding(Charset charset)
Sets encoding from specified Charset. |
OutputFormat.Builder |
OutputFormat.Builder.setEncoding(String encoding)
Sets encoding. |
OutputFormat.Builder |
OutputFormat.Builder.setIndent(OutputFormat.Boolean state)
Sets indent flag. |
OutputFormat.Builder |
OutputFormat.Builder.setMediaType(String mediaType)
Sets media type. |
OutputFormat.Builder |
OutputFormat.Builder.setOmitXmlDeclaration(OutputFormat.Boolean state)
Sets omit XML Declaration flag. |
OutputFormat.Builder |
OutputFormat.Builder.setStandalone(OutputFormat.Boolean state)
Sets standalone flag. |
OutputFormat.Builder |
OutputFormat.Builder.setVersion(String version)
Sets version. |
OutputFormat.Builder |
OutputFormat.Builder.withCustomProperty(String key,
String value)
Adds custom property which does not exist already and is not one of the properties managed by this builder. |
OutputFormat.Builder |
OutputFormat.Builder.withDefaultVersion()
Sets default version for XML and HTML output method. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |