ae.utils.xmlbuild

Very simple write-only API for building XML documents. Abuses operator overloading to allow a very terse syntax.

Members

Classes

XmlBuildNode
class XmlBuildNode

The node type. Avoid using directly.

Functions

newXml
XmlBuildNode newXml()

Create an XML node. Entry point.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>