| Package | Description |
|---|---|
| io.milton.http |
| Modifier and Type | Method and Description |
|---|---|
static XmlWriter.Type |
XmlWriter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlWriter.Type |
XmlWriter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlWriter.Type[] |
XmlWriter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static XmlWriter.Type[] |
XmlWriter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlWriter.writeElement(String nsPrefix,
String nsUrl,
String name,
XmlWriter.Type type) |
void |
XmlWriter.writeElement(String nsPrefix,
String nsUrl,
String name,
XmlWriter.Type type) |
void |
XmlWriter.writeElement(String namespace,
String name,
XmlWriter.Type type) |
void |
XmlWriter.writeElement(String namespace,
String name,
XmlWriter.Type type) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.