blob: 333d21d642b062119c019a7dc8fa3b3792e330f2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 14 10:03:58 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CFMetaDataParser (OpenJPA Parent POM 2.4.3 API)</title>
<meta name="date" content="2018-06-14">
<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="CFMetaDataParser (OpenJPA Parent POM 2.4.3 API)";
}
//-->
</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/CFMetaDataParser.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-all.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/apache/openjpa/lib/meta/CFMetaDataSerializer.html" title="class in org.apache.openjpa.lib.meta"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openjpa/lib/meta/CFMetaDataParser.html" target="_top">Frames</a></li>
<li><a href="CFMetaDataParser.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><a href="#fields_inherited_from_class_org.apache.openjpa.lib.meta.XMLMetaDataParser">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>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.apache.openjpa.lib.meta</div>
<h2 title="Class CFMetaDataParser" class="title">Class CFMetaDataParser</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax">org.xml.sax.helpers.DefaultHandler</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html" title="class in org.apache.openjpa.lib.meta">org.apache.openjpa.lib.meta.XMLMetaDataParser</a></li>
<li>
<ul class="inheritance">
<li>org.apache.openjpa.lib.meta.CFMetaDataParser</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../org/apache/openjpa/lib/meta/MetaDataParser.html" title="interface in org.apache.openjpa.lib.meta">MetaDataParser</a>, <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</a>, <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/DTDHandler.html?is-external=true" title="class or interface in org.xml.sax">DTDHandler</a>, <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/EntityResolver.html?is-external=true" title="class or interface in org.xml.sax">EntityResolver</a>, <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/ErrorHandler.html?is-external=true" title="class or interface in org.xml.sax">ErrorHandler</a>, <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/ext/LexicalHandler.html?is-external=true" title="class or interface in org.xml.sax.ext">LexicalHandler</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/apache/openjpa/persistence/XMLPersistenceMetaDataParser.html" title="class in org.apache.openjpa.persistence">XMLPersistenceMetaDataParser</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">CFMetaDataParser</span>
extends <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html" title="class in org.apache.openjpa.lib.meta">XMLMetaDataParser</a></pre>
<div class="block">Custom SAX parser used by the system to quickly parse metadata files
for classes.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Abe White</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.openjpa.lib.meta.XMLMetaDataParser">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.openjpa.lib.meta.<a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html" title="class in org.apache.openjpa.lib.meta">XMLMetaDataParser</a></h3>
<code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#_extendedNamespace">_extendedNamespace</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#_openjpaNamespace">_openjpaNamespace</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#CFMetaDataParser()">CFMetaDataParser</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>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#classForName(java.lang.String,%20boolean)">classForName</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
boolean&nbsp;resolve)</code>
<div class="block">Helper method to create the <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a> for the given name,
taking into account the package currently being parsed for relative
class names.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#classForName(java.lang.String,%20java.lang.String,%20boolean,%20java.lang.ClassLoader)">classForName</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pkg,
boolean&nbsp;resolve,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;loader)</code>
<div class="block">Load the given class name against the given package and the set
of accepted standard packages.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#currentClassName()">currentClassName</a></strong>()</code>
<div class="block">Return the current class being parsed; the returned name will
be fully qualified.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#currentPackage()">currentPackage</a></strong>()</code>
<div class="block">Return the current package being parsed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#endClass(java.lang.String)">endClass</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem)</code>
<div class="block">End a class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#endClassElement(java.lang.String)">endClassElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Override this method marking the end of an element within a declared
class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#endElement(java.lang.String)">endElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Override this method marking the end of some element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#endExtendedClass(java.lang.String)">endExtendedClass</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#endPackage(java.lang.String)">endPackage</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem)</code>
<div class="block">End a package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#endPackageElement(java.lang.String)">endPackageElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Override this method marking the end of an element within a declared
package.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#endSystemElement(java.lang.String)">endSystemElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Override this method marking the end of an element outside of any
package or class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#getClassAttributeName()">getClassAttributeName</a></strong>()</code>
<div class="block">The attribute of the class element that holds the name, or null to
use the element text.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#getClassElementDepth()">getClassElementDepth</a></strong>()</code>
<div class="block">The depth of the class element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#getPackageAttributeName()">getPackageAttributeName</a></strong>()</code>
<div class="block">The attribute of the package element that holds the name, or null to
use the element text.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#getPackageElementDepth()">getPackageElementDepth</a></strong>()</code>
<div class="block">The depth of the package element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#isClassElementName(java.lang.String)">isClassElementName</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">The name of the class element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#isPackageElementName(java.lang.String)">isPackageElementName</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">The name of the package element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#reset()">reset</a></strong>()</code>
<div class="block">Override this method to clear any state and ready the parser for
a new document.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#startClass(java.lang.String,%20org.xml.sax.Attributes)">startClass</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)</code>
<div class="block">Start a class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#startClassElement(java.lang.String,%20org.xml.sax.Attributes)">startClassElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)</code>
<div class="block">Override this method marking the start of an element within a declared
class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#startElement(java.lang.String,%20org.xml.sax.Attributes)">startElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)</code>
<div class="block">Override this method marking the start of some element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#startExtendedClass(java.lang.String,%20org.xml.sax.Attributes)">startExtendedClass</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#startPackage(java.lang.String,%20org.xml.sax.Attributes)">startPackage</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)</code>
<div class="block">Start a package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#startPackageElement(java.lang.String,%20org.xml.sax.Attributes)">startPackageElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)</code>
<div class="block">Override this method marking the start of an element within a declared
package.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/openjpa/lib/meta/CFMetaDataParser.html#startSystemElement(java.lang.String,%20org.xml.sax.Attributes)">startSystemElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)</code>
<div class="block">Override this method marking the start of an element outside of any
package or class.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.openjpa.lib.meta.XMLMetaDataParser">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.openjpa.lib.meta.<a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html" title="class in org.apache.openjpa.lib.meta">XMLMetaDataParser</a></h3>
<code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#addComments(java.lang.Object)">addComments</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#addResult(java.lang.Object)">addResult</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#characters(char[],%20int,%20int)">characters</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#clear()">clear</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#clearDeferredMetaData()">clearDeferredMetaData</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#comment(char[],%20int,%20int)">comment</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#currentClassLoader()">currentClassLoader</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#currentComments()">currentComments</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#currentDepth()">currentDepth</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#currentLocation()">currentLocation</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#currentText()">currentText</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#endCDATA()">endCDATA</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#endDTD()">endDTD</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#endElement(java.lang.String,%20java.lang.String,%20java.lang.String)">endElement</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#endEntity(java.lang.String)">endEntity</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#error(org.xml.sax.SAXParseException)">error</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#fatalError(org.xml.sax.SAXParseException)">fatalError</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#finish()">finish</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getClassLoader()">getClassLoader</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getDocType()">getDocType</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getException(org.apache.openjpa.lib.util.Localizer.Message)">getException</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getException(org.apache.openjpa.lib.util.Localizer.Message,%20java.lang.Throwable)">getException</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getException(java.lang.String)">getException</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getLexicalHandler()">getLexicalHandler</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getLocation()">getLocation</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getLog()">getLog</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getOverrideContextClassloader()">getOverrideContextClassloader</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getParseComments()">getParseComments</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getParseText()">getParseText</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getResults()">getResults</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getSchemaSource()">getSchemaSource</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getSourceFile()">getSourceFile</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getSourceIsSystemId()">getSourceIsSystemId</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getSourceName()">getSourceName</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#getSuffix()">getSuffix</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#ignoreContent(boolean)">ignoreContent</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#isCaching()">isCaching</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#isParsing()">isParsing</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#isValidating()">isValidating</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#parse(java.lang.Class,%20boolean)">parse</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#parse(java.io.File)">parse</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#parse(org.apache.openjpa.lib.meta.MetaDataIterator)">parse</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#parse(java.io.Reader,%20java.lang.String)">parse</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#parse(java.lang.String)">parse</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#parse(java.net.URL)">parse</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#parsed(java.lang.String)">parsed</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#parseNewResource(java.io.Reader,%20java.lang.String)">parseNewResource</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setCaching(boolean)">setCaching</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setClassLoader(java.lang.ClassLoader)">setClassLoader</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setDocumentLocator(org.xml.sax.Locator)">setDocumentLocator</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setLexicalHandler(org.xml.sax.ext.LexicalHandler)">setLexicalHandler</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setLocation(org.apache.openjpa.lib.xml.Location)">setLocation</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setLog(org.apache.openjpa.lib.log.Log)">setLog</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setOverrideContextClassloader(boolean)">setOverrideContextClassloader</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setParseComments(boolean)">setParseComments</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setParseText(boolean)">setParseText</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setParsing(boolean)">setParsing</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setSourceIsSystemId(boolean)">setSourceIsSystemId</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setSuffix(java.lang.String)">setSuffix</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#setValidating(boolean)">setValidating</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#startCDATA()">startCDATA</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#startDTD(java.lang.String,%20java.lang.String,%20java.lang.String)">startDTD</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#startElement(java.lang.String,%20java.lang.String,%20java.lang.String,%20org.xml.sax.Attributes)">startElement</a>, <a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#startEntity(java.lang.String)">startEntity</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.xml.sax.helpers.DefaultHandler">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.xml.sax.helpers.<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/helpers.DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax">DefaultHandler</a></h3>
<code>endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.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://docs.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://docs.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://docs.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://docs.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://docs.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://docs.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://docs.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://docs.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://docs.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://docs.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://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" 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="CFMetaDataParser()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CFMetaDataParser</h4>
<pre>public&nbsp;CFMetaDataParser()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isPackageElementName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPackageElementName</h4>
<pre>protected&nbsp;boolean&nbsp;isPackageElementName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">The name of the package element. Defaults to "package".</div>
</li>
</ul>
<a name="getPackageAttributeName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPackageAttributeName</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getPackageAttributeName()</pre>
<div class="block">The attribute of the package element that holds the name, or null to
use the element text. Defaults to "name".</div>
</li>
</ul>
<a name="getPackageElementDepth()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPackageElementDepth</h4>
<pre>protected&nbsp;int&nbsp;getPackageElementDepth()</pre>
<div class="block">The depth of the package element. Defaults to 1.</div>
</li>
</ul>
<a name="isClassElementName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isClassElementName</h4>
<pre>protected&nbsp;boolean&nbsp;isClassElementName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
<div class="block">The name of the class element. Defaults to "class".</div>
</li>
</ul>
<a name="getClassAttributeName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassAttributeName</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getClassAttributeName()</pre>
<div class="block">The attribute of the class element that holds the name, or null to
use the element text. Defaults to "name".</div>
</li>
</ul>
<a name="getClassElementDepth()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClassElementDepth</h4>
<pre>protected&nbsp;int&nbsp;getClassElementDepth()</pre>
<div class="block">The depth of the class element. Defaults to 2.</div>
</li>
</ul>
<a name="startElement(java.lang.String, org.xml.sax.Attributes)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startElement</h4>
<pre>protected&nbsp;boolean&nbsp;startElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#startElement(java.lang.String,%20org.xml.sax.Attributes)">XMLMetaDataParser</a></code></strong></div>
<div class="block">Override this method marking the start of some element. If this method
returns false, the content of the element and the end element event will
be ignored.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#startElement(java.lang.String,%20org.xml.sax.Attributes)">startElement</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html" title="class in org.apache.openjpa.lib.meta">XMLMetaDataParser</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="endElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endElement</h4>
<pre>protected&nbsp;void&nbsp;endElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#endElement(java.lang.String)">XMLMetaDataParser</a></code></strong></div>
<div class="block">Override this method marking the end of some element.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#endElement(java.lang.String)">endElement</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html" title="class in org.apache.openjpa.lib.meta">XMLMetaDataParser</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="startPackage(java.lang.String, org.xml.sax.Attributes)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startPackage</h4>
<pre>protected&nbsp;boolean&nbsp;startPackage(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Start a package. Parses out package attribute by default.
Return false to skip package element and its contents.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="endPackage(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endPackage</h4>
<pre>protected&nbsp;void&nbsp;endPackage(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem)</pre>
<div class="block">End a package. Parses contained text by default.</div>
</li>
</ul>
<a name="startClass(java.lang.String, org.xml.sax.Attributes)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startClass</h4>
<pre>protected&nbsp;boolean&nbsp;startClass(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Start a class. Parses out class name by default. Return
false to skip class element and its contents.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="endClass(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endClass</h4>
<pre>protected&nbsp;void&nbsp;endClass(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">End a class. Parses contained text by default.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="startExtendedClass(java.lang.String, org.xml.sax.Attributes)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startExtendedClass</h4>
<pre>protected&nbsp;boolean&nbsp;startExtendedClass(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="endExtendedClass(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endExtendedClass</h4>
<pre>protected&nbsp;void&nbsp;endExtendedClass(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elem)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="startSystemElement(java.lang.String, org.xml.sax.Attributes)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startSystemElement</h4>
<pre>protected&nbsp;boolean&nbsp;startSystemElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Override this method marking the start of an element outside of any
package or class.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="endSystemElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endSystemElement</h4>
<pre>protected&nbsp;void&nbsp;endSystemElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Override this method marking the end of an element outside of any
package or class.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="startPackageElement(java.lang.String, org.xml.sax.Attributes)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startPackageElement</h4>
<pre>protected&nbsp;boolean&nbsp;startPackageElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Override this method marking the start of an element within a declared
package.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="endPackageElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endPackageElement</h4>
<pre>protected&nbsp;void&nbsp;endPackageElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Override this method marking the end of an element within a declared
package.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="startClassElement(java.lang.String, org.xml.sax.Attributes)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startClassElement</h4>
<pre>protected&nbsp;boolean&nbsp;startClassElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</a>&nbsp;attrs)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Override this method marking the start of an element within a declared
class.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="endClassElement(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>endClassElement</h4>
<pre>protected&nbsp;void&nbsp;endClassElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Override this method marking the end of an element within a declared
class.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="reset()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reset</h4>
<pre>protected&nbsp;void&nbsp;reset()</pre>
<div class="block">Override this method to clear any state and ready the parser for
a new document. Subclasses should call
<code>super.reset()</code> to clear superclass state.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html#reset()">reset</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/lib/meta/XMLMetaDataParser.html" title="class in org.apache.openjpa.lib.meta">XMLMetaDataParser</a></code></dd>
</dl>
</li>
</ul>
<a name="currentClassName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>currentClassName</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;currentClassName()</pre>
<div class="block">Return the current class being parsed; the returned name will
be fully qualified.</div>
</li>
</ul>
<a name="currentPackage()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>currentPackage</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;currentPackage()</pre>
<div class="block">Return the current package being parsed.</div>
</li>
</ul>
<a name="classForName(java.lang.String, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>classForName</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;classForName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
boolean&nbsp;resolve)
throws <a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></pre>
<div class="block">Helper method to create the <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a> for the given name,
taking into account the package currently being parsed for relative
class names.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</a></code></dd></dl>
</li>
</ul>
<a name="classForName(java.lang.String, java.lang.String, boolean, java.lang.ClassLoader)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>classForName</h4>
<pre>public static&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;classForName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pkg,
boolean&nbsp;resolve,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;loader)</pre>
<div class="block">Load the given class name against the given package and the set
of accepted standard packages. Return null if the class cannot be loaded.</div>
</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/CFMetaDataParser.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-all.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/apache/openjpa/lib/meta/CFMetaDataSerializer.html" title="class in org.apache.openjpa.lib.meta"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openjpa/lib/meta/CFMetaDataParser.html" target="_top">Frames</a></li>
<li><a href="CFMetaDataParser.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><a href="#fields_inherited_from_class_org.apache.openjpa.lib.meta.XMLMetaDataParser">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>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; 2006&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>