1 \section{\class{wxXmlProperty
}}\label{wxxmlproperty
}
3 Represents a node property.
5 Example: in <img src="hello.gif" id="
3"/> "src" is property with value
6 "hello.gif" and "id" is a property with value "
3".
8 \wxheading{Derived from
}
12 \wxheading{Include files
}
18 \helpref{wxXmlDocument
}{wxxmldocument
},
\helpref{wxXmlNode
}{wxxmlnode
}
20 \latexignore{\rtfignore{\wxheading{Members
}}}
23 \membersection{wxXmlProperty::wxXmlProperty
}\label{wxxmlpropertywxxmlproperty
}
25 \func{}{wxXmlProperty
}{\void}
28 \func{}{wxXmlProperty
}{\param{const wxString\&
}{name
},
\param{const wxString\&
}{value
},
\param{wxXmlProperty*
}{next = NULL
}}
30 Creates the property with given
{\it name
} and
{\it value
}.
31 If
{\it next
} is not NULL, then sets it as sibling of this property.
33 \membersection{wxXmlProperty::
\destruct{wxXmlProperty
}}\label{wxxmlpropertydtor
}
35 \func{}{\destruct{wxXmlProperty
}}{\void}
37 The virtual destructor.
39 \membersection{wxXmlProperty::GetName
}\label{wxxmlpropertygetname
}
41 \constfunc{wxString
}{GetName
}{\void}
43 Returns the name of this property.
45 \membersection{wxXmlProperty::GetNext
}\label{wxxmlpropertygetnext
}
47 \constfunc{wxXmlProperty*
}{GetNext
}{\void}
49 Returns the sibling of this property or NULL if there are no siblings.
51 \membersection{wxXmlProperty::GetValue
}\label{wxxmlpropertygetvalue
}
53 \constfunc{wxString
}{GetValue
}{\void}
55 Returns the value of this property.
57 \membersection{wxXmlProperty::SetName
}\label{wxxmlpropertysetname
}
59 \func{void
}{SetName
}{\param{const wxString\&
}{name
}}
61 Sets the name of this property.
63 \membersection{wxXmlProperty::SetNext
}\label{wxxmlpropertysetnext
}
65 \func{void
}{SetNext
}{\param{wxXmlProperty*
}{next
}}
67 Sets the sibling of this property.
69 \membersection{wxXmlProperty::SetValue
}\label{wxxmlpropertysetvalue
}
71 \func{void
}{SetValue
}{\param{const wxString\&
}{value
}}
73 Sets the value of this property.