#include <xmltooling/Namespace.h>
Public Member Functions | |
Namespace (const XMLCh *uri=NULL, const XMLCh *prefix=NULL, bool alwaysDeclare=false) | |
Constructor. | |
const XMLCh * | getNamespacePrefix () const |
Returns the namespace prefix. | |
const XMLCh * | getNamespaceURI () const |
Returns the namespace URI. | |
const bool | alwaysDeclare () const |
Returns true iff the namespace should always be declared regardless of in-scope declarations. | |
void | setNamespacePrefix (const XMLCh *prefix) |
Sets the namespace prefix. | |
void | setNamespaceURI (const XMLCh *uri) |
Sets the namespace URI. | |
void | setAlwaysDeclare (bool alwaysDeclare) |
Sets the alwaysDeclared property. |
|
Constructor.
|
|
Returns true iff the namespace should always be declared regardless of in-scope declarations.
|
|
Returns the namespace prefix.
|
|
Returns the namespace URI.
|
|
Sets the alwaysDeclared property.
|
|
Sets the namespace prefix.
|
|
Sets the namespace URI.
|