DWFCore::DWFXMLNamespaceBase Class Reference

#include "dwfcore/XML.h"

Collaboration diagram for DWFCore::DWFXMLNamespaceBase:

Collaboration graph
[legend]
List of all members.

Detailed Description

Encapsulates a namespace used to extend elements and/or attributes added to a DWF XML document.

Since:
7.4

Definition at line 334 of file XML.h.

Public Member Functions

_DWFCORE_API DWFXMLNamespaceBase () throw ()
_DWFCORE_API DWFXMLNamespaceBase (const DWFString &zNamespace, const DWFString &zXMLNS) throw ( DWFException )
virtual _DWFCORE_API ~DWFXMLNamespaceBase () throw ()
virtual _DWFCORE_API const
DWFString
prefix () const throw ()
virtual _DWFCORE_API const
DWFString
xmlns () const throw ()

Protected Attributes

DWFString _zPrefix
DWFString _zXMLNS


Constructor & Destructor Documentation

_DWFCORE_API DWFCore::DWFXMLNamespaceBase::DWFXMLNamespaceBase  )  throw () [inline]
 

Constructor

Exceptions:
None 

Definition at line 345 of file XML.h.

_DWFCORE_API DWFCore::DWFXMLNamespaceBase::DWFXMLNamespaceBase const DWFString zNamespace,
const DWFString zXMLNS
throw ( DWFException )
 

Constructor

Parameters:
zNamespace The namespace prefix. This parameter is required. This must be a non-DWF specified namespace
zXMLNS The namespace reference (should include version). This parameter is required.
Exceptions:
DWFException 

virtual _DWFCORE_API DWFCore::DWFXMLNamespaceBase::~DWFXMLNamespaceBase  )  throw () [inline, virtual]
 

Destructor

Exceptions:
None 

Definition at line 368 of file XML.h.


Member Function Documentation

virtual _DWFCORE_API const DWFString& DWFCore::DWFXMLNamespaceBase::prefix  )  const throw () [inline, virtual]
 

Returns the namespace prefix.

Definition at line 376 of file XML.h.

virtual _DWFCORE_API const DWFString& DWFCore::DWFXMLNamespaceBase::xmlns  )  const throw () [inline, virtual]
 

Returns the namespace reference uri.

Definition at line 386 of file XML.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:39:43 2009 for Autodesk DWF Core Library by  doxygen 1.4.5