public interface IObjectBuilder extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
INodeBuilder |
addField(String fieldName) |
ArrayBuilder |
addRepeatedField(String fieldName) |
void |
close() |
INodeBuilder addField(String fieldName) throws SAXException
SAXException
ArrayBuilder addRepeatedField(String fieldName) throws SAXException
SAXException
void close() throws SAXException
close
in interface AutoCloseable
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.