<h1>DOMAttr.hpp</h1><ahref="DOMAttr_8hpp.html">Go to the documentation of this file.</a><divclass="fragment"><preclass="fragment"><aname="l00001"></a>00001 <spanclass="comment">/*</span>
<aname="l00002"></a>00002 <spanclass="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<aname="l00003"></a>00003 <spanclass="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<aname="l00004"></a>00004 <spanclass="comment"> * this work for additional information regarding copyright ownership.</span>
<aname="l00005"></a>00005 <spanclass="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<aname="l00006"></a>00006 <spanclass="comment"> * (the "License"); you may not use this file except in compliance with</span>
<aname="l00007"></a>00007 <spanclass="comment"> * the License. You may obtain a copy of the License at</span>
<aname="l00057"></a><aclass="code"href="classxercesc_1_1DOMAttr.html">00057</a><spanclass="keyword">class </span>CDOM_EXPORT <aclass="code"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a>: <spanclass="keyword">public</span><aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a> {
<aname="l00065"></a><aclass="code"href="classxercesc_1_1DOMAttr.html#a2e6e731c03f10a3c8116549556ca2b50">00065</a><aclass="code"href="classxercesc_1_1DOMAttr.html#a2e6e731c03f10a3c8116549556ca2b50">DOMAttr</a>(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a>&other) : <aclass="code"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model...">DOMNode</a>(other) {}
<aname="l00074"></a>00074 <spanclass="comment"></span><aclass="code"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a>& operator = (<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element.">DOMAttr</a>&);
<aname="l00144"></a>00144 <spanclass="keyword">virtual</span><aclass="code"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a> *getOwnerElement() <spanclass="keyword">const</span> = 0;
<aname="l00166"></a>00166 <spanclass="keyword">virtual</span><spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMTypeInfo.html"title="The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified...">DOMTypeInfo</a> * getSchemaTypeInfo() <spanclass="keyword">const</span> = 0;