#include <XspfExtensionWriter.h>
List of all members.
Detailed Description
Writes a XspfExtension to a XspfXmlFormatter.
Definition at line 64 of file XspfExtensionWriter.h.
Constructor & Destructor Documentation
Creates a new XspfExtensionWriter object.
- Parameters:
-
| extension | Extension to write |
| output | Output formatter to write to |
| baseUri | Absolute base URI to reduce URIs against, is NULL if only absolute URIs are wanted |
Copy constructor.
- Parameters:
-
| source | Source to copy from |
Member Function Documentation
XML_Char const* getBaseUri |
( |
|
) |
const [protected] |
Returns the base URI in use.
- Returns:
- Base URI, can be
NULL
Returns the extension to be written.
- Returns:
- Extension
virtual XML_Char const* const* getNamespaceRegs |
( |
|
) |
[protected, virtual] |
Returns a list of the namespaces used inside the extension body. Moreprecisely this is an alternating NULL-terminated list of URI/prefix pairs.
- Returns:
- List of URI/prefix pairs
Gives access to the XML formatter in use.
- Returns:
- XML formatter reference
Assignment operator.
- Parameters:
-
| source | Source to copy from |
Writes the associated extension to the output formater.
virtual void writeExtensionBody |
( |
|
) |
[protected, pure virtual] |
Writes the extension body.
The documentation for this class was generated from the following file: