blob: 8effe0fd6ad6e4ab0cbd475c9d539bd4870b16fb [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Fri Feb 22 10:26:43 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ChartSolidTypeAttribute (ODFDOM API v0.8.9-incubating - http://incubator.apache.org/odftoolkit/)</title>
<meta name="date" content="2013-02-22">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ChartSolidTypeAttribute (ODFDOM API v0.8.9-incubating - http://incubator.apache.org/odftoolkit/)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ChartSolidTypeAttribute.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSeriesSourceAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html" target="_top">Frames</a></li>
<li><a href="ChartSolidTypeAttribute.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.odftoolkit.odfdom.dom.attribute.chart</div>
<h2 title="Class ChartSolidTypeAttribute" class="title">Class ChartSolidTypeAttribute</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">org.apache.xerces.dom.NodeImpl</a></li>
<li>
<ul class="inheritance">
<li><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">org.apache.xerces.dom.AttrImpl</a></li>
<li>
<ul class="inheritance">
<li><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">org.apache.xerces.dom.AttrNSImpl</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfAttribute.html" title="class in org.odftoolkit.odfdom.pkg">org.odftoolkit.odfdom.pkg.OdfAttribute</a></li>
<li>
<ul class="inheritance">
<li>org.odftoolkit.odfdom.dom.attribute.chart.ChartSolidTypeAttribute</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Attr.html?is-external=true" title="class or interface in org.w3c.dom">Attr</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/events/EventTarget.html?is-external=true" title="class or interface in org.w3c.dom.events">EventTarget</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/NodeList.html?is-external=true" title="class or interface in org.w3c.dom">NodeList</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true" title="class or interface in org.w3c.dom">TypeInfo</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">ChartSolidTypeAttribute</span>
extends <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfAttribute.html" title="class in org.odftoolkit.odfdom.pkg">OdfAttribute</a></pre>
<div class="block">DOM implementation of OpenDocument attribute .</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../serialized-form.html#org.odftoolkit.odfdom.dom.attribute.chart.ChartSolidTypeAttribute">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart">ChartSolidTypeAttribute.Value</a></strong></code>
<div class="block">The value set of .</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfName.html" title="class in org.odftoolkit.odfdom.pkg">OdfName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#ATTRIBUTE_NAME">ATTRIBUTE_NAME</a></strong></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.xerces.dom.AttrNSImpl">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">AttrNSImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#localName" title="class or interface in org.apache.xerces.dom">localName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#namespaceURI" title="class or interface in org.apache.xerces.dom">namespaceURI</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.xerces.dom.AttrImpl">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">AttrImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#name" title="class or interface in org.apache.xerces.dom">name</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#textNode" title="class or interface in org.apache.xerces.dom">textNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#value" title="class or interface in org.apache.xerces.dom">value</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.xerces.dom.NodeImpl">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">NodeImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_CONTAINS" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_CONTAINS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_DISCONNECTED" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_DISCONNECTED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_FOLLOWING" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_FOLLOWING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_IS_CONTAINED" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_IS_CONTAINED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#DOCUMENT_POSITION_PRECEDING" title="class or interface in org.apache.xerces.dom">DOCUMENT_POSITION_PRECEDING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#ELEMENT_DEFINITION_NODE" title="class or interface in org.apache.xerces.dom">ELEMENT_DEFINITION_NODE</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#FIRSTCHILD" title="class or interface in org.apache.xerces.dom">FIRSTCHILD</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#flags" title="class or interface in org.apache.xerces.dom">flags</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#HASSTRING" title="class or interface in org.apache.xerces.dom">HASSTRING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#ID" title="class or interface in org.apache.xerces.dom">ID</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#IGNORABLEWS" title="class or interface in org.apache.xerces.dom">IGNORABLEWS</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#NORMALIZED" title="class or interface in org.apache.xerces.dom">NORMALIZED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#OWNED" title="class or interface in org.apache.xerces.dom">OWNED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#ownerNode" title="class or interface in org.apache.xerces.dom">ownerNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#READONLY" title="class or interface in org.apache.xerces.dom">READONLY</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#SPECIFIED" title="class or interface in org.apache.xerces.dom">SPECIFIED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#SYNCCHILDREN" title="class or interface in org.apache.xerces.dom">SYNCCHILDREN</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#SYNCDATA" title="class or interface in org.apache.xerces.dom">SYNCDATA</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_ANCESTOR" title="class or interface in org.apache.xerces.dom">TREE_POSITION_ANCESTOR</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_DESCENDANT" title="class or interface in org.apache.xerces.dom">TREE_POSITION_DESCENDANT</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_DISCONNECTED" title="class or interface in org.apache.xerces.dom">TREE_POSITION_DISCONNECTED</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_EQUIVALENT" title="class or interface in org.apache.xerces.dom">TREE_POSITION_EQUIVALENT</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_FOLLOWING" title="class or interface in org.apache.xerces.dom">TREE_POSITION_FOLLOWING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_PRECEDING" title="class or interface in org.apache.xerces.dom">TREE_POSITION_PRECEDING</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#TREE_POSITION_SAME_NODE" title="class or interface in org.apache.xerces.dom">TREE_POSITION_SAME_NODE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.w3c.dom.Node">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.w3c.dom.<a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#ATTRIBUTE_NODE" title="class or interface in org.w3c.dom">ATTRIBUTE_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#CDATA_SECTION_NODE" title="class or interface in org.w3c.dom">CDATA_SECTION_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#COMMENT_NODE" title="class or interface in org.w3c.dom">COMMENT_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_FRAGMENT_NODE" title="class or interface in org.w3c.dom">DOCUMENT_FRAGMENT_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_NODE" title="class or interface in org.w3c.dom">DOCUMENT_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_CONTAINED_BY" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_CONTAINED_BY</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_CONTAINS" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_CONTAINS</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_DISCONNECTED" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_DISCONNECTED</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_FOLLOWING" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_FOLLOWING</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_POSITION_PRECEDING" title="class or interface in org.w3c.dom">DOCUMENT_POSITION_PRECEDING</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#DOCUMENT_TYPE_NODE" title="class or interface in org.w3c.dom">DOCUMENT_TYPE_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#ELEMENT_NODE" title="class or interface in org.w3c.dom">ELEMENT_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#ENTITY_NODE" title="class or interface in org.w3c.dom">ENTITY_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#ENTITY_REFERENCE_NODE" title="class or interface in org.w3c.dom">ENTITY_REFERENCE_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#NOTATION_NODE" title="class or interface in org.w3c.dom">NOTATION_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#PROCESSING_INSTRUCTION_NODE" title="class or interface in org.w3c.dom">PROCESSING_INSTRUCTION_NODE</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#TEXT_NODE" title="class or interface in org.w3c.dom">TEXT_NODE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.w3c.dom.TypeInfo">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.w3c.dom.<a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true" title="class or interface in org.w3c.dom">TypeInfo</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true#DERIVATION_EXTENSION" title="class or interface in org.w3c.dom">DERIVATION_EXTENSION</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true#DERIVATION_LIST" title="class or interface in org.w3c.dom">DERIVATION_LIST</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true#DERIVATION_RESTRICTION" title="class or interface in org.w3c.dom">DERIVATION_RESTRICTION</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/TypeInfo.html?is-external=true#DERIVATION_UNION" title="class or interface in org.w3c.dom">DERIVATION_UNION</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#ChartSolidTypeAttribute(org.odftoolkit.odfdom.pkg.OdfFileDom)">ChartSolidTypeAttribute</a></strong>(<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfFileDom.html" title="class in org.odftoolkit.odfdom.pkg">OdfFileDom</a>&nbsp;ownerDocument)</code>
<div class="block">Create the instance of OpenDocument attribute .</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#getDefault()">getDefault</a></strong>()</code>
<div class="block">Returns the default value of .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart">ChartSolidTypeAttribute.Value</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#getEnumValue()">getEnumValue</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#getName()">getName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfName.html" title="class in org.odftoolkit.odfdom.pkg">OdfName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#getOdfName()">getOdfName</a></strong>()</code>
<div class="block">Returns the attribute name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#hasDefault()">hasDefault</a></strong>()</code>
<div class="block">Default value indicator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#isId()">isId</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html#setEnumValue(org.odftoolkit.odfdom.dom.attribute.chart.ChartSolidTypeAttribute.Value)">setEnumValue</a></strong>(<a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart">ChartSolidTypeAttribute.Value</a>&nbsp;attrValue)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.xerces.dom.AttrNSImpl">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">AttrNSImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#getLocalName()" title="class or interface in org.apache.xerces.dom">getLocalName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#getNamespaceURI()" title="class or interface in org.apache.xerces.dom">getNamespaceURI</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#getPrefix()" title="class or interface in org.apache.xerces.dom">getPrefix</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#getTypeName()" title="class or interface in org.apache.xerces.dom">getTypeName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#getTypeNamespace()" title="class or interface in org.apache.xerces.dom">getTypeNamespace</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#isDerivedFrom(java.lang.String, java.lang.String, int)" title="class or interface in org.apache.xerces.dom">isDerivedFrom</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#setPrefix(java.lang.String)" title="class or interface in org.apache.xerces.dom">setPrefix</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrNSImpl.html?is-external=true#setValues(org.apache.xerces.dom.CoreDocumentImpl, java.lang.String, java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">setValues</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.xerces.dom.AttrImpl">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">AttrImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#cloneNode(boolean)" title="class or interface in org.apache.xerces.dom">cloneNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getChildNodes()" title="class or interface in org.apache.xerces.dom">getChildNodes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getElement()" title="class or interface in org.apache.xerces.dom">getElement</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getFirstChild()" title="class or interface in org.apache.xerces.dom">getFirstChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getLastChild()" title="class or interface in org.apache.xerces.dom">getLastChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getLength()" title="class or interface in org.apache.xerces.dom">getLength</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getNodeName()" title="class or interface in org.apache.xerces.dom">getNodeName</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getNodeType()" title="class or interface in org.apache.xerces.dom">getNodeType</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getNodeValue()" title="class or interface in org.apache.xerces.dom">getNodeValue</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getOwnerElement()" title="class or interface in org.apache.xerces.dom">getOwnerElement</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getSchemaTypeInfo()" title="class or interface in org.apache.xerces.dom">getSchemaTypeInfo</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getSpecified()" title="class or interface in org.apache.xerces.dom">getSpecified</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getValue()" title="class or interface in org.apache.xerces.dom">getValue</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#hasChildNodes()" title="class or interface in org.apache.xerces.dom">hasChildNodes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">insertBefore</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#isEqualNode(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">isEqualNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#item(int)" title="class or interface in org.apache.xerces.dom">item</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#makeChildNode()" title="class or interface in org.apache.xerces.dom">makeChildNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#normalize()" title="class or interface in org.apache.xerces.dom">normalize</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#removeChild(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">removeChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">replaceChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#setIdAttribute(boolean)" title="class or interface in org.apache.xerces.dom">setIdAttribute</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#setNodeValue(java.lang.String)" title="class or interface in org.apache.xerces.dom">setNodeValue</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#setOwnerDocument(org.apache.xerces.dom.CoreDocumentImpl)" title="class or interface in org.apache.xerces.dom">setOwnerDocument</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#setReadOnly(boolean, boolean)" title="class or interface in org.apache.xerces.dom">setReadOnly</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#setSpecified(boolean)" title="class or interface in org.apache.xerces.dom">setSpecified</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#setType(java.lang.Object)" title="class or interface in org.apache.xerces.dom">setType</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#setValue(java.lang.String)" title="class or interface in org.apache.xerces.dom">setValue</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#synchronizeChildren()" title="class or interface in org.apache.xerces.dom">synchronizeChildren</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#toString()" title="class or interface in org.apache.xerces.dom">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.xerces.dom.NodeImpl">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.xerces.dom.<a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">NodeImpl</a></h3>
<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#addEventListener(java.lang.String, org.w3c.dom.events.EventListener, boolean)" title="class or interface in org.apache.xerces.dom">addEventListener</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#appendChild(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">appendChild</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#changed()" title="class or interface in org.apache.xerces.dom">changed</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#changes()" title="class or interface in org.apache.xerces.dom">changes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#compareDocumentPosition(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">compareDocumentPosition</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#compareTreePosition(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">compareTreePosition</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#dispatchEvent(org.w3c.dom.events.Event)" title="class or interface in org.apache.xerces.dom">dispatchEvent</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getAttributes()" title="class or interface in org.apache.xerces.dom">getAttributes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getBaseURI()" title="class or interface in org.apache.xerces.dom">getBaseURI</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getContainer()" title="class or interface in org.apache.xerces.dom">getContainer</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getFeature(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">getFeature</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getNextSibling()" title="class or interface in org.apache.xerces.dom">getNextSibling</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getNodeNumber()" title="class or interface in org.apache.xerces.dom">getNodeNumber</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getOwnerDocument()" title="class or interface in org.apache.xerces.dom">getOwnerDocument</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getParentNode()" title="class or interface in org.apache.xerces.dom">getParentNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getPreviousSibling()" title="class or interface in org.apache.xerces.dom">getPreviousSibling</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getReadOnly()" title="class or interface in org.apache.xerces.dom">getReadOnly</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getTextContent()" title="class or interface in org.apache.xerces.dom">getTextContent</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getUserData()" title="class or interface in org.apache.xerces.dom">getUserData</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getUserData(java.lang.String)" title="class or interface in org.apache.xerces.dom">getUserData</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#getUserDataRecord()" title="class or interface in org.apache.xerces.dom">getUserDataRecord</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#hasAttributes()" title="class or interface in org.apache.xerces.dom">hasAttributes</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#isDefaultNamespace(java.lang.String)" title="class or interface in org.apache.xerces.dom">isDefaultNamespace</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#isSameNode(org.w3c.dom.Node)" title="class or interface in org.apache.xerces.dom">isSameNode</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#isSupported(java.lang.String, java.lang.String)" title="class or interface in org.apache.xerces.dom">isSupported</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#lookupNamespaceURI(java.lang.String)" title="class or interface in org.apache.xerces.dom">lookupNamespaceURI</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#lookupPrefix(java.lang.String)" title="class or interface in org.apache.xerces.dom">lookupPrefix</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#needsSyncChildren(boolean)" title="class or interface in org.apache.xerces.dom">needsSyncChildren</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#removeEventListener(java.lang.String, org.w3c.dom.events.EventListener, boolean)" title="class or interface in org.apache.xerces.dom">removeEventListener</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#setTextContent(java.lang.String)" title="class or interface in org.apache.xerces.dom">setTextContent</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#setUserData(java.lang.Object)" title="class or interface in org.apache.xerces.dom">setUserData</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)" title="class or interface in org.apache.xerces.dom">setUserData</a>, <a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/NodeImpl.html?is-external=true#synchronizeData()" title="class or interface in org.apache.xerces.dom">synchronizeData</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.w3c.dom.Node">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.w3c.dom.<a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#appendChild(org.w3c.dom.Node)" title="class or interface in org.w3c.dom">appendChild</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#compareDocumentPosition(org.w3c.dom.Node)" title="class or interface in org.w3c.dom">compareDocumentPosition</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getAttributes()" title="class or interface in org.w3c.dom">getAttributes</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getBaseURI()" title="class or interface in org.w3c.dom">getBaseURI</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getFeature(java.lang.String, java.lang.String)" title="class or interface in org.w3c.dom">getFeature</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getNextSibling()" title="class or interface in org.w3c.dom">getNextSibling</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getOwnerDocument()" title="class or interface in org.w3c.dom">getOwnerDocument</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getParentNode()" title="class or interface in org.w3c.dom">getParentNode</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getPreviousSibling()" title="class or interface in org.w3c.dom">getPreviousSibling</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getTextContent()" title="class or interface in org.w3c.dom">getTextContent</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#getUserData(java.lang.String)" title="class or interface in org.w3c.dom">getUserData</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#hasAttributes()" title="class or interface in org.w3c.dom">hasAttributes</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#isDefaultNamespace(java.lang.String)" title="class or interface in org.w3c.dom">isDefaultNamespace</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#isSameNode(org.w3c.dom.Node)" title="class or interface in org.w3c.dom">isSameNode</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#isSupported(java.lang.String, java.lang.String)" title="class or interface in org.w3c.dom">isSupported</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#lookupNamespaceURI(java.lang.String)" title="class or interface in org.w3c.dom">lookupNamespaceURI</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#lookupPrefix(java.lang.String)" title="class or interface in org.w3c.dom">lookupPrefix</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#setTextContent(java.lang.String)" title="class or interface in org.w3c.dom">setTextContent</a>, <a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true#setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)" title="class or interface in org.w3c.dom">setUserData</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="ATTRIBUTE_NAME">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ATTRIBUTE_NAME</h4>
<pre>public static final&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfName.html" title="class in org.odftoolkit.odfdom.pkg">OdfName</a> ATTRIBUTE_NAME</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ChartSolidTypeAttribute(org.odftoolkit.odfdom.pkg.OdfFileDom)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ChartSolidTypeAttribute</h4>
<pre>public&nbsp;ChartSolidTypeAttribute(<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfFileDom.html" title="class in org.odftoolkit.odfdom.pkg">OdfFileDom</a>&nbsp;ownerDocument)</pre>
<div class="block">Create the instance of OpenDocument attribute .</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ownerDocument</code> - The type is <code>OdfFileDom</code></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getOdfName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOdfName</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfName.html" title="class in org.odftoolkit.odfdom.pkg">OdfName</a>&nbsp;getOdfName()</pre>
<div class="block">Returns the attribute name.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfAttribute.html#getOdfName()">getOdfName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfAttribute.html" title="class in org.odftoolkit.odfdom.pkg">OdfAttribute</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the <code>OdfName</code> for .</dd></dl>
</li>
</ul>
<a name="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Attr.html?is-external=true#getName()" title="class or interface in org.w3c.dom">getName</a></code>&nbsp;in interface&nbsp;<code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Attr.html?is-external=true" title="class or interface in org.w3c.dom">Attr</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#getName()" title="class or interface in org.apache.xerces.dom">getName</a></code>&nbsp;in class&nbsp;<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">AttrImpl</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Returns the name of this attribute.</dd></dl>
</li>
</ul>
<a name="setEnumValue(org.odftoolkit.odfdom.dom.attribute.chart.ChartSolidTypeAttribute.Value)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEnumValue</h4>
<pre>public&nbsp;void&nbsp;setEnumValue(<a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart">ChartSolidTypeAttribute.Value</a>&nbsp;attrValue)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>attrValue</code> - The <code>Enum</code> value of the attribute.</dd></dl>
</li>
</ul>
<a name="getEnumValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnumValue</h4>
<pre>public&nbsp;<a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart">ChartSolidTypeAttribute.Value</a>&nbsp;getEnumValue()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the <code>Enum</code> value of the attribute</dd></dl>
</li>
</ul>
<a name="getDefault()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefault</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDefault()</pre>
<div class="block">Returns the default value of .</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfAttribute.html#getDefault()">getDefault</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfAttribute.html" title="class in org.odftoolkit.odfdom.pkg">OdfAttribute</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the default value as <code>String</code> dependent of its element name
return <code>null</code> if the default value does not exist</dd></dl>
</li>
</ul>
<a name="hasDefault()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasDefault</h4>
<pre>public&nbsp;boolean&nbsp;hasDefault()</pre>
<div class="block">Default value indicator. As the attribute default value is dependent from its element, the attribute has only a default, when a parent element exists.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfAttribute.html#hasDefault()">hasDefault</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/odftoolkit/odfdom/pkg/OdfAttribute.html" title="class in org.odftoolkit.odfdom.pkg">OdfAttribute</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd><code>true</code> if has an element parent
otherwise return <code>false</code> as undefined.</dd></dl>
</li>
</ul>
<a name="isId()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isId</h4>
<pre>public&nbsp;boolean&nbsp;isId()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Attr.html?is-external=true#isId()" title="class or interface in org.w3c.dom">isId</a></code>&nbsp;in interface&nbsp;<code><a href="http://download.oracle.com/javase/6/docs/api/org/w3c/dom/Attr.html?is-external=true" title="class or interface in org.w3c.dom">Attr</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true#isId()" title="class or interface in org.apache.xerces.dom">isId</a></code>&nbsp;in class&nbsp;<code><a href="http://xerces.apache.org/xerces-j/apiDocs/org/apache/xerces/dom/AttrImpl.html?is-external=true" title="class or interface in org.apache.xerces.dom">AttrImpl</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Returns whether this attribute is known to be of type ID (i.e. xml:id ?)</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ChartSolidTypeAttribute.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSeriesSourceAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.Value.html" title="enum in org.odftoolkit.odfdom.dom.attribute.chart"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/odftoolkit/odfdom/dom/attribute/chart/ChartSolidTypeAttribute.html" target="_top">Frames</a></li>
<li><a href="ChartSolidTypeAttribute.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>