public interface INodeBuilder extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
setNumberValue(String value) |
void |
setValue(boolean value) |
void |
setValue(Number value) |
void |
setValue(String value) |
ArrayBuilder |
startArray(String elementName) |
ObjectBuilder |
startObject() |
ArrayBuilder startArray(String elementName) throws SAXException
SAXException
ObjectBuilder startObject() throws SAXException
SAXException
void setValue(String value) throws SAXException
SAXException
void setValue(Number value) throws SAXException
SAXException
void setValue(boolean value) throws SAXException
SAXException
void setNumberValue(String value) throws SAXException
SAXException
void close() throws SAXException
close
in interface AutoCloseable
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.