|
That said, XML instances representing attributes never have children, and, hence,
have no need for the majority of the XML class’s methods. Instead, an XML instance
representing an attribute is used nearly exclusively for the simple attribute value it
represents. To access the value of an attribute, we use the XML class’s instance
method toString( ). |
|