public class DocumentBuilderFactory extends Object
Constructor and Description |
---|
DocumentBuilderFactory() |
Modifier and Type | Method and Description |
---|---|
static ArrayBuilder |
startArrayDocument(DocumentFormat format,
String rootElement,
String elementName) |
static ArrayBuilder |
startArrayDocument(DocumentFormat format,
String rootElement,
String elementName,
MessageOutputStream outputStream,
boolean prettyPrint) |
static IDocumentBuilder |
startDocument(DocumentFormat format,
String rootElement) |
static IDocumentBuilder |
startDocument(DocumentFormat format,
String rootElement,
MessageOutputStream outputStream,
boolean prettyPrint) |
static IDocumentBuilder |
startDocument(JsonEventHandler handler) |
static IDocumentBuilder |
startDocument(String rootElement,
ContentHandler handler,
boolean prettyPrint) |
static ObjectBuilder |
startObjectDocument(DocumentFormat format,
String rootElement) |
static ObjectBuilder |
startObjectDocument(DocumentFormat format,
String rootElement,
MessageOutputStream outputStream,
boolean prettyPrint) |
public static IDocumentBuilder startDocument(DocumentFormat format, String rootElement, MessageOutputStream outputStream, boolean prettyPrint) throws SAXException, StreamingException
SAXException
StreamingException
public static IDocumentBuilder startDocument(DocumentFormat format, String rootElement) throws SAXException
SAXException
public static IDocumentBuilder startDocument(String rootElement, ContentHandler handler, boolean prettyPrint) throws SAXException
SAXException
public static IDocumentBuilder startDocument(JsonEventHandler handler) throws SAXException
SAXException
public static ObjectBuilder startObjectDocument(DocumentFormat format, String rootElement, MessageOutputStream outputStream, boolean prettyPrint) throws SAXException, StreamingException
SAXException
StreamingException
public static ObjectBuilder startObjectDocument(DocumentFormat format, String rootElement) throws SAXException
SAXException
public static ArrayBuilder startArrayDocument(DocumentFormat format, String rootElement, String elementName, MessageOutputStream outputStream, boolean prettyPrint) throws SAXException, StreamingException
SAXException
StreamingException
public static ArrayBuilder startArrayDocument(DocumentFormat format, String rootElement, String elementName) throws SAXException
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.