blob: 2361a3fe799702c3e43a1e4ddf4e5073e0b0650e [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:22 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>DefaultElementVisitor (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="DefaultElementVisitor (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/DefaultElementVisitor.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>Prev Class</li>
<li><a href="../../../../org/odftoolkit/odfdom/dom/OdfContentDom.html" title="class in org.odftoolkit.odfdom.dom"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/odftoolkit/odfdom/dom/DefaultElementVisitor.html" target="_top">Frames</a></li>
<li><a href="DefaultElementVisitor.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>Nested&nbsp;|&nbsp;</li>
<li>Field&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>Field&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</div>
<h2 title="Class DefaultElementVisitor" class="title">Class DefaultElementVisitor</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>org.odftoolkit.odfdom.dom.DefaultElementVisitor</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/odftoolkit/odfdom/pkg/ElementVisitor.html" title="interface in org.odftoolkit.odfdom.pkg">ElementVisitor</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/odftoolkit/odfdom/dom/rdfa/BookmarkRDFMetadataExtractor.html" title="class in org.odftoolkit.odfdom.dom.rdfa">BookmarkRDFMetadataExtractor</a>, <a href="../../../../org/odftoolkit/odfdom/incubator/doc/text/OdfTextExtractor.html" title="class in org.odftoolkit.odfdom.incubator.doc.text">OdfTextExtractor</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">DefaultElementVisitor</span>
extends <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>
implements <a href="../../../../org/odftoolkit/odfdom/pkg/ElementVisitor.html" title="interface in org.odftoolkit.odfdom.pkg">ElementVisitor</a></pre>
<div class="block">The default visitor for ODF XML sSchema elements.
The default behavior of all specific elements is to dispatch to the visit call
to their super class <code>OdfElement<code>.
This default method is abstract and have to be overridden.
The method is the only method of <code>ElementVisitor<code> interface from the package layer.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== 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/DefaultElementVisitor.html#DefaultElementVisitor()">DefaultElementVisitor</a></strong>()</code>&nbsp;</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>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimAnimateColorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAnimateColorElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAnimateColorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:animateColor" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimAnimateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAnimateElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAnimateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:animate" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimAnimateMotionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAnimateMotionElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAnimateMotionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:animateMotion" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimAnimateTransformElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAnimateTransformElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAnimateTransformElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:animateTransform" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimAudioElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAudioElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAudioElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:audio" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimCommandElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimCommandElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimCommandElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:command" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimIterateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimIterateElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimIterateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:iterate" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimParamElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimParamElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimParamElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:param" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimParElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimParElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimParElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:par" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimSeqElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimSeqElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimSeqElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:seq" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimSetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimSetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:set" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.anim.AnimTransitionFilterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimTransitionFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimTransitionFilterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "anim:transitionFilter" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartAxisElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartAxisElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartAxisElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:axis" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartCategoriesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartCategoriesElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartCategoriesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:categories" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartChartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartChartElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartChartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:chart" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartDataLabelElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartDataLabelElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartDataLabelElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:data-label" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartDataPointElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartDataPointElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartDataPointElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:data-point" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartDomainElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartDomainElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartDomainElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:domain" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartEquationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartEquationElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartEquationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:equation" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartErrorIndicatorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartErrorIndicatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartErrorIndicatorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:error-indicator" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartFloorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartFloorElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartFloorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:floor" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartFooterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartFooterElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartFooterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:footer" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartGridElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartGridElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartGridElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:grid" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartLabelSeparatorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartLabelSeparatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartLabelSeparatorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:label-separator" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartLegendElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartLegendElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartLegendElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:legend" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartMeanValueElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartMeanValueElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartMeanValueElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:mean-value" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartPlotAreaElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartPlotAreaElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartPlotAreaElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:plot-area" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartRegressionCurveElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartRegressionCurveElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartRegressionCurveElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:regression-curve" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartSeriesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartSeriesElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartSeriesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:series" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartStockGainMarkerElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartStockGainMarkerElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartStockGainMarkerElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:stock-gain-marker" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartStockLossMarkerElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartStockLossMarkerElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartStockLossMarkerElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:stock-loss-marker" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartStockRangeLineElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartStockRangeLineElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartStockRangeLineElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:stock-range-line" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartSubtitleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartSubtitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartSubtitleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:subtitle" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartSymbolImageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartSymbolImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartSymbolImageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:symbol-image" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartTitleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartTitleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:title" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.chart.ChartWallElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartWallElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartWallElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "chart:wall" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "config:config-item" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemMapEntryElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemMapEntryElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemMapEntryElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "config:config-item-map-entry" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemMapIndexedElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemMapIndexedElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemMapIndexedElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "config:config-item-map-indexed" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemMapNamedElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemMapNamedElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemMapNamedElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "config:config-item-map-named" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemSetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemSetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "config:config-item-set" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbApplicationConnectionSettingsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbApplicationConnectionSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbApplicationConnectionSettingsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:application-connection-settings" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbAutoIncrementElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbAutoIncrementElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbAutoIncrementElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:auto-increment" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbCharacterSetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbCharacterSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbCharacterSetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:character-set" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbColumnDefinitionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbColumnDefinitionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbColumnDefinitionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:column-definition" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbColumnDefinitionsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbColumnDefinitionsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbColumnDefinitionsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:column-definitions" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbColumnElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbColumnElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:column" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbColumnsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbColumnsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:columns" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbComponentCollectionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbComponentCollectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbComponentCollectionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:component-collection" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbComponentElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbComponentElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbComponentElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:component" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbConnectionDataElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbConnectionDataElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbConnectionDataElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:connection-data" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbConnectionResourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbConnectionResourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbConnectionResourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:connection-resource" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbDatabaseDescriptionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDatabaseDescriptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDatabaseDescriptionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:database-description" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbDataSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDataSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDataSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:data-source" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbDataSourceSettingElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDataSourceSettingElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDataSourceSettingElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:data-source-setting" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbDataSourceSettingsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDataSourceSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDataSourceSettingsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:data-source-settings" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbDataSourceSettingValueElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDataSourceSettingValueElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDataSourceSettingValueElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:data-source-setting-value" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbDelimiterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDelimiterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDelimiterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:delimiter" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbDriverSettingsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDriverSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDriverSettingsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:driver-settings" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbFileBasedDatabaseElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbFileBasedDatabaseElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbFileBasedDatabaseElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:file-based-database" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbFilterStatementElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbFilterStatementElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbFilterStatementElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:filter-statement" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbFormsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbFormsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbFormsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:forms" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbIndexColumnElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbIndexColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbIndexColumnElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:index-column" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbIndexColumnsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbIndexColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbIndexColumnsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:index-columns" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbIndexElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbIndexElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:index" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbIndicesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbIndicesElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbIndicesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:indices" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbKeyColumnElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbKeyColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbKeyColumnElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:key-column" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbKeyColumnsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbKeyColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbKeyColumnsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:key-columns" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbKeyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbKeyElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbKeyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:key" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbKeysElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbKeysElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbKeysElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:keys" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbLoginElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbLoginElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbLoginElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:login" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbOrderStatementElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbOrderStatementElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbOrderStatementElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:order-statement" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbQueriesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbQueriesElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbQueriesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:queries" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbQueryCollectionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbQueryCollectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbQueryCollectionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:query-collection" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbQueryElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbQueryElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbQueryElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:query" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbReportsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbReportsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbReportsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:reports" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbSchemaDefinitionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbSchemaDefinitionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbSchemaDefinitionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:schema-definition" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbServerDatabaseElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbServerDatabaseElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbServerDatabaseElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:server-database" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableDefinitionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableDefinitionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableDefinitionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-definition" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableDefinitionsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableDefinitionsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableDefinitionsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-definitions" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableExcludeFilterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableExcludeFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableExcludeFilterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-exclude-filter" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableFilterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableFilterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-filter" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableFilterPatternElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableFilterPatternElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableFilterPatternElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-filter-pattern" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableIncludeFilterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableIncludeFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableIncludeFilterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-include-filter" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableRepresentationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableRepresentationElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableRepresentationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-representation" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableRepresentationsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableRepresentationsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableRepresentationsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-representations" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableSettingElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableSettingElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableSettingElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-setting" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableSettingsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableSettingsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-settings" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableTypeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableTypeElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableTypeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-type" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbTableTypeFilterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableTypeFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableTypeFilterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:table-type-filter" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.db.DbUpdateTableElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbUpdateTableElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbUpdateTableElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "db:update-table" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dc.DcCreatorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcCreatorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dc:creator" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dc.DcDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dc:date" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dc.DcDescriptionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcDescriptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcDescriptionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dc:description" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dc.DcLanguageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcLanguageElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcLanguageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dc:language" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dc.DcSubjectElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcSubjectElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcSubjectElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dc:subject" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dc.DcTitleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcTitleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dc:title" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dCubeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dCubeElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dCubeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dr3d:cube" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dExtrudeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dExtrudeElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dExtrudeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dr3d:extrude" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dLightElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dLightElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dLightElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dr3d:light" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dRotateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dRotateElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dRotateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dr3d:rotate" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dSceneElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dSceneElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dSceneElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dr3d:scene" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dSphereElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dSphereElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dSphereElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "dr3d:sphere" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawAElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:a" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawAppletElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAppletElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAppletElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:applet" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawAreaCircleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAreaCircleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAreaCircleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:area-circle" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawAreaPolygonElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAreaPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAreaPolygonElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:area-polygon" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawAreaRectangleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAreaRectangleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAreaRectangleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:area-rectangle" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawCaptionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCaptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCaptionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:caption" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawCircleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCircleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCircleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:circle" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawConnectorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawConnectorElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawConnectorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:connector" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawContourPathElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawContourPathElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawContourPathElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:contour-path" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawContourPolygonElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawContourPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawContourPolygonElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:contour-polygon" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawControlElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawControlElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawControlElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:control" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawCustomShapeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCustomShapeElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCustomShapeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:custom-shape" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawEllipseElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawEllipseElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawEllipseElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:ellipse" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawEnhancedGeometryElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawEnhancedGeometryElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawEnhancedGeometryElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:enhanced-geometry" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawEquationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawEquationElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawEquationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:equation" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawFillImageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawFillImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawFillImageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:fill-image" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawFloatingFrameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawFloatingFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawFloatingFrameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:floating-frame" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawFrameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawFrameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:frame" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawGElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawGElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawGElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:g" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawGluePointElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawGluePointElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawGluePointElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:glue-point" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawGradientElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawGradientElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawGradientElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:gradient" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawHandleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawHandleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawHandleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:handle" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawHatchElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawHatchElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawHatchElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:hatch" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawImageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawImageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:image" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawImageMapElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawImageMapElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawImageMapElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:image-map" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawLayerElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawLayerElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawLayerElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:layer" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawLayerSetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawLayerSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawLayerSetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:layer-set" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawLineElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawLineElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawLineElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:line" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawMarkerElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawMarkerElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawMarkerElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:marker" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawMeasureElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawMeasureElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawMeasureElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:measure" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawObjectElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawObjectElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawObjectElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:object" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawObjectOleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawObjectOleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawObjectOleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:object-ole" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawOpacityElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawOpacityElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawOpacityElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:opacity" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawPageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPageElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:page" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawPageThumbnailElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPageThumbnailElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPageThumbnailElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:page-thumbnail" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawParamElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawParamElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawParamElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:param" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawPathElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPathElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPathElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:path" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawPluginElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPluginElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPluginElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:plugin" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawPolygonElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPolygonElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:polygon" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawPolylineElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPolylineElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPolylineElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:polyline" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawRectElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawRectElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawRectElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:rect" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawRegularPolygonElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawRegularPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawRegularPolygonElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:regular-polygon" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawStrokeDashElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawStrokeDashElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawStrokeDashElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:stroke-dash" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.draw.DrawTextBoxElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawTextBoxElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawTextBoxElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "draw:text-box" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormButtonElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormButtonElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormButtonElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:button" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormCheckboxElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormCheckboxElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormCheckboxElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:checkbox" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormColumnElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormColumnElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:column" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormComboboxElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormComboboxElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormComboboxElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:combobox" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormConnectionResourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormConnectionResourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormConnectionResourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:connection-resource" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:date" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormFileElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFileElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFileElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:file" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormFixedTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFixedTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFixedTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:fixed-text" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormFormattedTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFormattedTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFormattedTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:formatted-text" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormFormElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFormElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFormElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:form" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormFrameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFrameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:frame" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormGenericControlElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormGenericControlElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormGenericControlElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:generic-control" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormGridElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormGridElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormGridElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:grid" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormHiddenElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormHiddenElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormHiddenElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:hidden" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormImageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormImageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:image" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormImageFrameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormImageFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormImageFrameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:image-frame" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormItemElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormItemElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormItemElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:item" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormListboxElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormListboxElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormListboxElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:listbox" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormListPropertyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormListPropertyElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormListPropertyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:list-property" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormListValueElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormListValueElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormListValueElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:list-value" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormNumberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormNumberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:number" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormOptionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormOptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormOptionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:option" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormPasswordElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormPasswordElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormPasswordElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:password" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:properties" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormPropertyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormPropertyElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormPropertyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:property" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormRadioElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormRadioElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormRadioElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:radio" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormTextareaElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormTextareaElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormTextareaElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:textarea" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:text" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormTimeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormTimeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:time" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.form.FormValueRangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormValueRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormValueRangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "form:value-range" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.math.MathMathElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/math/MathMathElement.html" title="class in org.odftoolkit.odfdom.dom.element.math">MathMathElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "math:math" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaAutoReloadElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaAutoReloadElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaAutoReloadElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:auto-reload" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaCreationDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaCreationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaCreationDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:creation-date" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaDateStringElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaDateStringElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaDateStringElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:date-string" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaDocumentStatisticElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaDocumentStatisticElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaDocumentStatisticElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:document-statistic" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaEditingCyclesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaEditingCyclesElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaEditingCyclesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:editing-cycles" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaEditingDurationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaEditingDurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaEditingDurationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:editing-duration" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaGeneratorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaGeneratorElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaGeneratorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:generator" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaHyperlinkBehaviourElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaHyperlinkBehaviourElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaHyperlinkBehaviourElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:hyperlink-behaviour" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaInitialCreatorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaInitialCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaInitialCreatorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:initial-creator" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaKeywordElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaKeywordElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaKeywordElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:keyword" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaPrintDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaPrintDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaPrintDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:print-date" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaPrintedByElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaPrintedByElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaPrintedByElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:printed-by" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:template" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.meta.MetaUserDefinedElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaUserDefinedElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaUserDefinedElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "meta:user-defined" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberAmPmElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberAmPmElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberAmPmElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:am-pm" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberBooleanElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberBooleanElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberBooleanElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:boolean" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberBooleanStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberBooleanStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberBooleanStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:boolean-style" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberCurrencyStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberCurrencyStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberCurrencyStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:currency-style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberCurrencySymbolElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberCurrencySymbolElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberCurrencySymbolElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:currency-symbol" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberDateStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberDateStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberDateStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:date-style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberDayElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberDayElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberDayElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:day" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberDayOfWeekElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberDayOfWeekElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberDayOfWeekElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:day-of-week" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberEmbeddedTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberEmbeddedTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberEmbeddedTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:embedded-text" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberEraElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberEraElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberEraElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:era" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberFractionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberFractionElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberFractionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:fraction" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberHoursElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberHoursElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberHoursElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:hours" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberMinutesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberMinutesElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberMinutesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:minutes" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberMonthElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberMonthElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberMonthElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:month" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberNumberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberNumberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:number" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberNumberStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberNumberStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberNumberStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:number-style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberPercentageStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberPercentageStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberPercentageStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:percentage-style" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberQuarterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberQuarterElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberQuarterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:quarter" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberScientificNumberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberScientificNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberScientificNumberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:scientific-number" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberSecondsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberSecondsElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberSecondsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:seconds" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberTextContentElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberTextContentElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberTextContentElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:text-content" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:text" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberTextStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberTextStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberTextStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:text-style" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberTimeStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberTimeStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberTimeStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:time-style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberWeekOfYearElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberWeekOfYearElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberWeekOfYearElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:week-of-year" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.number.NumberYearElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberYearElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberYearElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "number:year" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.pkg.OdfElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/pkg/OdfElement.html" title="class in org.odftoolkit.odfdom.pkg">OdfElement</a>&nbsp;element)</code>
<div class="block">Visit odf element and process some operations</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeAnnotationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAnnotationElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAnnotationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:annotation" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeAnnotationEndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAnnotationEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAnnotationEndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:annotation-end" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeAutomaticStylesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAutomaticStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAutomaticStylesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:automatic-styles" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeBinaryDataElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeBinaryDataElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeBinaryDataElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:binary-data" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeBodyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeBodyElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeBodyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:body" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeChangeInfoElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeChangeInfoElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeChangeInfoElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:change-info" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeChartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeChartElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeChartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:chart" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeDatabaseElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDatabaseElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDatabaseElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:database" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeDdeSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDdeSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDdeSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:dde-source" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentContentElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentContentElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentContentElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:document-content" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:document" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentMetaElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentMetaElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentMetaElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:document-meta" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentSettingsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentSettingsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:document-settings" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentStylesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentStylesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:document-styles" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeDrawingElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDrawingElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDrawingElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:drawing" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeEventListenersElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeEventListenersElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeEventListenersElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:event-listeners" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeFontFaceDeclsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeFontFaceDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeFontFaceDeclsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:font-face-decls" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeFormsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeFormsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeFormsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:forms" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeImageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeImageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:image" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeMasterStylesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeMasterStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeMasterStylesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:master-styles" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeMetaElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeMetaElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeMetaElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:meta" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficePresentationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficePresentationElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficePresentationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:presentation" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeScriptElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeScriptElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeScriptElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:script" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeScriptsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeScriptsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeScriptsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:scripts" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeSettingsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeSettingsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:settings" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeSpreadsheetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeSpreadsheetElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeSpreadsheetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:spreadsheet" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeStylesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeStylesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:styles" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.office.OfficeTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "office:text" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationAnimationGroupElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationAnimationGroupElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationAnimationGroupElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:animation-group" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationAnimationsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationAnimationsElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationAnimationsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:animations" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationDateTimeDeclElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationDateTimeDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationDateTimeDeclElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:date-time-decl" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationDateTimeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationDateTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationDateTimeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:date-time" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationDimElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationDimElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationDimElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:dim" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationEventListenerElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationEventListenerElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationEventListenerElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:event-listener" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationFooterDeclElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationFooterDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationFooterDeclElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:footer-decl" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationFooterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationFooterElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationFooterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:footer" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationHeaderDeclElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHeaderDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHeaderDeclElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:header-decl" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationHeaderElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHeaderElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHeaderElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:header" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationHideShapeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHideShapeElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHideShapeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:hide-shape" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationHideTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHideTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHideTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:hide-text" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationNotesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationNotesElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationNotesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:notes" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationPlaceholderElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationPlaceholderElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationPlaceholderElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:placeholder" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationPlayElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationPlayElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationPlayElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:play" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationSettingsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationSettingsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:settings" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationShowElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationShowElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationShowElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:show" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationShowShapeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationShowShapeElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationShowShapeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:show-shape" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationShowTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationShowTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationShowTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:show-text" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationSoundElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationSoundElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationSoundElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "presentation:sound" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.script.ScriptEventListenerElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/script/ScriptEventListenerElement.html" title="class in org.odftoolkit.odfdom.dom.element.script">ScriptEventListenerElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "script:event-listener" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleBackgroundImageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleBackgroundImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleBackgroundImageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:background-image" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleChartPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleChartPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleChartPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:chart-properties" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleColumnElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleColumnElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:column" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleColumnsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleColumnsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:columns" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleColumnSepElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleColumnSepElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleColumnSepElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:column-sep" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleDefaultPageLayoutElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleDefaultPageLayoutElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleDefaultPageLayoutElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:default-page-layout" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleDefaultStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleDefaultStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleDefaultStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:default-style" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleDrawingPagePropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleDrawingPagePropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleDrawingPagePropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:drawing-page-properties" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleDropCapElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleDropCapElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleDropCapElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:drop-cap" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleFontFaceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFontFaceElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFontFaceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:font-face" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleFooterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFooterElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFooterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:footer" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleFooterLeftElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFooterLeftElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFooterLeftElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:footer-left" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleFooterStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFooterStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFooterStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:footer-style" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleFootnoteSepElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFootnoteSepElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFootnoteSepElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:footnote-sep" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleGraphicPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleGraphicPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleGraphicPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:graphic-properties" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleHandoutMasterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHandoutMasterElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHandoutMasterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:handout-master" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleHeaderElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHeaderElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHeaderElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:header" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleHeaderFooterPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHeaderFooterPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHeaderFooterPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:header-footer-properties" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleHeaderLeftElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHeaderLeftElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHeaderLeftElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:header-left" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleHeaderStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHeaderStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHeaderStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:header-style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleListLevelLabelAlignmentElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleListLevelLabelAlignmentElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleListLevelLabelAlignmentElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:list-level-label-alignment" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleListLevelPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleListLevelPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleListLevelPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:list-level-properties" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleMapElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleMapElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleMapElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:map" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleMasterPageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleMasterPageElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleMasterPageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:master-page" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StylePageLayoutElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StylePageLayoutElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StylePageLayoutElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:page-layout" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StylePageLayoutPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StylePageLayoutPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StylePageLayoutPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:page-layout-properties" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleParagraphPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleParagraphPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleParagraphPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:paragraph-properties" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StylePresentationPageLayoutElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StylePresentationPageLayoutElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StylePresentationPageLayoutElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:presentation-page-layout" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleRegionCenterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleRegionCenterElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleRegionCenterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:region-center" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleRegionLeftElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleRegionLeftElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleRegionLeftElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:region-left" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleRegionRightElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleRegionRightElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleRegionRightElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:region-right" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleRubyPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleRubyPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleRubyPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:ruby-properties" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleSectionPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleSectionPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleSectionPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:section-properties" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleTableCellPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTableCellPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTableCellPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:table-cell-properties" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleTableColumnPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTableColumnPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTableColumnPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:table-column-properties" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleTablePropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTablePropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTablePropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:table-properties" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleTableRowPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTableRowPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTableRowPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:table-row-properties" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleTabStopElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTabStopElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTabStopElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:tab-stop" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleTabStopsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTabStopsElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTabStopsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:tab-stops" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.style.StyleTextPropertiesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTextPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTextPropertiesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "style:text-properties" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgDefinitionSrcElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgDefinitionSrcElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgDefinitionSrcElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:definition-src" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgDescElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgDescElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgDescElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:desc" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgFontFaceFormatElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgFontFaceFormatElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgFontFaceFormatElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:font-face-format" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgFontFaceNameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgFontFaceNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgFontFaceNameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:font-face-name" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgFontFaceSrcElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgFontFaceSrcElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgFontFaceSrcElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:font-face-src" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgFontFaceUriElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgFontFaceUriElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgFontFaceUriElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:font-face-uri" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgLinearGradientElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgLinearGradientElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgLinearGradientElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:linearGradient" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgRadialGradientElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgRadialGradientElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgRadialGradientElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:radialGradient" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgStopElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgStopElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgStopElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:stop" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.svg.SvgTitleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgTitleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "svg:title" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableBackgroundElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableBackgroundElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableBackgroundElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:background" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableBodyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableBodyElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableBodyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:body" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableCalculationSettingsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCalculationSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCalculationSettingsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:calculation-settings" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableCellAddressElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCellAddressElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCellAddressElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:cell-address" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableCellContentChangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCellContentChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCellContentChangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:cell-content-change" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableCellContentDeletionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCellContentDeletionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCellContentDeletionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:cell-content-deletion" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableCellRangeSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCellRangeSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCellRangeSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:cell-range-source" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableChangeDeletionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableChangeDeletionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableChangeDeletionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:change-deletion" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableChangeTrackTableCellElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableChangeTrackTableCellElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableChangeTrackTableCellElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:change-track-table-cell" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableConsolidationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableConsolidationElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableConsolidationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:consolidation" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableContentValidationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableContentValidationElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableContentValidationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:content-validation" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableContentValidationsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableContentValidationsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableContentValidationsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:content-validations" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableCoveredTableCellElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCoveredTableCellElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCoveredTableCellElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:covered-table-cell" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableCutOffsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCutOffsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCutOffsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:cut-offs" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseRangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseRangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:database-range" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseRangesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseRangesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseRangesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:database-ranges" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseSourceQueryElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseSourceQueryElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseSourceQueryElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:database-source-query" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseSourceSqlElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseSourceSqlElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseSourceSqlElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:database-source-sql" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseSourceTableElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseSourceTableElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseSourceTableElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:database-source-table" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotDisplayInfoElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotDisplayInfoElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotDisplayInfoElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-display-info" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotFieldElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotFieldElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotFieldElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-field" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotFieldReferenceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotFieldReferenceElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotFieldReferenceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-field-reference" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotGroupElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotGroupElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotGroupElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-group" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotGroupMemberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotGroupMemberElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotGroupMemberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-group-member" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotGroupsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotGroupsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotGroupsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-groups" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotLayoutInfoElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotLayoutInfoElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotLayoutInfoElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-layout-info" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotLevelElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotLevelElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotLevelElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-level" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotMemberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotMemberElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotMemberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-member" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotMembersElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotMembersElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotMembersElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-members" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotSortInfoElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotSortInfoElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotSortInfoElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-sort-info" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotSubtotalElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotSubtotalElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotSubtotalElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-subtotal" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotSubtotalsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotSubtotalsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotSubtotalsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-subtotals" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotTableElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotTableElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotTableElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-table" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotTablesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotTablesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotTablesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:data-pilot-tables" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDdeLinkElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDdeLinkElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDdeLinkElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:dde-link" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDdeLinksElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDdeLinksElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDdeLinksElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:dde-links" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDeletionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDeletionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDeletionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:deletion" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDeletionsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDeletionsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDeletionsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:deletions" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDependenciesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDependenciesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDependenciesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:dependencies" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDependencyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDependencyElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDependencyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:dependency" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDescElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDescElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDescElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:desc" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableDetectiveElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDetectiveElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDetectiveElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:detective" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableErrorMacroElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableErrorMacroElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableErrorMacroElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:error-macro" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableErrorMessageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableErrorMessageElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableErrorMessageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:error-message" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableEvenColumnsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableEvenColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableEvenColumnsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:even-columns" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableEvenRowsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableEvenRowsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableEvenRowsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:even-rows" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableFilterAndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterAndElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterAndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:filter-and" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableFilterConditionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterConditionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterConditionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:filter-condition" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableFilterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:filter" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableFilterOrElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterOrElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterOrElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:filter-or" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableFilterSetItemElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterSetItemElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterSetItemElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:filter-set-item" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableFirstColumnElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFirstColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFirstColumnElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:first-column" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableFirstRowElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFirstRowElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFirstRowElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:first-row" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableHelpMessageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableHelpMessageElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableHelpMessageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:help-message" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableHighlightedRangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableHighlightedRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableHighlightedRangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:highlighted-range" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableInsertionCutOffElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableInsertionCutOffElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableInsertionCutOffElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:insertion-cut-off" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableInsertionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableInsertionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableInsertionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:insertion" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableIterationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableIterationElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableIterationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:iteration" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableLabelRangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableLabelRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableLabelRangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:label-range" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableLabelRangesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableLabelRangesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableLabelRangesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:label-ranges" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableLastColumnElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableLastColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableLastColumnElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:last-column" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableLastRowElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableLastRowElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableLastRowElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:last-row" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableMovementCutOffElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableMovementCutOffElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableMovementCutOffElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:movement-cut-off" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableMovementElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableMovementElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableMovementElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:movement" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableNamedExpressionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableNamedExpressionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableNamedExpressionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:named-expression" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableNamedExpressionsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableNamedExpressionsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableNamedExpressionsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:named-expressions" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableNamedRangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableNamedRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableNamedRangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:named-range" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableNullDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableNullDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableNullDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:null-date" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableOddColumnsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableOddColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableOddColumnsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:odd-columns" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableOddRowsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableOddRowsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableOddRowsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:odd-rows" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableOperationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableOperationElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableOperationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:operation" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TablePreviousElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TablePreviousElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TablePreviousElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:previous" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableScenarioElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableScenarioElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableScenarioElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:scenario" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableShapesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableShapesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableShapesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:shapes" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSortByElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSortByElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSortByElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:sort-by" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSortElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSortElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSortElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:sort" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSortGroupsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSortGroupsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSortGroupsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:sort-groups" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSourceCellRangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSourceCellRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSourceCellRangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:source-cell-range" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSourceRangeAddressElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSourceRangeAddressElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSourceRangeAddressElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:source-range-address" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSourceServiceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSourceServiceElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSourceServiceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:source-service" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSubtotalFieldElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSubtotalFieldElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSubtotalFieldElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:subtotal-field" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSubtotalRuleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSubtotalRuleElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSubtotalRuleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:subtotal-rule" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableSubtotalRulesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSubtotalRulesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSubtotalRulesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:subtotal-rules" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableCellElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableCellElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableCellElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-cell" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableColumnElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableColumnElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-column" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableColumnGroupElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableColumnGroupElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableColumnGroupElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-column-group" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableColumnsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableColumnsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-columns" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableHeaderColumnsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableHeaderColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableHeaderColumnsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-header-columns" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableHeaderRowsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableHeaderRowsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableHeaderRowsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-header-rows" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableRowElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableRowElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableRowElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-row" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableRowGroupElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableRowGroupElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableRowGroupElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-row-group" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableRowsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableRowsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableRowsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-rows" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-source" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTableTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:table-template" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTargetRangeAddressElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTargetRangeAddressElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTargetRangeAddressElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:target-range-address" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTitleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTitleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:title" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.table.TableTrackedChangesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTrackedChangesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTrackedChangesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "table:tracked-changes" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:a" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexAutoMarkFileElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexAutoMarkFileElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexAutoMarkFileElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:alphabetical-index-auto-mark-file" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:alphabetical-index" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexEntryTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexEntryTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:alphabetical-index-entry-template" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexMarkElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:alphabetical-index-mark" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexMarkEndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkEndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:alphabetical-index-mark-end" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexMarkStartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkStartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:alphabetical-index-mark-start" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:alphabetical-index-source" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAuthorInitialsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAuthorInitialsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAuthorInitialsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:author-initials" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextAuthorNameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAuthorNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAuthorNameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:author-name" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographyConfigurationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyConfigurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyConfigurationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bibliography-configuration" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bibliography" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographyEntryTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyEntryTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bibliography-entry-template" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographyMarkElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyMarkElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bibliography-mark" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographySourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographySourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographySourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bibliography-source" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBookmarkElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bookmark" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBookmarkEndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkEndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bookmark-end" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBookmarkRefElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkRefElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bookmark-ref" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextBookmarkStartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkStartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:bookmark-start" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextChangedRegionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChangedRegionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangedRegionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:changed-region" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextChangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:change" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextChangeEndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeEndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:change-end" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextChangeStartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeStartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:change-start" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextChapterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChapterElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChapterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:chapter" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextCharacterCountElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextCharacterCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCharacterCountElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:character-count" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextConditionalTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextConditionalTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextConditionalTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:conditional-text" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextCreationDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextCreationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreationDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:creation-date" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextCreationTimeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextCreationTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreationTimeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:creation-time" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextCreatorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreatorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:creator" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseDisplayElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseDisplayElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseDisplayElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:database-display" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseNameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseNameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:database-name" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseNextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseNextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseNextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:database-next" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseRowNumberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseRowNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseRowNumberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:database-row-number" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseRowSelectElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseRowSelectElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseRowSelectElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:database-row-select" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:date" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDdeConnectionDeclElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDdeConnectionDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDdeConnectionDeclElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:dde-connection-decl" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDdeConnectionDeclsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDdeConnectionDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDdeConnectionDeclsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:dde-connection-decls" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDdeConnectionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDdeConnectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDdeConnectionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:dde-connection" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDeletionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDeletionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDeletionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:deletion" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextDescriptionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDescriptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDescriptionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:description" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextEditingCyclesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextEditingCyclesElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextEditingCyclesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:editing-cycles" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextEditingDurationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextEditingDurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextEditingDurationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:editing-duration" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextExecuteMacroElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextExecuteMacroElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextExecuteMacroElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:execute-macro" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextExpressionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextExpressionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextExpressionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:expression" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextFileNameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextFileNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextFileNameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:file-name" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextFormatChangeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextFormatChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextFormatChangeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:format-change" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextHElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:h" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextHiddenParagraphElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenParagraphElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHiddenParagraphElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:hidden-paragraph" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextHiddenTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHiddenTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:hidden-text" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIllustrationIndexElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIllustrationIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIllustrationIndexElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:illustration-index" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIllustrationIndexEntryTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIllustrationIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIllustrationIndexEntryTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:illustration-index-entry-template" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIllustrationIndexSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIllustrationIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIllustrationIndexSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:illustration-index-source" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextImageCountElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextImageCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextImageCountElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:image-count" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexBodyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexBodyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexBodyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-body" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryBibliographyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryBibliographyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryBibliographyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-entry-bibliography" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryChapterElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryChapterElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryChapterElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-entry-chapter" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryLinkEndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryLinkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryLinkEndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-entry-link-end" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryLinkStartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryLinkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryLinkStartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-entry-link-start" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryPageNumberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryPageNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryPageNumberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-entry-page-number" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntrySpanElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntrySpanElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntrySpanElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-entry-span" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryTabStopElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryTabStopElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryTabStopElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-entry-tab-stop" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-entry-text" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexSourceStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexSourceStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexSourceStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-source-style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexSourceStylesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexSourceStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexSourceStylesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-source-styles" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexTitleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexTitleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-title" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextIndexTitleTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexTitleTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexTitleTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:index-title-template" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextInitialCreatorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextInitialCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextInitialCreatorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:initial-creator" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextInsertionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextInsertionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextInsertionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:insertion" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextKeywordsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextKeywordsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextKeywordsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:keywords" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextLineBreakElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextLineBreakElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextLineBreakElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:line-break" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextLinenumberingConfigurationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextLinenumberingConfigurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextLinenumberingConfigurationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:linenumbering-configuration" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextLinenumberingSeparatorElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextLinenumberingSeparatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextLinenumberingSeparatorElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:linenumbering-separator" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextListElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:list" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextListHeaderElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListHeaderElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListHeaderElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:list-header" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextListItemElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListItemElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListItemElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:list-item" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextListLevelStyleBulletElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListLevelStyleBulletElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListLevelStyleBulletElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:list-level-style-bullet" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextListLevelStyleImageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListLevelStyleImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListLevelStyleImageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:list-level-style-image" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextListLevelStyleNumberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListLevelStyleNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListLevelStyleNumberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:list-level-style-number" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextListStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:list-style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextMeasureElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextMeasureElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMeasureElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:measure" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextMetaElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextMetaElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMetaElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:meta" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextMetaFieldElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextMetaFieldElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMetaFieldElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:meta-field" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextModificationDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextModificationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextModificationDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:modification-date" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextModificationTimeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextModificationTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextModificationTimeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:modification-time" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNoteBodyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteBodyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteBodyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:note-body" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNoteCitationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteCitationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteCitationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:note-citation" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNoteContinuationNoticeBackwardElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteContinuationNoticeBackwardElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteContinuationNoticeBackwardElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:note-continuation-notice-backward" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNoteContinuationNoticeForwardElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteContinuationNoticeForwardElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteContinuationNoticeForwardElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:note-continuation-notice-forward" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNoteElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:note" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNoteRefElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteRefElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:note-ref" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNotesConfigurationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNotesConfigurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNotesConfigurationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:notes-configuration" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNumberedParagraphElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNumberedParagraphElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNumberedParagraphElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:numbered-paragraph" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextNumberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNumberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:number" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextObjectCountElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectCountElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:object-count" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextObjectIndexElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectIndexElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:object-index" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextObjectIndexEntryTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectIndexEntryTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:object-index-entry-template" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextObjectIndexSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectIndexSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:object-index-source" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextOutlineLevelStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextOutlineLevelStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextOutlineLevelStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:outline-level-style" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextOutlineStyleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextOutlineStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextOutlineStyleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:outline-style" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPageContinuationElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageContinuationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageContinuationElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:page-continuation" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPageCountElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageCountElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:page-count" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPageElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:page" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPageNumberElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageNumberElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:page-number" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPageSequenceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageSequenceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageSequenceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:page-sequence" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPageVariableGetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageVariableGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageVariableGetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:page-variable-get" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPageVariableSetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageVariableSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageVariableSetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:page-variable-set" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextParagraphCountElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextParagraphCountElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:paragraph-count" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:p" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPlaceholderElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPlaceholderElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPlaceholderElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:placeholder" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPrintDateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintDateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:print-date" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPrintedByElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintedByElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintedByElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:printed-by" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextPrintTimeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintTimeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:print-time" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextReferenceMarkElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:reference-mark" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextReferenceMarkEndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkEndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:reference-mark-end" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextReferenceMarkStartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkStartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:reference-mark-start" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextReferenceRefElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceRefElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:reference-ref" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextRubyBaseElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextRubyBaseElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextRubyBaseElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:ruby-base" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextRubyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextRubyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextRubyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:ruby" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextRubyTextElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextRubyTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextRubyTextElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:ruby-text" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextScriptElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextScriptElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextScriptElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:script" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSectionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSectionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:section" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSectionSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSectionSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSectionSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:section-source" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:s" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderCityElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCityElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCityElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-city" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderCompanyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCompanyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCompanyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-company" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderCountryElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCountryElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCountryElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-country" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderEmailElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderEmailElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderEmailElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-email" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderFaxElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderFaxElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderFaxElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-fax" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderFirstnameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderFirstnameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderFirstnameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-firstname" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderInitialsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderInitialsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderInitialsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-initials" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderLastnameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderLastnameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderLastnameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-lastname" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderPhonePrivateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPhonePrivateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPhonePrivateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-phone-private" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderPhoneWorkElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPhoneWorkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPhoneWorkElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-phone-work" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderPositionElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPositionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPositionElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-position" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderPostalCodeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPostalCodeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPostalCodeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-postal-code" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderStateOrProvinceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderStateOrProvinceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderStateOrProvinceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-state-or-province" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderStreetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderStreetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderStreetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-street" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSenderTitleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderTitleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sender-title" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSequenceDeclElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceDeclElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sequence-decl" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSequenceDeclsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceDeclsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sequence-decls" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSequenceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sequence" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSequenceRefElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceRefElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sequence-ref" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSheetNameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSheetNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSheetNameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sheet-name" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSoftPageBreakElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSoftPageBreakElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSoftPageBreakElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:soft-page-break" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSortKeyElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSortKeyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSortKeyElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:sort-key" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSpanElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSpanElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSpanElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:span" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextSubjectElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSubjectElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSubjectElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:subject" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTabElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTabElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTabElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:tab" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTableCountElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableCountElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:table-count" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTableFormulaElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableFormulaElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableFormulaElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:table-formula" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTableIndexElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableIndexElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:table-index" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTableIndexEntryTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableIndexEntryTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:table-index-entry-template" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTableIndexSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableIndexSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:table-index-source" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTableOfContentElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableOfContentElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableOfContentElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:table-of-content" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTableOfContentEntryTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableOfContentEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableOfContentEntryTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:table-of-content-entry-template" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTableOfContentSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableOfContentSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableOfContentSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:table-of-content-source" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTemplateNameElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTemplateNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTemplateNameElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:template-name" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTextInputElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTextInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTextInputElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:text-input" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTimeElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTimeElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:time" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTitleElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTitleElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:title" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTocMarkElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:toc-mark" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTocMarkEndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkEndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:toc-mark-end" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTocMarkStartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkStartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:toc-mark-start" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextTrackedChangesElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTrackedChangesElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTrackedChangesElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:tracked-changes" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserDefinedElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserDefinedElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserDefinedElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-defined" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserFieldDeclElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldDeclElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-field-decl" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserFieldDeclsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldDeclsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-field-decls" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserFieldGetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldGetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-field-get" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserFieldInputElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldInputElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-field-input" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-index" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexEntryTemplateElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexEntryTemplateElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-index-entry-template" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexMarkElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-index-mark" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexMarkEndElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkEndElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-index-mark-end" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexMarkStartElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkStartElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-index-mark-start" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexSourceElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexSourceElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:user-index-source" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextVariableDeclElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableDeclElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:variable-decl" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextVariableDeclsElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableDeclsElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:variable-decls" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextVariableGetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableGetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:variable-get" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextVariableInputElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableInputElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:variable-input" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextVariableSetElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableSetElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:variable-set" elements</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.text.TextWordCountElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextWordCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextWordCountElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "text:word-count" elements</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/odfdom/dom/DefaultElementVisitor.html#visit(org.odftoolkit.odfdom.dom.element.xforms.XformsModelElement)">visit</a></strong>(<a href="../../../../org/odftoolkit/odfdom/dom/element/xforms/XformsModelElement.html" title="class in org.odftoolkit.odfdom.dom.element.xforms">XformsModelElement</a>&nbsp;ele)</code>
<div class="block">A method to visit "xforms:model" elements</div>
</td>
</tr>
</table>
<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#toString()" title="class or interface in java.lang">toString</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>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="DefaultElementVisitor()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DefaultElementVisitor</h4>
<pre>public&nbsp;DefaultElementVisitor()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="visit(org.odftoolkit.odfdom.pkg.OdfElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public abstract&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/pkg/OdfElement.html" title="class in org.odftoolkit.odfdom.pkg">OdfElement</a>&nbsp;element)</pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/odftoolkit/odfdom/pkg/ElementVisitor.html#visit(org.odftoolkit.odfdom.pkg.OdfElement)">ElementVisitor</a></code></strong></div>
<div class="block">Visit odf element and process some operations</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/odftoolkit/odfdom/pkg/ElementVisitor.html#visit(org.odftoolkit.odfdom.pkg.OdfElement)">visit</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/odftoolkit/odfdom/pkg/ElementVisitor.html" title="interface in org.odftoolkit.odfdom.pkg">ElementVisitor</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>element</code> - ODF element</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimAnimateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAnimateElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAnimateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:animate" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimAnimateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimAnimateColorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAnimateColorElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAnimateColorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:animateColor" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimAnimateColorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimAnimateMotionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAnimateMotionElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAnimateMotionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:animateMotion" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimAnimateMotionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimAnimateTransformElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAnimateTransformElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAnimateTransformElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:animateTransform" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimAnimateTransformElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimAudioElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimAudioElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimAudioElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:audio" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimAudioElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimCommandElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimCommandElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimCommandElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:command" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimCommandElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimIterateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimIterateElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimIterateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:iterate" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimIterateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimParElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimParElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimParElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:par" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimParElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimParamElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimParamElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimParamElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:param" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimParamElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimSeqElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimSeqElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimSeqElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:seq" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimSeqElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimSetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimSetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:set" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimSetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.anim.AnimTransitionFilterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/anim/AnimTransitionFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.anim">AnimTransitionFilterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "anim:transitionFilter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of AnimTransitionFilterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartAxisElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartAxisElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartAxisElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:axis" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartAxisElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartCategoriesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartCategoriesElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartCategoriesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:categories" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartCategoriesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartChartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartChartElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartChartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:chart" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartChartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartDataLabelElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartDataLabelElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartDataLabelElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:data-label" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartDataLabelElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartDataPointElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartDataPointElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartDataPointElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:data-point" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartDataPointElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartDomainElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartDomainElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartDomainElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:domain" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartDomainElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartEquationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartEquationElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartEquationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:equation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartEquationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartErrorIndicatorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartErrorIndicatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartErrorIndicatorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:error-indicator" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartErrorIndicatorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartFloorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartFloorElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartFloorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:floor" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartFloorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartFooterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartFooterElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartFooterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:footer" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartFooterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartGridElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartGridElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartGridElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:grid" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartGridElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartLabelSeparatorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartLabelSeparatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartLabelSeparatorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:label-separator" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartLabelSeparatorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartLegendElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartLegendElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartLegendElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:legend" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartLegendElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartMeanValueElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartMeanValueElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartMeanValueElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:mean-value" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartMeanValueElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartPlotAreaElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartPlotAreaElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartPlotAreaElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:plot-area" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartPlotAreaElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartRegressionCurveElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartRegressionCurveElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartRegressionCurveElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:regression-curve" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartRegressionCurveElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartSeriesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartSeriesElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartSeriesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:series" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartSeriesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartStockGainMarkerElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartStockGainMarkerElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartStockGainMarkerElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:stock-gain-marker" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartStockGainMarkerElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartStockLossMarkerElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartStockLossMarkerElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartStockLossMarkerElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:stock-loss-marker" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartStockLossMarkerElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartStockRangeLineElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartStockRangeLineElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartStockRangeLineElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:stock-range-line" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartStockRangeLineElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartSubtitleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartSubtitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartSubtitleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:subtitle" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartSubtitleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartSymbolImageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartSymbolImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartSymbolImageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:symbol-image" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartSymbolImageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartTitleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartTitleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:title" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartTitleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.chart.ChartWallElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/chart/ChartWallElement.html" title="class in org.odftoolkit.odfdom.dom.element.chart">ChartWallElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "chart:wall" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ChartWallElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "config:config-item" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ConfigConfigItemElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemMapEntryElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemMapEntryElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemMapEntryElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "config:config-item-map-entry" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ConfigConfigItemMapEntryElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemMapIndexedElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemMapIndexedElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemMapIndexedElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "config:config-item-map-indexed" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ConfigConfigItemMapIndexedElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemMapNamedElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemMapNamedElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemMapNamedElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "config:config-item-map-named" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ConfigConfigItemMapNamedElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemSetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/config/ConfigConfigItemSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.config">ConfigConfigItemSetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "config:config-item-set" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ConfigConfigItemSetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbApplicationConnectionSettingsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbApplicationConnectionSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbApplicationConnectionSettingsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:application-connection-settings" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbApplicationConnectionSettingsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbAutoIncrementElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbAutoIncrementElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbAutoIncrementElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:auto-increment" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbAutoIncrementElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbCharacterSetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbCharacterSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbCharacterSetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:character-set" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbCharacterSetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbColumnElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbColumnElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:column" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbColumnElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbColumnDefinitionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbColumnDefinitionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbColumnDefinitionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:column-definition" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbColumnDefinitionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbColumnDefinitionsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbColumnDefinitionsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbColumnDefinitionsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:column-definitions" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbColumnDefinitionsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbColumnsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbColumnsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:columns" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbColumnsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbComponentElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbComponentElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbComponentElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:component" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbComponentElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbComponentCollectionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbComponentCollectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbComponentCollectionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:component-collection" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbComponentCollectionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbConnectionDataElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbConnectionDataElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbConnectionDataElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:connection-data" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbConnectionDataElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbConnectionResourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbConnectionResourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbConnectionResourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:connection-resource" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbConnectionResourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbDataSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDataSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDataSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:data-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbDataSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbDataSourceSettingElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDataSourceSettingElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDataSourceSettingElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:data-source-setting" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbDataSourceSettingElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbDataSourceSettingValueElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDataSourceSettingValueElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDataSourceSettingValueElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:data-source-setting-value" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbDataSourceSettingValueElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbDataSourceSettingsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDataSourceSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDataSourceSettingsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:data-source-settings" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbDataSourceSettingsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbDatabaseDescriptionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDatabaseDescriptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDatabaseDescriptionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:database-description" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbDatabaseDescriptionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbDelimiterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDelimiterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDelimiterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:delimiter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbDelimiterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbDriverSettingsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbDriverSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbDriverSettingsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:driver-settings" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbDriverSettingsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbFileBasedDatabaseElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbFileBasedDatabaseElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbFileBasedDatabaseElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:file-based-database" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbFileBasedDatabaseElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbFilterStatementElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbFilterStatementElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbFilterStatementElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:filter-statement" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbFilterStatementElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbFormsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbFormsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbFormsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:forms" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbFormsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbIndexElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbIndexElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:index" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbIndexElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbIndexColumnElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbIndexColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbIndexColumnElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:index-column" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbIndexColumnElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbIndexColumnsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbIndexColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbIndexColumnsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:index-columns" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbIndexColumnsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbIndicesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbIndicesElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbIndicesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:indices" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbIndicesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbKeyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbKeyElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbKeyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:key" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbKeyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbKeyColumnElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbKeyColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbKeyColumnElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:key-column" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbKeyColumnElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbKeyColumnsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbKeyColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbKeyColumnsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:key-columns" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbKeyColumnsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbKeysElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbKeysElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbKeysElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:keys" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbKeysElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbLoginElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbLoginElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbLoginElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:login" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbLoginElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbOrderStatementElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbOrderStatementElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbOrderStatementElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:order-statement" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbOrderStatementElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbQueriesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbQueriesElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbQueriesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:queries" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbQueriesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbQueryElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbQueryElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbQueryElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:query" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbQueryElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbQueryCollectionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbQueryCollectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbQueryCollectionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:query-collection" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbQueryCollectionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbReportsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbReportsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbReportsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:reports" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbReportsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbSchemaDefinitionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbSchemaDefinitionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbSchemaDefinitionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:schema-definition" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbSchemaDefinitionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbServerDatabaseElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbServerDatabaseElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbServerDatabaseElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:server-database" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbServerDatabaseElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableDefinitionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableDefinitionElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableDefinitionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-definition" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableDefinitionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableDefinitionsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableDefinitionsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableDefinitionsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-definitions" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableDefinitionsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableExcludeFilterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableExcludeFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableExcludeFilterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-exclude-filter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableExcludeFilterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableFilterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableFilterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-filter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableFilterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableFilterPatternElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableFilterPatternElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableFilterPatternElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-filter-pattern" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableFilterPatternElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableIncludeFilterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableIncludeFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableIncludeFilterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-include-filter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableIncludeFilterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableRepresentationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableRepresentationElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableRepresentationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-representation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableRepresentationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableRepresentationsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableRepresentationsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableRepresentationsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-representations" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableRepresentationsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableSettingElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableSettingElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableSettingElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-setting" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableSettingElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableSettingsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableSettingsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-settings" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableSettingsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableTypeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableTypeElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableTypeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-type" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableTypeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbTableTypeFilterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbTableTypeFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbTableTypeFilterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:table-type-filter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbTableTypeFilterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.db.DbUpdateTableElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/db/DbUpdateTableElement.html" title="class in org.odftoolkit.odfdom.dom.element.db">DbUpdateTableElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "db:update-table" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DbUpdateTableElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dc.DcCreatorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcCreatorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dc:creator" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DcCreatorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dc.DcDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dc:date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DcDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dc.DcDescriptionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcDescriptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcDescriptionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dc:description" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DcDescriptionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dc.DcLanguageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcLanguageElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcLanguageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dc:language" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DcLanguageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dc.DcSubjectElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcSubjectElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcSubjectElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dc:subject" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DcSubjectElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dc.DcTitleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dc/DcTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.dc">DcTitleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dc:title" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DcTitleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dCubeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dCubeElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dCubeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dr3d:cube" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of Dr3dCubeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dExtrudeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dExtrudeElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dExtrudeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dr3d:extrude" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of Dr3dExtrudeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dLightElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dLightElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dLightElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dr3d:light" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of Dr3dLightElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dRotateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dRotateElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dRotateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dr3d:rotate" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of Dr3dRotateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dSceneElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dSceneElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dSceneElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dr3d:scene" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of Dr3dSceneElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.dr3d.Dr3dSphereElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/dr3d/Dr3dSphereElement.html" title="class in org.odftoolkit.odfdom.dom.element.dr3d">Dr3dSphereElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "dr3d:sphere" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of Dr3dSphereElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawAElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:a" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawAElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawAppletElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAppletElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAppletElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:applet" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawAppletElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawAreaCircleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAreaCircleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAreaCircleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:area-circle" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawAreaCircleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawAreaPolygonElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAreaPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAreaPolygonElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:area-polygon" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawAreaPolygonElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawAreaRectangleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawAreaRectangleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawAreaRectangleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:area-rectangle" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawAreaRectangleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawCaptionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCaptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCaptionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:caption" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawCaptionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawCircleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCircleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCircleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:circle" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawCircleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawConnectorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawConnectorElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawConnectorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:connector" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawConnectorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawContourPathElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawContourPathElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawContourPathElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:contour-path" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawContourPathElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawContourPolygonElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawContourPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawContourPolygonElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:contour-polygon" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawContourPolygonElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawControlElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawControlElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawControlElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:control" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawControlElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawCustomShapeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawCustomShapeElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawCustomShapeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:custom-shape" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawCustomShapeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawEllipseElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawEllipseElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawEllipseElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:ellipse" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawEllipseElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawEnhancedGeometryElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawEnhancedGeometryElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawEnhancedGeometryElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:enhanced-geometry" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawEnhancedGeometryElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawEquationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawEquationElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawEquationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:equation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawEquationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawFillImageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawFillImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawFillImageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:fill-image" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawFillImageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawFloatingFrameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawFloatingFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawFloatingFrameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:floating-frame" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawFloatingFrameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawFrameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawFrameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:frame" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawFrameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawGElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawGElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawGElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:g" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawGElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawGluePointElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawGluePointElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawGluePointElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:glue-point" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawGluePointElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawGradientElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawGradientElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawGradientElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:gradient" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawGradientElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawHandleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawHandleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawHandleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:handle" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawHandleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawHatchElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawHatchElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawHatchElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:hatch" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawHatchElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawImageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawImageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:image" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawImageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawImageMapElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawImageMapElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawImageMapElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:image-map" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawImageMapElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawLayerElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawLayerElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawLayerElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:layer" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawLayerElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawLayerSetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawLayerSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawLayerSetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:layer-set" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawLayerSetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawLineElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawLineElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawLineElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:line" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawLineElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawMarkerElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawMarkerElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawMarkerElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:marker" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawMarkerElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawMeasureElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawMeasureElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawMeasureElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:measure" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawMeasureElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawObjectElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawObjectElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawObjectElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:object" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawObjectElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawObjectOleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawObjectOleElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawObjectOleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:object-ole" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawObjectOleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawOpacityElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawOpacityElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawOpacityElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:opacity" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawOpacityElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawPageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPageElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:page" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawPageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawPageThumbnailElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPageThumbnailElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPageThumbnailElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:page-thumbnail" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawPageThumbnailElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawParamElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawParamElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawParamElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:param" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawParamElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawPathElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPathElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPathElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:path" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawPathElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawPluginElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPluginElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPluginElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:plugin" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawPluginElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawPolygonElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPolygonElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:polygon" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawPolygonElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawPolylineElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawPolylineElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawPolylineElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:polyline" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawPolylineElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawRectElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawRectElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawRectElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:rect" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawRectElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawRegularPolygonElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawRegularPolygonElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawRegularPolygonElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:regular-polygon" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawRegularPolygonElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawStrokeDashElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawStrokeDashElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawStrokeDashElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:stroke-dash" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawStrokeDashElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.draw.DrawTextBoxElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/draw/DrawTextBoxElement.html" title="class in org.odftoolkit.odfdom.dom.element.draw">DrawTextBoxElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "draw:text-box" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of DrawTextBoxElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormButtonElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormButtonElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormButtonElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:button" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormButtonElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormCheckboxElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormCheckboxElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormCheckboxElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:checkbox" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormCheckboxElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormColumnElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormColumnElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:column" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormColumnElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormComboboxElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormComboboxElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormComboboxElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:combobox" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormComboboxElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormConnectionResourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormConnectionResourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormConnectionResourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:connection-resource" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormConnectionResourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormFileElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFileElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFileElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:file" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormFileElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormFixedTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFixedTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFixedTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:fixed-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormFixedTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormFormElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFormElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFormElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:form" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormFormElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormFormattedTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFormattedTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFormattedTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:formatted-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormFormattedTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormFrameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormFrameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:frame" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormFrameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormGenericControlElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormGenericControlElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormGenericControlElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:generic-control" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormGenericControlElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormGridElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormGridElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormGridElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:grid" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormGridElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormHiddenElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormHiddenElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormHiddenElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:hidden" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormHiddenElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormImageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormImageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:image" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormImageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormImageFrameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormImageFrameElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormImageFrameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:image-frame" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormImageFrameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormItemElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormItemElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormItemElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:item" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormItemElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormListPropertyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormListPropertyElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormListPropertyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:list-property" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormListPropertyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormListValueElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormListValueElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormListValueElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:list-value" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormListValueElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormListboxElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormListboxElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormListboxElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:listbox" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormListboxElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormNumberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormNumberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:number" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormNumberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormOptionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormOptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormOptionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:option" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormOptionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormPasswordElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormPasswordElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormPasswordElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:password" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormPasswordElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormPropertyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormPropertyElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormPropertyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:property" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormPropertyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormRadioElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormRadioElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormRadioElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:radio" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormRadioElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormTextareaElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormTextareaElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormTextareaElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:textarea" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormTextareaElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormTimeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormTimeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:time" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormTimeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.form.FormValueRangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/form/FormValueRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.form">FormValueRangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "form:value-range" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of FormValueRangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.math.MathMathElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/math/MathMathElement.html" title="class in org.odftoolkit.odfdom.dom.element.math">MathMathElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "math:math" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MathMathElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaAutoReloadElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaAutoReloadElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaAutoReloadElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:auto-reload" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaAutoReloadElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaCreationDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaCreationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaCreationDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:creation-date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaCreationDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaDateStringElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaDateStringElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaDateStringElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:date-string" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaDateStringElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaDocumentStatisticElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaDocumentStatisticElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaDocumentStatisticElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:document-statistic" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaDocumentStatisticElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaEditingCyclesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaEditingCyclesElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaEditingCyclesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:editing-cycles" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaEditingCyclesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaEditingDurationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaEditingDurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaEditingDurationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:editing-duration" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaEditingDurationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaGeneratorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaGeneratorElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaGeneratorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:generator" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaGeneratorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaHyperlinkBehaviourElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaHyperlinkBehaviourElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaHyperlinkBehaviourElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:hyperlink-behaviour" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaHyperlinkBehaviourElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaInitialCreatorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaInitialCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaInitialCreatorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:initial-creator" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaInitialCreatorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaKeywordElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaKeywordElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaKeywordElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:keyword" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaKeywordElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaPrintDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaPrintDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaPrintDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:print-date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaPrintDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaPrintedByElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaPrintedByElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaPrintedByElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:printed-by" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaPrintedByElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.meta.MetaUserDefinedElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/meta/MetaUserDefinedElement.html" title="class in org.odftoolkit.odfdom.dom.element.meta">MetaUserDefinedElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "meta:user-defined" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of MetaUserDefinedElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberAmPmElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberAmPmElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberAmPmElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:am-pm" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberAmPmElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberBooleanElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberBooleanElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberBooleanElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:boolean" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberBooleanElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberBooleanStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberBooleanStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberBooleanStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:boolean-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberBooleanStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberCurrencyStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberCurrencyStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberCurrencyStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:currency-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberCurrencyStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberCurrencySymbolElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberCurrencySymbolElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberCurrencySymbolElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:currency-symbol" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberCurrencySymbolElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberDateStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberDateStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberDateStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:date-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberDateStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberDayElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberDayElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberDayElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:day" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberDayElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberDayOfWeekElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberDayOfWeekElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberDayOfWeekElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:day-of-week" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberDayOfWeekElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberEmbeddedTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberEmbeddedTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberEmbeddedTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:embedded-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberEmbeddedTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberEraElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberEraElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberEraElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:era" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberEraElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberFractionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberFractionElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberFractionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:fraction" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberFractionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberHoursElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberHoursElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberHoursElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:hours" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberHoursElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberMinutesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberMinutesElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberMinutesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:minutes" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberMinutesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberMonthElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberMonthElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberMonthElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:month" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberMonthElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberNumberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberNumberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:number" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberNumberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberNumberStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberNumberStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberNumberStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:number-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberNumberStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberPercentageStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberPercentageStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberPercentageStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:percentage-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberPercentageStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberQuarterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberQuarterElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberQuarterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:quarter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberQuarterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberScientificNumberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberScientificNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberScientificNumberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:scientific-number" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberScientificNumberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberSecondsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberSecondsElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberSecondsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:seconds" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberSecondsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberTextContentElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberTextContentElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberTextContentElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:text-content" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberTextContentElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberTextStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberTextStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberTextStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:text-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberTextStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberTimeStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberTimeStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberTimeStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:time-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberTimeStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberWeekOfYearElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberWeekOfYearElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberWeekOfYearElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:week-of-year" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberWeekOfYearElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.number.NumberYearElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/number/NumberYearElement.html" title="class in org.odftoolkit.odfdom.dom.element.number">NumberYearElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "number:year" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of NumberYearElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeAnnotationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAnnotationElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAnnotationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:annotation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeAnnotationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeAnnotationEndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAnnotationEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAnnotationEndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:annotation-end" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeAnnotationEndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeAutomaticStylesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeAutomaticStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeAutomaticStylesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:automatic-styles" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeAutomaticStylesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeBinaryDataElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeBinaryDataElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeBinaryDataElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:binary-data" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeBinaryDataElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeBodyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeBodyElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeBodyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:body" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeBodyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeChangeInfoElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeChangeInfoElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeChangeInfoElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:change-info" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeChangeInfoElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeChartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeChartElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeChartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:chart" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeChartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeDatabaseElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDatabaseElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDatabaseElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:database" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeDatabaseElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeDdeSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDdeSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDdeSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:dde-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeDdeSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:document" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeDocumentElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentContentElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentContentElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentContentElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:document-content" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeDocumentContentElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentMetaElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentMetaElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentMetaElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:document-meta" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeDocumentMetaElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentSettingsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentSettingsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:document-settings" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeDocumentSettingsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeDocumentStylesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDocumentStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDocumentStylesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:document-styles" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeDocumentStylesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeDrawingElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeDrawingElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeDrawingElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:drawing" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeDrawingElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeEventListenersElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeEventListenersElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeEventListenersElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:event-listeners" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeEventListenersElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeFontFaceDeclsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeFontFaceDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeFontFaceDeclsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:font-face-decls" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeFontFaceDeclsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeFormsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeFormsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeFormsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:forms" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeFormsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeImageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeImageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:image" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeImageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeMasterStylesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeMasterStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeMasterStylesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:master-styles" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeMasterStylesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeMetaElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeMetaElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeMetaElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:meta" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeMetaElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficePresentationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficePresentationElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficePresentationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:presentation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficePresentationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeScriptElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeScriptElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeScriptElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:script" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeScriptElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeScriptsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeScriptsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeScriptsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:scripts" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeScriptsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeSettingsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeSettingsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:settings" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeSettingsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeSpreadsheetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeSpreadsheetElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeSpreadsheetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:spreadsheet" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeSpreadsheetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeStylesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeStylesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:styles" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeStylesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.office.OfficeTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/office/OfficeTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.office">OfficeTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "office:text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of OfficeTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationAnimationGroupElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationAnimationGroupElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationAnimationGroupElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:animation-group" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationAnimationGroupElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationAnimationsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationAnimationsElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationAnimationsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:animations" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationAnimationsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationDateTimeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationDateTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationDateTimeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:date-time" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationDateTimeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationDateTimeDeclElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationDateTimeDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationDateTimeDeclElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:date-time-decl" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationDateTimeDeclElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationDimElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationDimElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationDimElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:dim" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationDimElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationEventListenerElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationEventListenerElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationEventListenerElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:event-listener" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationEventListenerElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationFooterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationFooterElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationFooterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:footer" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationFooterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationFooterDeclElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationFooterDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationFooterDeclElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:footer-decl" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationFooterDeclElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationHeaderElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHeaderElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHeaderElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:header" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationHeaderElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationHeaderDeclElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHeaderDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHeaderDeclElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:header-decl" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationHeaderDeclElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationHideShapeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHideShapeElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHideShapeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:hide-shape" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationHideShapeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationHideTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationHideTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationHideTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:hide-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationHideTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationNotesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationNotesElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationNotesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:notes" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationNotesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationPlaceholderElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationPlaceholderElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationPlaceholderElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:placeholder" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationPlaceholderElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationPlayElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationPlayElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationPlayElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:play" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationPlayElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationSettingsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationSettingsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:settings" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationSettingsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationShowElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationShowElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationShowElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:show" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationShowElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationShowShapeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationShowShapeElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationShowShapeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:show-shape" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationShowShapeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationShowTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationShowTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationShowTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:show-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationShowTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.presentation.PresentationSoundElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/presentation/PresentationSoundElement.html" title="class in org.odftoolkit.odfdom.dom.element.presentation">PresentationSoundElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "presentation:sound" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of PresentationSoundElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.script.ScriptEventListenerElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/script/ScriptEventListenerElement.html" title="class in org.odftoolkit.odfdom.dom.element.script">ScriptEventListenerElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "script:event-listener" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of ScriptEventListenerElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleBackgroundImageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleBackgroundImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleBackgroundImageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:background-image" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleBackgroundImageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleChartPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleChartPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleChartPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:chart-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleChartPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleColumnElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleColumnElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:column" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleColumnElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleColumnSepElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleColumnSepElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleColumnSepElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:column-sep" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleColumnSepElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleColumnsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleColumnsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:columns" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleColumnsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleDefaultPageLayoutElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleDefaultPageLayoutElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleDefaultPageLayoutElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:default-page-layout" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleDefaultPageLayoutElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleDefaultStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleDefaultStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleDefaultStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:default-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleDefaultStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleDrawingPagePropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleDrawingPagePropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleDrawingPagePropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:drawing-page-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleDrawingPagePropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleDropCapElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleDropCapElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleDropCapElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:drop-cap" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleDropCapElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleFontFaceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFontFaceElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFontFaceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:font-face" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleFontFaceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleFooterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFooterElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFooterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:footer" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleFooterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleFooterLeftElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFooterLeftElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFooterLeftElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:footer-left" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleFooterLeftElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleFooterStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFooterStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFooterStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:footer-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleFooterStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleFootnoteSepElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleFootnoteSepElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleFootnoteSepElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:footnote-sep" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleFootnoteSepElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleGraphicPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleGraphicPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleGraphicPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:graphic-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleGraphicPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleHandoutMasterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHandoutMasterElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHandoutMasterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:handout-master" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleHandoutMasterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleHeaderElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHeaderElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHeaderElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:header" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleHeaderElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleHeaderFooterPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHeaderFooterPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHeaderFooterPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:header-footer-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleHeaderFooterPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleHeaderLeftElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHeaderLeftElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHeaderLeftElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:header-left" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleHeaderLeftElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleHeaderStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleHeaderStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleHeaderStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:header-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleHeaderStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleListLevelLabelAlignmentElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleListLevelLabelAlignmentElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleListLevelLabelAlignmentElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:list-level-label-alignment" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleListLevelLabelAlignmentElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleListLevelPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleListLevelPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleListLevelPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:list-level-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleListLevelPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleMapElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleMapElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleMapElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:map" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleMapElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleMasterPageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleMasterPageElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleMasterPageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:master-page" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleMasterPageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StylePageLayoutElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StylePageLayoutElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StylePageLayoutElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:page-layout" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StylePageLayoutElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StylePageLayoutPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StylePageLayoutPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StylePageLayoutPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:page-layout-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StylePageLayoutPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleParagraphPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleParagraphPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleParagraphPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:paragraph-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleParagraphPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StylePresentationPageLayoutElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StylePresentationPageLayoutElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StylePresentationPageLayoutElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:presentation-page-layout" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StylePresentationPageLayoutElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleRegionCenterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleRegionCenterElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleRegionCenterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:region-center" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleRegionCenterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleRegionLeftElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleRegionLeftElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleRegionLeftElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:region-left" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleRegionLeftElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleRegionRightElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleRegionRightElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleRegionRightElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:region-right" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleRegionRightElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleRubyPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleRubyPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleRubyPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:ruby-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleRubyPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleSectionPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleSectionPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleSectionPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:section-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleSectionPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleTabStopElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTabStopElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTabStopElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:tab-stop" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleTabStopElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleTabStopsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTabStopsElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTabStopsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:tab-stops" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleTabStopsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleTableCellPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTableCellPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTableCellPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:table-cell-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleTableCellPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleTableColumnPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTableColumnPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTableColumnPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:table-column-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleTableColumnPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleTablePropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTablePropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTablePropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:table-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleTablePropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleTableRowPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTableRowPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTableRowPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:table-row-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleTableRowPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.style.StyleTextPropertiesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/style/StyleTextPropertiesElement.html" title="class in org.odftoolkit.odfdom.dom.element.style">StyleTextPropertiesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "style:text-properties" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of StyleTextPropertiesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgDefinitionSrcElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgDefinitionSrcElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgDefinitionSrcElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:definition-src" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgDefinitionSrcElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgDescElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgDescElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgDescElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:desc" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgDescElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgFontFaceFormatElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgFontFaceFormatElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgFontFaceFormatElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:font-face-format" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgFontFaceFormatElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgFontFaceNameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgFontFaceNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgFontFaceNameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:font-face-name" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgFontFaceNameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgFontFaceSrcElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgFontFaceSrcElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgFontFaceSrcElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:font-face-src" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgFontFaceSrcElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgFontFaceUriElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgFontFaceUriElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgFontFaceUriElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:font-face-uri" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgFontFaceUriElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgLinearGradientElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgLinearGradientElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgLinearGradientElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:linearGradient" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgLinearGradientElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgRadialGradientElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgRadialGradientElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgRadialGradientElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:radialGradient" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgRadialGradientElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgStopElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgStopElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgStopElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:stop" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgStopElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.svg.SvgTitleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/svg/SvgTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.svg">SvgTitleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "svg:title" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of SvgTitleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableBackgroundElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableBackgroundElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableBackgroundElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:background" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableBackgroundElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableBodyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableBodyElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableBodyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:body" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableBodyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableCalculationSettingsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCalculationSettingsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCalculationSettingsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:calculation-settings" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableCalculationSettingsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableCellAddressElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCellAddressElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCellAddressElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:cell-address" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableCellAddressElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableCellContentChangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCellContentChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCellContentChangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:cell-content-change" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableCellContentChangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableCellContentDeletionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCellContentDeletionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCellContentDeletionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:cell-content-deletion" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableCellContentDeletionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableCellRangeSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCellRangeSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCellRangeSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:cell-range-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableCellRangeSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableChangeDeletionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableChangeDeletionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableChangeDeletionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:change-deletion" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableChangeDeletionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableChangeTrackTableCellElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableChangeTrackTableCellElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableChangeTrackTableCellElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:change-track-table-cell" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableChangeTrackTableCellElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableConsolidationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableConsolidationElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableConsolidationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:consolidation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableConsolidationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableContentValidationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableContentValidationElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableContentValidationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:content-validation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableContentValidationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableContentValidationsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableContentValidationsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableContentValidationsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:content-validations" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableContentValidationsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableCoveredTableCellElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCoveredTableCellElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCoveredTableCellElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:covered-table-cell" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableCoveredTableCellElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableCutOffsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableCutOffsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableCutOffsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:cut-offs" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableCutOffsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotDisplayInfoElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotDisplayInfoElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotDisplayInfoElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-display-info" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotDisplayInfoElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotFieldElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotFieldElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-field" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotFieldElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotFieldReferenceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotFieldReferenceElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotFieldReferenceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-field-reference" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotFieldReferenceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotGroupElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotGroupElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotGroupElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-group" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotGroupElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotGroupMemberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotGroupMemberElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotGroupMemberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-group-member" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotGroupMemberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotGroupsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotGroupsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotGroupsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-groups" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotGroupsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotLayoutInfoElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotLayoutInfoElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotLayoutInfoElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-layout-info" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotLayoutInfoElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotLevelElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotLevelElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotLevelElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-level" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotLevelElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotMemberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotMemberElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotMemberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-member" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotMemberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotMembersElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotMembersElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotMembersElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-members" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotMembersElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotSortInfoElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotSortInfoElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotSortInfoElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-sort-info" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotSortInfoElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotSubtotalElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotSubtotalElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotSubtotalElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-subtotal" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotSubtotalElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotSubtotalsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotSubtotalsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotSubtotalsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-subtotals" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotSubtotalsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotTableElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotTableElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotTableElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-table" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotTableElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDataPilotTablesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDataPilotTablesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDataPilotTablesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:data-pilot-tables" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDataPilotTablesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseRangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseRangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:database-range" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDatabaseRangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseRangesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseRangesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseRangesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:database-ranges" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDatabaseRangesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseSourceQueryElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseSourceQueryElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseSourceQueryElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:database-source-query" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDatabaseSourceQueryElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseSourceSqlElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseSourceSqlElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseSourceSqlElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:database-source-sql" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDatabaseSourceSqlElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDatabaseSourceTableElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDatabaseSourceTableElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDatabaseSourceTableElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:database-source-table" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDatabaseSourceTableElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDdeLinkElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDdeLinkElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDdeLinkElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:dde-link" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDdeLinkElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDdeLinksElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDdeLinksElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDdeLinksElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:dde-links" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDdeLinksElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDeletionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDeletionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDeletionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:deletion" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDeletionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDeletionsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDeletionsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDeletionsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:deletions" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDeletionsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDependenciesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDependenciesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDependenciesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:dependencies" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDependenciesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDependencyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDependencyElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDependencyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:dependency" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDependencyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDescElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDescElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDescElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:desc" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDescElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableDetectiveElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableDetectiveElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableDetectiveElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:detective" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableDetectiveElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableErrorMacroElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableErrorMacroElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableErrorMacroElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:error-macro" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableErrorMacroElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableErrorMessageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableErrorMessageElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableErrorMessageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:error-message" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableErrorMessageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableEvenColumnsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableEvenColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableEvenColumnsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:even-columns" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableEvenColumnsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableEvenRowsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableEvenRowsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableEvenRowsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:even-rows" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableEvenRowsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableFilterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:filter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableFilterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableFilterAndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterAndElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterAndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:filter-and" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableFilterAndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableFilterConditionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterConditionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterConditionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:filter-condition" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableFilterConditionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableFilterOrElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterOrElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterOrElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:filter-or" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableFilterOrElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableFilterSetItemElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFilterSetItemElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFilterSetItemElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:filter-set-item" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableFilterSetItemElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableFirstColumnElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFirstColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFirstColumnElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:first-column" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableFirstColumnElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableFirstRowElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableFirstRowElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableFirstRowElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:first-row" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableFirstRowElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableHelpMessageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableHelpMessageElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableHelpMessageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:help-message" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableHelpMessageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableHighlightedRangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableHighlightedRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableHighlightedRangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:highlighted-range" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableHighlightedRangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableInsertionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableInsertionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableInsertionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:insertion" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableInsertionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableInsertionCutOffElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableInsertionCutOffElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableInsertionCutOffElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:insertion-cut-off" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableInsertionCutOffElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableIterationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableIterationElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableIterationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:iteration" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableIterationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableLabelRangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableLabelRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableLabelRangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:label-range" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableLabelRangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableLabelRangesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableLabelRangesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableLabelRangesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:label-ranges" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableLabelRangesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableLastColumnElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableLastColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableLastColumnElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:last-column" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableLastColumnElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableLastRowElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableLastRowElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableLastRowElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:last-row" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableLastRowElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableMovementElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableMovementElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableMovementElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:movement" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableMovementElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableMovementCutOffElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableMovementCutOffElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableMovementCutOffElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:movement-cut-off" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableMovementCutOffElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableNamedExpressionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableNamedExpressionElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableNamedExpressionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:named-expression" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableNamedExpressionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableNamedExpressionsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableNamedExpressionsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableNamedExpressionsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:named-expressions" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableNamedExpressionsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableNamedRangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableNamedRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableNamedRangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:named-range" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableNamedRangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableNullDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableNullDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableNullDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:null-date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableNullDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableOddColumnsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableOddColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableOddColumnsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:odd-columns" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableOddColumnsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableOddRowsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableOddRowsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableOddRowsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:odd-rows" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableOddRowsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableOperationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableOperationElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableOperationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:operation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableOperationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TablePreviousElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TablePreviousElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TablePreviousElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:previous" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TablePreviousElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableScenarioElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableScenarioElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableScenarioElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:scenario" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableScenarioElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableShapesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableShapesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableShapesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:shapes" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableShapesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSortElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSortElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSortElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:sort" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSortElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSortByElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSortByElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSortByElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:sort-by" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSortByElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSortGroupsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSortGroupsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSortGroupsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:sort-groups" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSortGroupsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSourceCellRangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSourceCellRangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSourceCellRangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:source-cell-range" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSourceCellRangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSourceRangeAddressElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSourceRangeAddressElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSourceRangeAddressElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:source-range-address" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSourceRangeAddressElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSourceServiceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSourceServiceElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSourceServiceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:source-service" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSourceServiceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSubtotalFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSubtotalFieldElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSubtotalFieldElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:subtotal-field" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSubtotalFieldElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSubtotalRuleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSubtotalRuleElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSubtotalRuleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:subtotal-rule" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSubtotalRuleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableSubtotalRulesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableSubtotalRulesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableSubtotalRulesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:subtotal-rules" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableSubtotalRulesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableCellElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableCellElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableCellElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-cell" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableCellElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableColumnElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableColumnElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableColumnElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-column" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableColumnElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableColumnGroupElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableColumnGroupElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableColumnGroupElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-column-group" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableColumnGroupElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableColumnsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableColumnsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-columns" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableColumnsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableHeaderColumnsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableHeaderColumnsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableHeaderColumnsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-header-columns" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableHeaderColumnsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableHeaderRowsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableHeaderRowsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableHeaderRowsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-header-rows" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableHeaderRowsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableRowElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableRowElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableRowElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-row" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableRowElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableRowGroupElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableRowGroupElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableRowGroupElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-row-group" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableRowGroupElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableRowsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableRowsElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableRowsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-rows" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableRowsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTableTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTableTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTableTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:table-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTableTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTargetRangeAddressElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTargetRangeAddressElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTargetRangeAddressElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:target-range-address" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTargetRangeAddressElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTitleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTitleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:title" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTitleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.table.TableTrackedChangesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/table/TableTrackedChangesElement.html" title="class in org.odftoolkit.odfdom.dom.element.table">TableTrackedChangesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "table:tracked-changes" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TableTrackedChangesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:a" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:alphabetical-index" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAlphabeticalIndexElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexAutoMarkFileElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexAutoMarkFileElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexAutoMarkFileElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:alphabetical-index-auto-mark-file" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAlphabeticalIndexAutoMarkFileElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexEntryTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexEntryTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:alphabetical-index-entry-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAlphabeticalIndexEntryTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexMarkElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:alphabetical-index-mark" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAlphabeticalIndexMarkElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexMarkEndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkEndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:alphabetical-index-mark-end" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAlphabeticalIndexMarkEndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexMarkStartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexMarkStartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:alphabetical-index-mark-start" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAlphabeticalIndexMarkStartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAlphabeticalIndexSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAlphabeticalIndexSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:alphabetical-index-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAlphabeticalIndexSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAuthorInitialsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAuthorInitialsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAuthorInitialsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:author-initials" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAuthorInitialsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextAuthorNameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextAuthorNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextAuthorNameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:author-name" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextAuthorNameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bibliography" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBibliographyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographyConfigurationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyConfigurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyConfigurationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bibliography-configuration" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBibliographyConfigurationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographyEntryTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyEntryTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bibliography-entry-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBibliographyEntryTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographyMarkElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographyMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographyMarkElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bibliography-mark" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBibliographyMarkElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBibliographySourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBibliographySourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBibliographySourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bibliography-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBibliographySourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBookmarkElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bookmark" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBookmarkElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBookmarkEndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkEndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bookmark-end" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBookmarkEndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBookmarkRefElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkRefElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bookmark-ref" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBookmarkRefElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextBookmarkStartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextBookmarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextBookmarkStartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:bookmark-start" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextBookmarkStartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextChangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:change" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextChangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextChangeEndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeEndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:change-end" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextChangeEndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextChangeStartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChangeStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangeStartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:change-start" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextChangeStartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextChangedRegionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChangedRegionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChangedRegionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:changed-region" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextChangedRegionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextChapterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextChapterElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextChapterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:chapter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextChapterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextCharacterCountElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextCharacterCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCharacterCountElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:character-count" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextCharacterCountElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextConditionalTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextConditionalTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextConditionalTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:conditional-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextConditionalTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextCreationDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextCreationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreationDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:creation-date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextCreationDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextCreationTimeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextCreationTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreationTimeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:creation-time" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextCreationTimeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextCreatorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextCreatorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:creator" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextCreatorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseDisplayElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseDisplayElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseDisplayElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:database-display" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDatabaseDisplayElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseNameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseNameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:database-name" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDatabaseNameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseNextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseNextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseNextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:database-next" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDatabaseNextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseRowNumberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseRowNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseRowNumberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:database-row-number" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDatabaseRowNumberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDatabaseRowSelectElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDatabaseRowSelectElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDatabaseRowSelectElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:database-row-select" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDatabaseRowSelectElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDdeConnectionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDdeConnectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDdeConnectionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:dde-connection" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDdeConnectionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDdeConnectionDeclElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDdeConnectionDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDdeConnectionDeclElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:dde-connection-decl" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDdeConnectionDeclElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDdeConnectionDeclsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDdeConnectionDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDdeConnectionDeclsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:dde-connection-decls" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDdeConnectionDeclsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDeletionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDeletionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDeletionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:deletion" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDeletionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextDescriptionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextDescriptionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextDescriptionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:description" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextDescriptionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextEditingCyclesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextEditingCyclesElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextEditingCyclesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:editing-cycles" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextEditingCyclesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextEditingDurationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextEditingDurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextEditingDurationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:editing-duration" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextEditingDurationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextExecuteMacroElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextExecuteMacroElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextExecuteMacroElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:execute-macro" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextExecuteMacroElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextExpressionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextExpressionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextExpressionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:expression" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextExpressionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextFileNameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextFileNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextFileNameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:file-name" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextFileNameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextFormatChangeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextFormatChangeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextFormatChangeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:format-change" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextFormatChangeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextHElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextHElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:h" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextHElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextHiddenParagraphElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenParagraphElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHiddenParagraphElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:hidden-paragraph" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextHiddenParagraphElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextHiddenTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextHiddenTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextHiddenTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:hidden-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextHiddenTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIllustrationIndexElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIllustrationIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIllustrationIndexElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:illustration-index" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIllustrationIndexElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIllustrationIndexEntryTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIllustrationIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIllustrationIndexEntryTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:illustration-index-entry-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIllustrationIndexEntryTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIllustrationIndexSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIllustrationIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIllustrationIndexSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:illustration-index-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIllustrationIndexSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextImageCountElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextImageCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextImageCountElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:image-count" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextImageCountElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexBodyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexBodyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexBodyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-body" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexBodyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryBibliographyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryBibliographyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryBibliographyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-entry-bibliography" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexEntryBibliographyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryChapterElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryChapterElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryChapterElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-entry-chapter" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexEntryChapterElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryLinkEndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryLinkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryLinkEndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-entry-link-end" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexEntryLinkEndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryLinkStartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryLinkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryLinkStartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-entry-link-start" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexEntryLinkStartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryPageNumberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryPageNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryPageNumberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-entry-page-number" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexEntryPageNumberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntrySpanElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntrySpanElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntrySpanElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-entry-span" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexEntrySpanElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryTabStopElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryTabStopElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryTabStopElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-entry-tab-stop" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexEntryTabStopElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexEntryTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexEntryTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexEntryTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-entry-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexEntryTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexSourceStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexSourceStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexSourceStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-source-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexSourceStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexSourceStylesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexSourceStylesElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexSourceStylesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-source-styles" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexSourceStylesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexTitleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexTitleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-title" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexTitleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextIndexTitleTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextIndexTitleTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextIndexTitleTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:index-title-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextIndexTitleTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextInitialCreatorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextInitialCreatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextInitialCreatorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:initial-creator" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextInitialCreatorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextInsertionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextInsertionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextInsertionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:insertion" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextInsertionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextKeywordsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextKeywordsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextKeywordsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:keywords" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextKeywordsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextLineBreakElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextLineBreakElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextLineBreakElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:line-break" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextLineBreakElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextLinenumberingConfigurationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextLinenumberingConfigurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextLinenumberingConfigurationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:linenumbering-configuration" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextLinenumberingConfigurationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextLinenumberingSeparatorElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextLinenumberingSeparatorElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextLinenumberingSeparatorElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:linenumbering-separator" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextLinenumberingSeparatorElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextListElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:list" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextListElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextListHeaderElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListHeaderElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListHeaderElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:list-header" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextListHeaderElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextListItemElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListItemElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListItemElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:list-item" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextListItemElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextListLevelStyleBulletElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListLevelStyleBulletElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListLevelStyleBulletElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:list-level-style-bullet" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextListLevelStyleBulletElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextListLevelStyleImageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListLevelStyleImageElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListLevelStyleImageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:list-level-style-image" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextListLevelStyleImageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextListLevelStyleNumberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListLevelStyleNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListLevelStyleNumberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:list-level-style-number" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextListLevelStyleNumberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextListStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextListStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextListStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:list-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextListStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextMeasureElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextMeasureElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMeasureElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:measure" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextMeasureElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextMetaElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextMetaElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMetaElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:meta" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextMetaElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextMetaFieldElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextMetaFieldElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextMetaFieldElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:meta-field" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextMetaFieldElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextModificationDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextModificationDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextModificationDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:modification-date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextModificationDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextModificationTimeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextModificationTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextModificationTimeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:modification-time" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextModificationTimeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNoteElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:note" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNoteElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNoteBodyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteBodyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteBodyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:note-body" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNoteBodyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNoteCitationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteCitationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteCitationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:note-citation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNoteCitationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNoteContinuationNoticeBackwardElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteContinuationNoticeBackwardElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteContinuationNoticeBackwardElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:note-continuation-notice-backward" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNoteContinuationNoticeBackwardElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNoteContinuationNoticeForwardElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteContinuationNoticeForwardElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteContinuationNoticeForwardElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:note-continuation-notice-forward" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNoteContinuationNoticeForwardElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNoteRefElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNoteRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNoteRefElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:note-ref" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNoteRefElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNotesConfigurationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNotesConfigurationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNotesConfigurationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:notes-configuration" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNotesConfigurationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNumberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNumberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:number" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNumberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextNumberedParagraphElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextNumberedParagraphElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextNumberedParagraphElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:numbered-paragraph" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextNumberedParagraphElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextObjectCountElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectCountElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:object-count" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextObjectCountElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextObjectIndexElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectIndexElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:object-index" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextObjectIndexElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextObjectIndexEntryTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectIndexEntryTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:object-index-entry-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextObjectIndexEntryTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextObjectIndexSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextObjectIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextObjectIndexSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:object-index-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextObjectIndexSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextOutlineLevelStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextOutlineLevelStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextOutlineLevelStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:outline-level-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextOutlineLevelStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextOutlineStyleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextOutlineStyleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextOutlineStyleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:outline-style" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextOutlineStyleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:p" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPageElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:page" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPageElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPageContinuationElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageContinuationElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageContinuationElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:page-continuation" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPageContinuationElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPageCountElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageCountElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:page-count" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPageCountElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPageNumberElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageNumberElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageNumberElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:page-number" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPageNumberElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPageSequenceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageSequenceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageSequenceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:page-sequence" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPageSequenceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPageVariableGetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageVariableGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageVariableGetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:page-variable-get" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPageVariableGetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPageVariableSetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPageVariableSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPageVariableSetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:page-variable-set" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPageVariableSetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextParagraphCountElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextParagraphCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextParagraphCountElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:paragraph-count" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextParagraphCountElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPlaceholderElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPlaceholderElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPlaceholderElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:placeholder" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPlaceholderElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPrintDateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintDateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintDateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:print-date" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPrintDateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPrintTimeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintTimeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:print-time" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPrintTimeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextPrintedByElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextPrintedByElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextPrintedByElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:printed-by" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextPrintedByElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextReferenceMarkElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:reference-mark" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextReferenceMarkElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextReferenceMarkEndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkEndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:reference-mark-end" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextReferenceMarkEndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextReferenceMarkStartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceMarkStartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:reference-mark-start" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextReferenceMarkStartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextReferenceRefElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextReferenceRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextReferenceRefElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:reference-ref" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextReferenceRefElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextRubyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextRubyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextRubyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:ruby" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextRubyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextRubyBaseElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextRubyBaseElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextRubyBaseElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:ruby-base" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextRubyBaseElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextRubyTextElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextRubyTextElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextRubyTextElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:ruby-text" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextRubyTextElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:s" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextScriptElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextScriptElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextScriptElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:script" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextScriptElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSectionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSectionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSectionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:section" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSectionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSectionSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSectionSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSectionSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:section-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSectionSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderCityElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCityElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCityElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-city" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderCityElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderCompanyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCompanyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCompanyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-company" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderCompanyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderCountryElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderCountryElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderCountryElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-country" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderCountryElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderEmailElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderEmailElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderEmailElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-email" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderEmailElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderFaxElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderFaxElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderFaxElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-fax" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderFaxElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderFirstnameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderFirstnameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderFirstnameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-firstname" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderFirstnameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderInitialsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderInitialsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderInitialsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-initials" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderInitialsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderLastnameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderLastnameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderLastnameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-lastname" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderLastnameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderPhonePrivateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPhonePrivateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPhonePrivateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-phone-private" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderPhonePrivateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderPhoneWorkElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPhoneWorkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPhoneWorkElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-phone-work" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderPhoneWorkElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderPositionElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPositionElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPositionElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-position" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderPositionElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderPostalCodeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderPostalCodeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderPostalCodeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-postal-code" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderPostalCodeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderStateOrProvinceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderStateOrProvinceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderStateOrProvinceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-state-or-province" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderStateOrProvinceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderStreetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderStreetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderStreetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-street" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderStreetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSenderTitleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSenderTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSenderTitleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sender-title" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSenderTitleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSequenceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sequence" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSequenceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSequenceDeclElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceDeclElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sequence-decl" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSequenceDeclElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSequenceDeclsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceDeclsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sequence-decls" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSequenceDeclsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSequenceRefElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSequenceRefElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSequenceRefElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sequence-ref" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSequenceRefElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSheetNameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSheetNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSheetNameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sheet-name" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSheetNameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSoftPageBreakElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSoftPageBreakElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSoftPageBreakElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:soft-page-break" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSoftPageBreakElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSortKeyElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSortKeyElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSortKeyElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:sort-key" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSortKeyElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSpanElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSpanElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSpanElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:span" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSpanElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextSubjectElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextSubjectElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextSubjectElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:subject" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextSubjectElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTabElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTabElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTabElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:tab" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTabElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTableCountElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableCountElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:table-count" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTableCountElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTableFormulaElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableFormulaElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableFormulaElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:table-formula" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTableFormulaElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTableIndexElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableIndexElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:table-index" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTableIndexElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTableIndexEntryTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableIndexEntryTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:table-index-entry-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTableIndexEntryTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTableIndexSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableIndexSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:table-index-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTableIndexSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTableOfContentElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableOfContentElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableOfContentElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:table-of-content" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTableOfContentElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTableOfContentEntryTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableOfContentEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableOfContentEntryTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:table-of-content-entry-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTableOfContentEntryTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTableOfContentSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTableOfContentSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTableOfContentSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:table-of-content-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTableOfContentSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTemplateNameElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTemplateNameElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTemplateNameElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:template-name" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTemplateNameElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTextInputElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTextInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTextInputElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:text-input" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTextInputElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTimeElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTimeElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTimeElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:time" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTimeElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTitleElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTitleElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTitleElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:title" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTitleElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTocMarkElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:toc-mark" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTocMarkElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTocMarkEndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkEndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:toc-mark-end" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTocMarkEndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTocMarkStartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTocMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTocMarkStartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:toc-mark-start" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTocMarkStartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextTrackedChangesElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextTrackedChangesElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextTrackedChangesElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:tracked-changes" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextTrackedChangesElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserDefinedElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserDefinedElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserDefinedElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-defined" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserDefinedElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserFieldDeclElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldDeclElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-field-decl" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserFieldDeclElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserFieldDeclsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldDeclsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-field-decls" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserFieldDeclsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserFieldGetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldGetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-field-get" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserFieldGetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserFieldInputElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserFieldInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserFieldInputElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-field-input" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserFieldInputElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-index" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserIndexElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexEntryTemplateElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexEntryTemplateElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexEntryTemplateElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-index-entry-template" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserIndexEntryTemplateElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexMarkElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-index-mark" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserIndexMarkElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexMarkEndElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkEndElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkEndElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-index-mark-end" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserIndexMarkEndElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexMarkStartElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexMarkStartElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexMarkStartElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-index-mark-start" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserIndexMarkStartElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextUserIndexSourceElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextUserIndexSourceElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextUserIndexSourceElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:user-index-source" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextUserIndexSourceElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextVariableDeclElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableDeclElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableDeclElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:variable-decl" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextVariableDeclElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextVariableDeclsElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableDeclsElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableDeclsElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:variable-decls" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextVariableDeclsElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextVariableGetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableGetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableGetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:variable-get" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextVariableGetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextVariableInputElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableInputElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableInputElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:variable-input" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextVariableInputElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextVariableSetElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextVariableSetElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextVariableSetElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:variable-set" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextVariableSetElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.text.TextWordCountElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/text/TextWordCountElement.html" title="class in org.odftoolkit.odfdom.dom.element.text">TextWordCountElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "text:word-count" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of TextWordCountElement</dd></dl>
</li>
</ul>
<a name="visit(org.odftoolkit.odfdom.dom.element.xforms.XformsModelElement)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>visit</h4>
<pre>public&nbsp;void&nbsp;visit(<a href="../../../../org/odftoolkit/odfdom/dom/element/xforms/XformsModelElement.html" title="class in org.odftoolkit.odfdom.dom.element.xforms">XformsModelElement</a>&nbsp;ele)</pre>
<div class="block">A method to visit "xforms:model" elements</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ele</code> - - an instance of XformsModelElement</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/DefaultElementVisitor.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>Prev Class</li>
<li><a href="../../../../org/odftoolkit/odfdom/dom/OdfContentDom.html" title="class in org.odftoolkit.odfdom.dom"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/odftoolkit/odfdom/dom/DefaultElementVisitor.html" target="_top">Frames</a></li>
<li><a href="DefaultElementVisitor.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>Nested&nbsp;|&nbsp;</li>
<li>Field&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>Field&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>