EVOLUTION-MANAGER
Edit File: XMLAttributes-class.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Class '"XMLAttributes"'</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for XMLAttributes-class {XML}"><tr><td>XMLAttributes-class {XML}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Class <code>"XMLAttributes"</code></h2> <h3>Description</h3> <p>A simple class to represent a named character vector of XML attributes some of which may have a namespace. This maintains the name space</p> <h3>Objects from the Class</h3> <p>Objects can be created by calls of the form <code>new("XMLAttributes", ...)</code>. These are typically generated via a call to <code><a href="xmlAttrs.html">xmlAttrs</a></code>. </p> <h3>Slots</h3> <dl> <dt><code>.Data</code>:</dt><dd><p>Object of class <code>"character"</code></p> </dd> </dl> <h3>Extends</h3> <p>Class <code>"<a href="../../methods/html/BasicClasses.html">character</a>"</code>, from data part. Class <code>"<a href="../../methods/html/BasicClasses.html">vector</a>"</code>, by class "character", distance 2. Class <code>"<a href="../../methods/html/setOldClass.html">data.frameRowLabels</a>"</code>, by class "character", distance 2. Class <code>"<a href="../../methods/html/refClass.html">SuperClassMethod</a>"</code>, by class "character", distance 2. </p> <h3>Methods</h3> <dl> <dt>[</dt><dd><p><code>signature(x = "XMLAttributes")</code>: ... </p> </dd> <dt>show</dt><dd><p><code>signature(object = "XMLAttributes")</code>: ... </p> </dd> </dl> <h3>Author(s)</h3> <p>Duncan Temple Lang </p> <h3>See Also</h3> <p><code><a href="xmlAttrs.html">xmlAttrs</a></code> <code><a href="newXMLDoc.html">newXMLNode</a></code> <code><a href="xmlTreeParse.html">xmlParse</a></code> </p> <h3>Examples</h3> <pre> nn = newXMLNode("foo", attrs = c(a = "123", 'r:show' = "true"), namespaceDefinitions = c(r = "http://www.r-project.org")) a = xmlAttrs(nn) a["show"] </pre> <hr /><div style="text-align: center;">[Package <em>XML</em> version 3.99-0.3 <a href="00Index.html">Index</a>]</div> </body></html>