X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/288b6107e1060b57ec50048d06cfc3f22bc11e0c..d67c33888f65e236adedd65ffbd978607eadc9d5:/docs/latex/wx/xmlattr.tex
diff --git a/docs/latex/wx/xmlattr.tex b/docs/latex/wx/xmlattr.tex
index 701a1bb468..1c0b031289 100644
--- a/docs/latex/wx/xmlattr.tex
+++ b/docs/latex/wx/xmlattr.tex
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Name: xmlnode.tex
+%% Name: xmlattr.tex
%% Purpose: wxXmlAttribute documentation
%% Author: Francesco Montorsi
%% Created: 2006-04-18
@@ -10,10 +10,10 @@
\section{\class{wxXmlAttribute}}\label{wxxmlattribute}
-Represents a node property.
+Represents a node attribute.
-Example: in {\tt }, {\tt ``src"} is property with value
-{\tt ``hello.gif"} and {\tt ``id"} is a property with value {\tt ``3"}.
+Example: in {\tt }, {\tt ``src"} is attribute with value
+{\tt ``hello.gif"} and {\tt ``id"} is a attribute with value {\tt ``3"}.
\wxheading{Derived from}
@@ -23,6 +23,10 @@ No base class
+\wxheading{Library}
+
+\helpref{wxXml}{librarieslist}
+
\wxheading{See also}
\helpref{wxXmlDocument}{wxxmldocument}, \helpref{wxXmlNode}{wxxmlnode}
@@ -37,8 +41,8 @@ No base class
\func{}{wxXmlAttribute}{\param{const wxString\& }{name}, \param{const wxString\& }{value}, \param{wxXmlAttribute* }{next = NULL}}
-Creates the property with given {\it name} and {\it value}.
-If {\it next} is not NULL, then sets it as sibling of this property.
+Creates the attribute with given {\it name} and {\it value}.
+If {\it next} is not NULL, then sets it as sibling of this attribute.
\membersection{wxXmlAttribute::\destruct{wxXmlAttribute}}\label{wxxmlattributedtor}
@@ -50,35 +54,35 @@ The virtual destructor.
\constfunc{wxString}{GetName}{\void}
-Returns the name of this property.
+Returns the name of this attribute.
\membersection{wxXmlAttribute::GetNext}\label{wxxmlattributegetnext}
\constfunc{wxXmlAttribute*}{GetNext}{\void}
-Returns the sibling of this property or NULL if there are no siblings.
+Returns the sibling of this attribute or NULL if there are no siblings.
\membersection{wxXmlAttribute::GetValue}\label{wxxmlattributegetvalue}
\constfunc{wxString}{GetValue}{\void}
-Returns the value of this property.
+Returns the value of this attribute.
\membersection{wxXmlAttribute::SetName}\label{wxxmlattributesetname}
\func{void}{SetName}{\param{const wxString\& }{name}}
-Sets the name of this property.
+Sets the name of this attribute.
\membersection{wxXmlAttribute::SetNext}\label{wxxmlattributesetnext}
\func{void}{SetNext}{\param{wxXmlAttribute* }{next}}
-Sets the sibling of this property.
+Sets the sibling of this attribute.
\membersection{wxXmlAttribute::SetValue}\label{wxxmlattributesetvalue}
\func{void}{SetValue}{\param{const wxString\& }{value}}
-Sets the value of this property.
+Sets the value of this attribute.