public class XmlNodeBuilder extends Object implements INodeBuilder
Constructor and Description |
---|
XmlNodeBuilder(SaxElementBuilder current,
String elementName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
setNumberValue(String value) |
void |
setValue(boolean value) |
void |
setValue(Number value) |
void |
setValue(String value) |
XmlArrayBuilder |
startArray(String elementName) |
XmlObjectBuilder |
startObject() |
public XmlNodeBuilder(SaxElementBuilder current, String elementName) throws SAXException
SAXException
public void close() throws SAXException
close
in interface AutoCloseable
close
in interface INodeBuilder
SAXException
public XmlArrayBuilder startArray(String elementName)
startArray
in interface INodeBuilder
public XmlObjectBuilder startObject() throws SAXException
startObject
in interface INodeBuilder
SAXException
public void setValue(String value) throws SAXException
setValue
in interface INodeBuilder
SAXException
public void setValue(Number value) throws SAXException
setValue
in interface INodeBuilder
SAXException
public void setValue(boolean value) throws SAXException
setValue
in interface INodeBuilder
SAXException
public void setNumberValue(String value) throws SAXException
setNumberValue
in interface INodeBuilder
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.