Expand description
XML serialization (node to string).
Structs§
- Serialize
Options - Options for XML serialization.
Functions§
- document_
to_ xml_ string - Serializes an entire document to an XML string.
- document_
to_ xml_ string_ with_ options - Serializes a document with custom options.
- node_
to_ xml_ string - Serializes a node to an XML string.
- node_
to_ xml_ string_ with_ options - Serializes a node with custom options.
- readonly_
node_ to_ xml_ string - Serializes a read-only node to an XML string.