DOM::CSSNamespace Struct Reference
List of all members.Detailed Description
Definition at line 51 of file css_base.h.
Public Member Functions | |
| CSSNamespace (const DOMString &p, const DOMString &u, CSSNamespace *parent) | |
| ~CSSNamespace () | |
| const DOMString & | uri () |
| const DOMString & | prefix () |
| CSSNamespace * | namespaceForPrefix (const DOMString &prefix) |
Public Attributes | |
| DOMString | m_prefix |
| DOMString | m_uri |
| CSSNamespace * | m_parent |
The documentation for this struct was generated from the following file:

