com.azure.xml

Contains general classes for handling XML.

Classes

XmlReader

Reads an XML encoded value as a stream of tokens.

XmlWriter

Writes an XML encoded value to a stream.

Interfaces

XmlElementConsumer

A callback used when processing an XML element.

XmlReadValueCallback<T,R>

A callback used when reading an XML value, such as getNullableElement(XmlReadValueCallback<String,T> converter).

XmlSerializable<T>

Indicates that the implementing class can be serialized to and deserialized from XML.

Enums

XmlToken

Token types used when reading XML content.