public final class XmlGenerator extends Object
XmlWriter for marshalling requests for XML protocol| Modifier and Type | Method and Description |
|---|---|
static XmlGenerator |
create(String xmlns,
boolean isS3) |
void |
endElement() |
void |
startElement(String element) |
void |
startElement(String element,
Map<String,String> attributes)
Start to write the element
|
StringWriter |
stringWriter() |
com.ibm.cos.v2.protocols.xml.internal.marshall.XmlWriter |
xmlWriter() |
public static XmlGenerator create(String xmlns, boolean isS3)
public com.ibm.cos.v2.protocols.xml.internal.marshall.XmlWriter xmlWriter()
public StringWriter stringWriter()
public void startElement(String element)
public void startElement(String element, Map<String,String> attributes)
element - the element to writeattributes - the attributespublic void endElement()
Copyright © 2026. All rights reserved.