public class XmlDocumentBuilder extends XmlNodeBuilder implements IDocumentBuilder
Constructor and Description |
---|
XmlDocumentBuilder(String rootElement) |
XmlDocumentBuilder(String rootElement,
ContentHandler handler,
boolean prettyPrint) |
XmlDocumentBuilder(String rootElement,
Writer writer,
boolean prettyPrint) |
Modifier and Type | Method and Description |
---|---|
ArrayBuilder |
asArrayBuilder(String elementName) |
ObjectBuilder |
asObjectBuilder() |
void |
close() |
String |
toString() |
setNumberValue, setValue, setValue, setValue, startArray, startObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setNumberValue, setValue, setValue, setValue, startArray, startObject
public XmlDocumentBuilder(String rootElement) throws SAXException
SAXException
public XmlDocumentBuilder(String rootElement, Writer writer, boolean prettyPrint) throws SAXException
SAXException
public XmlDocumentBuilder(String rootElement, ContentHandler handler, boolean prettyPrint) throws SAXException
SAXException
public ObjectBuilder asObjectBuilder() throws SAXException
asObjectBuilder
in interface IDocumentBuilder
SAXException
public ArrayBuilder asArrayBuilder(String elementName) throws SAXException
asArrayBuilder
in interface IDocumentBuilder
SAXException
public void close() throws SAXException
close
in interface AutoCloseable
close
in interface INodeBuilder
close
in class XmlNodeBuilder
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.