wxDOMAttr - Kirix Documentation

Developer Resources

wxDOMAttr

Overview

The wxDOMAttr class encapsulates a DOM attribute.

Base Class

wxDOMNode

Constructor

wxDOMAttr::wxDOMAttr()

Methods

wxDOMAttr::GetName
wxDOMAttr::GetOwnerElement
wxDOMAttr::GetSpecified
wxDOMAttr::GetValue
wxDOMAttr::IsOk

wxDOMAttr::GetName

wxString wxDOMAttr::GetName()

wxDOMAttr::GetOwnerElement

wxDOMElement wxDOMAttr::GetOwnerElement()

wxDOMAttr::GetSpecified

bool wxDOMAttr::GetSpecified()

wxDOMAttr::GetValue

wxString wxDOMAttr::GetValue()

wxDOMAttr::IsOk

bool wxDOMAttr::IsOk() const

Returns

Returns true if the DOM Attribute is valid, and false otherwise.