public class SaxDocumentBuilder extends SaxElementBuilder
Constructor and Description |
---|
SaxDocumentBuilder(String elementName) |
SaxDocumentBuilder(String elementName,
ContentHandler handler,
boolean prettyPrint) |
SaxDocumentBuilder(String elementName,
Writer writer) |
SaxDocumentBuilder(String elementName,
Writer writer,
boolean prettyPrint) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
addAttribute, addAttribute, addAttributes, addElement, addElement, addElement, addElement, addElement, addValue, addValue, endElement, getHandler, startElement, toString
public SaxDocumentBuilder(String elementName) throws SAXException
SAXException
public SaxDocumentBuilder(String elementName, Writer writer) throws SAXException
SAXException
public SaxDocumentBuilder(String elementName, Writer writer, boolean prettyPrint) throws SAXException
SAXException
public SaxDocumentBuilder(String elementName, ContentHandler handler, boolean prettyPrint) throws SAXException
SAXException
public void close() throws SAXException
close
in interface AutoCloseable
close
in class SaxElementBuilder
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.