| Package | Description |
|---|---|
| com.groupdocs.cloud.editor.model |
| Modifier and Type | Method | Description |
|---|---|---|
static XmlLoadOptions.AttributeValuesQuoteTypeEnum |
XmlLoadOptions.AttributeValuesQuoteTypeEnum.fromValue(String text) |
|
XmlLoadOptions.AttributeValuesQuoteTypeEnum |
XmlLoadOptions.getAttributeValuesQuoteType() |
Allows to specify quote type (single or double quotes) for attribute values.
|
XmlLoadOptions.AttributeValuesQuoteTypeEnum |
XmlLoadOptions.AttributeValuesQuoteTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static XmlLoadOptions.AttributeValuesQuoteTypeEnum |
XmlLoadOptions.AttributeValuesQuoteTypeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static XmlLoadOptions.AttributeValuesQuoteTypeEnum[] |
XmlLoadOptions.AttributeValuesQuoteTypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
XmlLoadOptions |
XmlLoadOptions.attributeValuesQuoteType(XmlLoadOptions.AttributeValuesQuoteTypeEnum attributeValuesQuoteType) |
|
void |
XmlLoadOptions.setAttributeValuesQuoteType(XmlLoadOptions.AttributeValuesQuoteTypeEnum attributeValuesQuoteType) |
|
void |
XmlLoadOptions.AttributeValuesQuoteTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
XmlLoadOptions.AttributeValuesQuoteTypeEnum enumeration) |
Copyright © 2025. All rights reserved.