public abstract class ArrayBuilder extends StructureBuilder implements IArrayBuilder
field
Constructor and Description |
---|
ArrayBuilder() |
Modifier and Type | Method and Description |
---|---|
ArrayBuilder |
addArrayElement(String elementName) |
void |
addElement(boolean value) |
void |
addElement(Number value) |
void |
addElement(String value) |
void |
addNumberElement(String value) |
ObjectBuilder |
addObjectElement() |
asArrayBuilder, asObjectBuilder, close, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addElement, close
public void addElement(String value) throws SAXException
SAXException
public void addElement(Number value) throws SAXException
SAXException
public void addElement(boolean value) throws SAXException
SAXException
public void addNumberElement(String value) throws SAXException
SAXException
public ObjectBuilder addObjectElement() throws SAXException
SAXException
public ArrayBuilder addArrayElement(String elementName) throws SAXException
SAXException
Copyright © 2023 Frank!Framework. All rights reserved.