4.15. sphinx.builders.xml¶
Docutils-native XML and pseudo-XML builders.
| copyright: | Copyright 2007-2016 by the Sphinx team, see AUTHORS. |
|---|---|
| license: | BSD, see LICENSE for details. |
4.15.2. Classes¶
Builder(app) |
Builds target formats from the reST sources. |
PseudoXMLBuilder(app) |
Builds pseudo-XML for display purposes. |
PseudoXMLWriter(builder) |
|
StringOutput([destination, ...]) |
Direct string output. |
XMLBuilder(app) |
Builds Docutils-native XML. |
XMLWriter(builder) |