<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<!-- NewPage --> | |
<html lang="en"> | |
<head> | |
<!-- Generated by javadoc --> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>XMLParser (Apache UIMA Java SDK 3.1.0 User-Level API Documentation)</title> | |
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | |
<script type="text/javascript" src="../../../../script.js"></script> | |
</head> | |
<body> | |
<script type="text/javascript"><!-- | |
try { | |
if (location.href.indexOf('is-external=true') == -1) { | |
parent.document.title="XMLParser (Apache UIMA Java SDK 3.1.0 User-Level API Documentation)"; | |
} | |
} | |
catch(err) { | |
} | |
//--> | |
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":38,"i39":38,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6}; | |
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]}; | |
var altColor = "altColor"; | |
var rowColor = "rowColor"; | |
var tableTab = "tableTab"; | |
var activeTableTab = "activeTableTab"; | |
</script> | |
<noscript> | |
<div>JavaScript is disabled on your browser.</div> | |
</noscript> | |
<!-- ========= START OF TOP NAVBAR ======= --> | |
<div class="topNav"><a name="navbar.top"> | |
<!-- --> | |
</a> | |
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | |
<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/XMLParser.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><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><span class="typeNameLink">Prev Class</span></a></li> | |
<li><a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util"><span class="typeNameLink">Next Class</span></a></li> | |
</ul> | |
<ul class="navList"> | |
<li><a href="../../../../index.html?org/apache/uima/util/XMLParser.html" target="_top">Frames</a></li> | |
<li><a href="XMLParser.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: </li> | |
<li><a href="#nested.class.summary">Nested</a> | </li> | |
<li><a href="#field.summary">Field</a> | </li> | |
<li>Constr | </li> | |
<li><a href="#method.summary">Method</a></li> | |
</ul> | |
<ul class="subNavList"> | |
<li>Detail: </li> | |
<li><a href="#field.detail">Field</a> | </li> | |
<li>Constr | </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.uima.util</div> | |
<h2 title="Interface XMLParser" class="title">Interface XMLParser</h2> | |
</div> | |
<div class="contentContainer"> | |
<div class="description"> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<hr> | |
<br> | |
<pre>public interface <span class="typeNameLabel">XMLParser</span></pre> | |
<div class="block">A UIMA <code>XMLParser</code> parses XML documents and generates UIMA components represented by | |
the XML. | |
<p> | |
An application obtains a reference to the <code>XMLParser</code> by calling the | |
<a href="../../../../org/apache/uima/UIMAFramework.html#getXMLParser--"><code>UIMAFramework.getXMLParser()</code></a> method. The application then uses the | |
<code>XMLParser</code> by passing an <code>InputStream</code> to one of its | |
<code>parse</code> methods - for example | |
<a href="../../../../org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-"><code>parseAnalysisEngineDescription(XMLInputSource)</code></a> for parsing an | |
<a href="../../../../org/apache/uima/analysis_engine/AnalysisEngineDescription.html" title="interface in org.apache.uima.analysis_engine"><code>AnalysisEngineDescription</code></a> from its XML representation. | |
<p> | |
XML schema validation is off by default; it can be turned on by calling the method | |
<a href="../../../../org/apache/uima/util/XMLParser.html#enableSchemaValidation-boolean-"><code>enableSchemaValidation(boolean)</code></a>. | |
<p> | |
UIMA developers who provide new types of XMLizable components must configure the XML parser by | |
using the <a href="../../../../org/apache/uima/util/XMLParser.html#addMapping-java.lang.String-java.lang.String-"><code>addMapping(String,String)</code></a> method to specify mappings between XML Element names | |
and the class names of the objects to be built from elements with those names. All objects to be | |
built by the XML parser must implement <a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><code>XMLizable</code></a> and provide an implementation of | |
<a href="../../../../org/apache/uima/util/XMLizable.html#buildFromXMLElement-org.w3c.dom.Element-org.apache.uima.util.XMLParser-"><code>XMLizable.buildFromXMLElement(Element, XMLParser)</code></a>. | |
<p> | |
Note that we are considering replacing this ad-hoc XML data binding interface with the java | |
standard extension JAXB. See <a href="http://java.sun.com/xml/jaxb"> http://java.sun.com/xml/jaxb</a> | |
for details on JAXB.</div> | |
</li> | |
</ul> | |
</div> | |
<div class="summary"> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<!-- ======== NESTED CLASS SUMMARY ======== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="nested.class.summary"> | |
<!-- --> | |
</a> | |
<h3>Nested Class Summary</h3> | |
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> | |
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colFirst" scope="col">Modifier and Type</th> | |
<th class="colLast" scope="col">Interface and Description</th> | |
</tr> | |
<tr class="altColor"> | |
<td class="colFirst"><code>static class </code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a></span></code> | |
<div class="block">Option settings for the parser.</div> | |
</td> | |
</tr> | |
</table> | |
</li> | |
</ul> | |
<!-- =========== FIELD SUMMARY =========== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="field.summary"> | |
<!-- --> | |
</a> | |
<h3>Field Summary</h3> | |
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> | |
<caption><span>Fields</span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colFirst" scope="col">Modifier and Type</th> | |
<th class="colLast" scope="col">Field and Description</th> | |
</tr> | |
<tr class="altColor"> | |
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#RESOURCE_SPECIFIER_NAMESPACE">RESOURCE_SPECIFIER_NAMESPACE</a></span></code> | |
<div class="block">XML namespace for ResourceSpecifiers.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#RESOURCE_SPECIFIER_SCHEMA_NAME">RESOURCE_SPECIFIER_SCHEMA_NAME</a></span></code> | |
<div class="block">Name of schema for ResourceSpecifiers.</div> | |
</td> | |
</tr> | |
</table> | |
</li> | |
</ul> | |
<!-- ========== METHOD SUMMARY =========== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="method.summary"> | |
<!-- --> | |
</a> | |
<h3>Method Summary</h3> | |
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> | |
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd"> </span></span></caption> | |
<tr> | |
<th class="colFirst" scope="col">Modifier and Type</th> | |
<th class="colLast" scope="col">Method and Description</th> | |
</tr> | |
<tr id="i0" class="altColor"> | |
<td class="colFirst"><code>void</code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#addMapping-java.lang.String-java.lang.String-">addMapping</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aElementName, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aClassName)</code> | |
<div class="block">Configures this XMLParser by registering a mapping between the name of an XML element and the | |
Class of object to be built from elements with that name.</div> | |
</td> | |
</tr> | |
<tr id="i1" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#buildObject-org.w3c.dom.Element-">buildObject</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a> aElement)</code> | |
<div class="block">Builds an object from its XML DOM representation.</div> | |
</td> | |
</tr> | |
<tr id="i2" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#buildObject-org.w3c.dom.Element-org.apache.uima.util.XMLParser.ParsingOptions-">buildObject</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a> aElement, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Builds an object from its XML DOM representation.</div> | |
</td> | |
</tr> | |
<tr id="i3" class="rowColor"> | |
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#buildObjectOrPrimitive-org.w3c.dom.Element-org.apache.uima.util.XMLParser.ParsingOptions-">buildObjectOrPrimitive</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a> aElement, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Builds an object from its XML DOM representation.</div> | |
</td> | |
</tr> | |
<tr id="i4" class="altColor"> | |
<td class="colFirst"><code>void</code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#enableSchemaValidation-boolean-">enableSchemaValidation</a></span>(boolean aEnable)</code> | |
<div class="block">Enables or disables XML schema validation.</div> | |
</td> | |
</tr> | |
<tr id="i5" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/util/SaxDeserializer.html" title="interface in org.apache.uima.util">SaxDeserializer</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#newSaxDeserializer--">newSaxDeserializer</a></span>()</code> | |
<div class="block">Creates a new <code>SaxDeserializer</code> object, which implements the SAX | |
<a href="https://docs.oracle.com/javase/8/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax"><code>ContentHandler</code></a> interface and can be used to deserialize an | |
<a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><code>XMLizable</code></a> object from the events sent from a SAX parser.</div> | |
</td> | |
</tr> | |
<tr id="i6" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/util/SaxDeserializer.html" title="interface in org.apache.uima.util">SaxDeserializer</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#newSaxDeserializer-org.apache.uima.util.XMLParser.ParsingOptions-">newSaxDeserializer</a></span>(<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Creates a new <code>SaxDeserializer</code>.</div> | |
</td> | |
</tr> | |
<tr id="i7" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parse-org.apache.uima.util.XMLInputSource-">parse</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses an XML input stream and produces an object.</div> | |
</td> | |
</tr> | |
<tr id="i8" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parse-org.apache.uima.util.XMLInputSource-java.lang.String-java.net.URL-">parse</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aNamespaceForSchema, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> aSchemaUrl)</code> | |
<div class="block">Parses an XML input stream and produces an object.</div> | |
</td> | |
</tr> | |
<tr id="i9" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parse-org.apache.uima.util.XMLInputSource-java.lang.String-java.net.URL-org.apache.uima.util.XMLParser.ParsingOptions-">parse</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aNamespaceForSchema, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> aSchemaUrl, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses an XML input stream and produces an object.</div> | |
</td> | |
</tr> | |
<tr id="i10" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parse-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parse</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses an XML input stream and produces an object.</div> | |
</td> | |
</tr> | |
<tr id="i11" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/analysis_engine/AnalysisEngineDescription.html" title="interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-">parseAnalysisEngineDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses an AnalysisEngineDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i12" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/analysis_engine/AnalysisEngineDescription.html" title="interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseAnalysisEngineDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses an AnalysisEngineDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i13" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/collection/CasConsumerDescription.html" title="interface in org.apache.uima.collection">CasConsumerDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCasConsumerDescription-org.apache.uima.util.XMLInputSource-">parseCasConsumerDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a CasConsumerDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i14" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/collection/CasConsumerDescription.html" title="interface in org.apache.uima.collection">CasConsumerDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCasConsumerDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseCasConsumerDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a CasConsumerDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i15" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/collection/CasInitializerDescription.html" title="interface in org.apache.uima.collection">CasInitializerDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCasInitializerDescription-org.apache.uima.util.XMLInputSource-">parseCasInitializerDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a CasInitializerDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i16" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/collection/CasInitializerDescription.html" title="interface in org.apache.uima.collection">CasInitializerDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCasInitializerDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseCasInitializerDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a CasInitializerDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i17" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/collection/CollectionReaderDescription.html" title="interface in org.apache.uima.collection">CollectionReaderDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCollectionReaderDescription-org.apache.uima.util.XMLInputSource-">parseCollectionReaderDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a CollectionReaderDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i18" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/collection/CollectionReaderDescription.html" title="interface in org.apache.uima.collection">CollectionReaderDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCollectionReaderDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseCollectionReaderDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a CollectionReaderDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i19" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/collection/metadata/CpeDescription.html" title="interface in org.apache.uima.collection.metadata">CpeDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCpeDescription-org.apache.uima.util.XMLInputSource-">parseCpeDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a CpeDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i20" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/CustomResourceSpecifier.html" title="interface in org.apache.uima.resource">CustomResourceSpecifier</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCustomResourceSpecifier-org.apache.uima.util.XMLInputSource-">parseCustomResourceSpecifier</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a CustomResourceSpecifier from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i21" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/CustomResourceSpecifier.html" title="interface in org.apache.uima.resource">CustomResourceSpecifier</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseCustomResourceSpecifier-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseCustomResourceSpecifier</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a CustomResourceSpecifier from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i22" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/flow/FlowControllerDescription.html" title="interface in org.apache.uima.flow">FlowControllerDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseFlowControllerDescription-org.apache.uima.util.XMLInputSource-">parseFlowControllerDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a FlowControllerDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i23" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/flow/FlowControllerDescription.html" title="interface in org.apache.uima.flow">FlowControllerDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseFlowControllerDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseFlowControllerDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a FlowControllerDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i24" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/FsIndexCollection.html" title="interface in org.apache.uima.resource.metadata">FsIndexCollection</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseFsIndexCollection-org.apache.uima.util.XMLInputSource-">parseFsIndexCollection</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a FsIndexCollection from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i25" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/FsIndexCollection.html" title="interface in org.apache.uima.resource.metadata">FsIndexCollection</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseFsIndexCollection-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseFsIndexCollection</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a FsIndexCollection from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i26" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/search/IndexBuildSpecification.html" title="interface in org.apache.uima.search">IndexBuildSpecification</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseIndexBuildSpecification-org.apache.uima.util.XMLInputSource-">parseIndexBuildSpecification</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses an IndexBuildSpecification from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i27" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/search/IndexBuildSpecification.html" title="interface in org.apache.uima.search">IndexBuildSpecification</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseIndexBuildSpecification-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseIndexBuildSpecification</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses an IndexBuildSpecification from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i28" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/PearSpecifier.html" title="interface in org.apache.uima.resource">PearSpecifier</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parsePearSpecifier-org.apache.uima.util.XMLInputSource-">parsePearSpecifier</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a PearSpecifier from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i29" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/PearSpecifier.html" title="interface in org.apache.uima.resource">PearSpecifier</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parsePearSpecifier-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parsePearSpecifier</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a PearSpecifier from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i30" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/ResourceManagerConfiguration.html" title="interface in org.apache.uima.resource.metadata">ResourceManagerConfiguration</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseResourceManagerConfiguration-org.apache.uima.util.XMLInputSource-">parseResourceManagerConfiguration</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a ResourceManagerConfiguration from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i31" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/ResourceManagerConfiguration.html" title="interface in org.apache.uima.resource.metadata">ResourceManagerConfiguration</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseResourceManagerConfiguration-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseResourceManagerConfiguration</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a ResourceManagerConfiguration from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i32" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/ResourceMetaData.html" title="interface in org.apache.uima.resource.metadata">ResourceMetaData</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseResourceMetaData-org.apache.uima.util.XMLInputSource-">parseResourceMetaData</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a ResourceMetaData object from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i33" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/ResourceMetaData.html" title="interface in org.apache.uima.resource.metadata">ResourceMetaData</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseResourceMetaData-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseResourceMetaData</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a ResourceMetaData object from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i34" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/ResourceSpecifier.html" title="interface in org.apache.uima.resource">ResourceSpecifier</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseResourceSpecifier-org.apache.uima.util.XMLInputSource-">parseResourceSpecifier</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a ResourceSpecifier from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i35" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/ResourceSpecifier.html" title="interface in org.apache.uima.resource">ResourceSpecifier</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseResourceSpecifier-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseResourceSpecifier</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a ResourceSpecifier from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i36" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/analysis_engine/ResultSpecification.html" title="interface in org.apache.uima.analysis_engine">ResultSpecification</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseResultSpecification-org.apache.uima.util.XMLInputSource-">parseResultSpecification</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a ResultSpecification from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i37" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/analysis_engine/ResultSpecification.html" title="interface in org.apache.uima.analysis_engine">ResultSpecification</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseResultSpecification-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseResultSpecification</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a ResultSpecification from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i38" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/analysis_engine/TaeDescription.html" title="interface in org.apache.uima.analysis_engine">TaeDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseTaeDescription-org.apache.uima.util.XMLInputSource-">parseTaeDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block"><span class="deprecatedLabel">Deprecated.</span> | |
<div class="block"><span class="deprecationComment">As of v2.0, <a href="../../../../org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-"><code>parseAnalysisEngineDescription(XMLInputSource)</code></a> should be used | |
instead.</span></div> | |
</div> | |
</td> | |
</tr> | |
<tr id="i39" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/analysis_engine/TaeDescription.html" title="interface in org.apache.uima.analysis_engine">TaeDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseTaeDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseTaeDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block"><span class="deprecatedLabel">Deprecated.</span> | |
<div class="block"><span class="deprecationComment">As of v2.0, <a href="../../../../org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"><code>parseAnalysisEngineDescription(XMLInputSource,ParsingOptions)</code></a> | |
should be used instead.</span></div> | |
</div> | |
</td> | |
</tr> | |
<tr id="i40" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/TypePriorities.html" title="interface in org.apache.uima.resource.metadata">TypePriorities</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseTypePriorities-org.apache.uima.util.XMLInputSource-">parseTypePriorities</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a TypePriorities declaration from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i41" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/TypePriorities.html" title="interface in org.apache.uima.resource.metadata">TypePriorities</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseTypePriorities-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseTypePriorities</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a TypePriorities declaration from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i42" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/TypeSystemDescription.html" title="interface in org.apache.uima.resource.metadata">TypeSystemDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseTypeSystemDescription-org.apache.uima.util.XMLInputSource-">parseTypeSystemDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a TypeSystemDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i43" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/metadata/TypeSystemDescription.html" title="interface in org.apache.uima.resource.metadata">TypeSystemDescription</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseTypeSystemDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseTypeSystemDescription</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a TypeSystemDescription from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i44" class="altColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/URISpecifier.html" title="interface in org.apache.uima.resource">URISpecifier</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseURISpecifier-org.apache.uima.util.XMLInputSource-">parseURISpecifier</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput)</code> | |
<div class="block">Parses a URISpecifier from an XML input stream.</div> | |
</td> | |
</tr> | |
<tr id="i45" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../../org/apache/uima/resource/URISpecifier.html" title="interface in org.apache.uima.resource">URISpecifier</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/uima/util/XMLParser.html#parseURISpecifier-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-">parseURISpecifier</a></span>(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</code> | |
<div class="block">Parses a URISpecifier from an XML input stream.</div> | |
</td> | |
</tr> | |
</table> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
<div class="details"> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<!-- ============ FIELD DETAIL =========== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="field.detail"> | |
<!-- --> | |
</a> | |
<h3>Field Detail</h3> | |
<a name="RESOURCE_SPECIFIER_NAMESPACE"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>RESOURCE_SPECIFIER_NAMESPACE</h4> | |
<pre>static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_SPECIFIER_NAMESPACE</pre> | |
<div class="block">XML namespace for ResourceSpecifiers. XML ResourceSpecifier documents must use this namespace | |
or they will be considered invalid by the schema validator.</div> | |
<dl> | |
<dt><span class="seeLabel">See Also:</span></dt> | |
<dd><a href="../../../../constant-values.html#org.apache.uima.util.XMLParser.RESOURCE_SPECIFIER_NAMESPACE">Constant Field Values</a></dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="RESOURCE_SPECIFIER_SCHEMA_NAME"> | |
<!-- --> | |
</a> | |
<ul class="blockListLast"> | |
<li class="blockList"> | |
<h4>RESOURCE_SPECIFIER_SCHEMA_NAME</h4> | |
<pre>static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> RESOURCE_SPECIFIER_SCHEMA_NAME</pre> | |
<div class="block">Name of schema for ResourceSpecifiers. This file will be looked up in the classpath.</div> | |
<dl> | |
<dt><span class="seeLabel">See Also:</span></dt> | |
<dd><a href="../../../../constant-values.html#org.apache.uima.util.XMLParser.RESOURCE_SPECIFIER_SCHEMA_NAME">Constant Field Values</a></dd> | |
</dl> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
<!-- ============ METHOD DETAIL ========== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="method.detail"> | |
<!-- --> | |
</a> | |
<h3>Method Detail</h3> | |
<a name="enableSchemaValidation-boolean-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>enableSchemaValidation</h4> | |
<pre>void enableSchemaValidation(boolean aEnable)</pre> | |
<div class="block">Enables or disables XML schema validation.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aEnable</code> - true to enable validation, false to disable validation</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parse-org.apache.uima.util.XMLInputSource-java.lang.String-java.net.URL-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parse</h4> | |
<pre><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a> parse(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aNamespaceForSchema, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> aSchemaUrl) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses an XML input stream and produces an object. elements.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aNamespaceForSchema</code> - XML namespace for elements to be validated against XML schema. If null, no schema will | |
be used (unless one is declared in the document itself). This parameter is ignored if | |
schema validation has not been enabled via <a href="../../../../org/apache/uima/util/XMLParser.html#enableSchemaValidation-boolean-"><code>enableSchemaValidation(boolean)</code></a>.</dd> | |
<dd><code>aSchemaUrl</code> - URL to XML schema that will be used to validate the XML document. If null, no schema | |
will be used (unless one is declared in the document itself). This parameter is | |
ignored if schema validation has not been enabled via | |
<a href="../../../../org/apache/uima/util/XMLParser.html#enableSchemaValidation-boolean-"><code>enableSchemaValidation(boolean)</code></a>.</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>XMLizable</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid object</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parse-org.apache.uima.util.XMLInputSource-java.lang.String-java.net.URL-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parse</h4> | |
<pre><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a> parse(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aNamespaceForSchema, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> aSchemaUrl, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses an XML input stream and produces an object.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aNamespaceForSchema</code> - XML namespace for elements to be validated against XML schema. If null, no schema will | |
be used (unless one is declared in the document itself). This parameter is ignored if | |
schema validation has not been enabled via <a href="../../../../org/apache/uima/util/XMLParser.html#enableSchemaValidation-boolean-"><code>enableSchemaValidation(boolean)</code></a>.</dd> | |
<dd><code>aSchemaUrl</code> - URL to XML schema that will be used to validate the XML document. If null, no schema | |
will be used (unless one is declared in the document itself). This parameter is | |
ignored if schema validation has not been enabled via | |
<a href="../../../../org/apache/uima/util/XMLParser.html#enableSchemaValidation-boolean-"><code>enableSchemaValidation(boolean)</code></a>.</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>XMLizable</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid object</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parse-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parse</h4> | |
<pre><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a> parse(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses an XML input stream and produces an object. XIncludes will be expanded but no schema | |
validation will be done.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>XMLizable</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid object</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parse-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parse</h4> | |
<pre><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a> parse(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses an XML input stream and produces an object. No schema validation will be done.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>XMLizable</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid object</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseResourceSpecifier-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseResourceSpecifier</h4> | |
<pre><a href="../../../../org/apache/uima/resource/ResourceSpecifier.html" title="interface in org.apache.uima.resource">ResourceSpecifier</a> parseResourceSpecifier(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a ResourceSpecifier from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>ResourceSpecifier</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid ResourceSpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseResourceSpecifier-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseResourceSpecifier</h4> | |
<pre><a href="../../../../org/apache/uima/resource/ResourceSpecifier.html" title="interface in org.apache.uima.resource">ResourceSpecifier</a> parseResourceSpecifier(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a ResourceSpecifier from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>ResourceSpecifier</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid ResourceSpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseResourceMetaData-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseResourceMetaData</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/ResourceMetaData.html" title="interface in org.apache.uima.resource.metadata">ResourceMetaData</a> parseResourceMetaData(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a ResourceMetaData object from an XML input stream. XML schema validation will be done | |
against the <a href="../../../../org/apache/uima/util/XMLParser.html#RESOURCE_SPECIFIER_SCHEMA_NAME"><code>RESOURCE_SPECIFIER_SCHEMA_NAME</code></a> if it can be found in the classpath.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>ResourceMetaData</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid ResourceSpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseResourceMetaData-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseResourceMetaData</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/ResourceMetaData.html" title="interface in org.apache.uima.resource.metadata">ResourceMetaData</a> parseResourceMetaData(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a ResourceMetaData object from an XML input stream. XML schema validation will be done | |
against the <a href="../../../../org/apache/uima/util/XMLParser.html#RESOURCE_SPECIFIER_SCHEMA_NAME"><code>RESOURCE_SPECIFIER_SCHEMA_NAME</code></a> if it can be found in the classpath.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>ResourceMetaData</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid ResourceSpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseURISpecifier-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseURISpecifier</h4> | |
<pre><a href="../../../../org/apache/uima/resource/URISpecifier.html" title="interface in org.apache.uima.resource">URISpecifier</a> parseURISpecifier(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a URISpecifier from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>URISpecifier</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid URISpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseURISpecifier-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseURISpecifier</h4> | |
<pre><a href="../../../../org/apache/uima/resource/URISpecifier.html" title="interface in org.apache.uima.resource">URISpecifier</a> parseURISpecifier(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a URISpecifier from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>URISpecifier</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid URISpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseAnalysisEngineDescription</h4> | |
<pre><a href="../../../../org/apache/uima/analysis_engine/AnalysisEngineDescription.html" title="interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a> parseAnalysisEngineDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses an AnalysisEngineDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>AnalysisEngineDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid AnalysisEngineDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseAnalysisEngineDescription</h4> | |
<pre><a href="../../../../org/apache/uima/analysis_engine/AnalysisEngineDescription.html" title="interface in org.apache.uima.analysis_engine">AnalysisEngineDescription</a> parseAnalysisEngineDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses an AnalysisEngineDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>AnalysisEngineDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid AnalysisEngineDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseTaeDescription-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseTaeDescription</h4> | |
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> | |
<a href="../../../../org/apache/uima/analysis_engine/TaeDescription.html" title="interface in org.apache.uima.analysis_engine">TaeDescription</a> parseTaeDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">As of v2.0, <a href="../../../../org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-"><code>parseAnalysisEngineDescription(XMLInputSource)</code></a> should be used | |
instead.</span></div> | |
<div class="block">Parses a TaeDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>TaeDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid TaeDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseTaeDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseTaeDescription</h4> | |
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> | |
<a href="../../../../org/apache/uima/analysis_engine/TaeDescription.html" title="interface in org.apache.uima.analysis_engine">TaeDescription</a> parseTaeDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">As of v2.0, <a href="../../../../org/apache/uima/util/XMLParser.html#parseAnalysisEngineDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"><code>parseAnalysisEngineDescription(XMLInputSource,ParsingOptions)</code></a> | |
should be used instead.</span></div> | |
<div class="block">Parses a TaeDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>TaeDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid TaeDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCasConsumerDescription-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCasConsumerDescription</h4> | |
<pre><a href="../../../../org/apache/uima/collection/CasConsumerDescription.html" title="interface in org.apache.uima.collection">CasConsumerDescription</a> parseCasConsumerDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CasConsumerDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>CasConsumerDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid CasConsumerDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCasConsumerDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCasConsumerDescription</h4> | |
<pre><a href="../../../../org/apache/uima/collection/CasConsumerDescription.html" title="interface in org.apache.uima.collection">CasConsumerDescription</a> parseCasConsumerDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CasConsumerDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>CasConsumerDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid CasConsumerDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCasInitializerDescription-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCasInitializerDescription</h4> | |
<pre><a href="../../../../org/apache/uima/collection/CasInitializerDescription.html" title="interface in org.apache.uima.collection">CasInitializerDescription</a> parseCasInitializerDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CasInitializerDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>CasInitializerDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid CasInitializerDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCasInitializerDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCasInitializerDescription</h4> | |
<pre><a href="../../../../org/apache/uima/collection/CasInitializerDescription.html" title="interface in org.apache.uima.collection">CasInitializerDescription</a> parseCasInitializerDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CasInitializerDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>CasInitializerDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid CasInitializerDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCollectionReaderDescription-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCollectionReaderDescription</h4> | |
<pre><a href="../../../../org/apache/uima/collection/CollectionReaderDescription.html" title="interface in org.apache.uima.collection">CollectionReaderDescription</a> parseCollectionReaderDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CollectionReaderDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>CollectionReaderDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid CollectionReaderDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCollectionReaderDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCollectionReaderDescription</h4> | |
<pre><a href="../../../../org/apache/uima/collection/CollectionReaderDescription.html" title="interface in org.apache.uima.collection">CollectionReaderDescription</a> parseCollectionReaderDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CollectionReaderDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>CollectionReaderDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid CollectionReaderDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCpeDescription-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCpeDescription</h4> | |
<pre><a href="../../../../org/apache/uima/collection/metadata/CpeDescription.html" title="interface in org.apache.uima.collection.metadata">CpeDescription</a> parseCpeDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CpeDescription from an XML input stream. | |
<p> | |
NOTE: the option settings <a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util"><code>XMLParser.ParsingOptions</code></a> are not currently available for parsing | |
CpeDescriptions, because they use a different parsing mechanism than the other specifier types.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>cpeDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid IndexingSpecification</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseResultSpecification-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseResultSpecification</h4> | |
<pre><a href="../../../../org/apache/uima/analysis_engine/ResultSpecification.html" title="interface in org.apache.uima.analysis_engine">ResultSpecification</a> parseResultSpecification(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a ResultSpecification from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>ResultSpecification</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid ResultSpecification</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseResultSpecification-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseResultSpecification</h4> | |
<pre><a href="../../../../org/apache/uima/analysis_engine/ResultSpecification.html" title="interface in org.apache.uima.analysis_engine">ResultSpecification</a> parseResultSpecification(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a ResultSpecification from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>ResultSpecification</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid ResultSpecification</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseTypeSystemDescription-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseTypeSystemDescription</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/TypeSystemDescription.html" title="interface in org.apache.uima.resource.metadata">TypeSystemDescription</a> parseTypeSystemDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a TypeSystemDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>TypeSystemDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid TypeSystemDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseTypeSystemDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseTypeSystemDescription</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/TypeSystemDescription.html" title="interface in org.apache.uima.resource.metadata">TypeSystemDescription</a> parseTypeSystemDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a TypeSystemDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>TypeSystemDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid TypeSystemDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseTypePriorities-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseTypePriorities</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/TypePriorities.html" title="interface in org.apache.uima.resource.metadata">TypePriorities</a> parseTypePriorities(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a TypePriorities declaration from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>TypePriorities</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid TypePriorities</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseTypePriorities-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseTypePriorities</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/TypePriorities.html" title="interface in org.apache.uima.resource.metadata">TypePriorities</a> parseTypePriorities(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a TypePriorities declaration from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>TypePriorities</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid TypePriorities</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseFsIndexCollection-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseFsIndexCollection</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/FsIndexCollection.html" title="interface in org.apache.uima.resource.metadata">FsIndexCollection</a> parseFsIndexCollection(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a FsIndexCollection from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>FsIndexCollection</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid FsIndexCollection</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseFsIndexCollection-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseFsIndexCollection</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/FsIndexCollection.html" title="interface in org.apache.uima.resource.metadata">FsIndexCollection</a> parseFsIndexCollection(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a FsIndexCollection from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>FsIndexCollection</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid FsIndexCollection</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseResourceManagerConfiguration-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseResourceManagerConfiguration</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/ResourceManagerConfiguration.html" title="interface in org.apache.uima.resource.metadata">ResourceManagerConfiguration</a> parseResourceManagerConfiguration(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a ResourceManagerConfiguration from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>ResourceManagerConfiguration</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid | |
ResourceManagerConfiguration</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseResourceManagerConfiguration-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseResourceManagerConfiguration</h4> | |
<pre><a href="../../../../org/apache/uima/resource/metadata/ResourceManagerConfiguration.html" title="interface in org.apache.uima.resource.metadata">ResourceManagerConfiguration</a> parseResourceManagerConfiguration(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a ResourceManagerConfiguration from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>ResourceManagerConfiguration</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid | |
ResourceManagerConfiguration</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseFlowControllerDescription-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseFlowControllerDescription</h4> | |
<pre><a href="../../../../org/apache/uima/flow/FlowControllerDescription.html" title="interface in org.apache.uima.flow">FlowControllerDescription</a> parseFlowControllerDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a FlowControllerDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>FlowControllerDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid FlowControllerDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseFlowControllerDescription-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseFlowControllerDescription</h4> | |
<pre><a href="../../../../org/apache/uima/flow/FlowControllerDescription.html" title="interface in org.apache.uima.flow">FlowControllerDescription</a> parseFlowControllerDescription(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a FlowControllerDescription from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>FlowControllerDescription</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid FlowControllerDescription</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCustomResourceSpecifier-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCustomResourceSpecifier</h4> | |
<pre><a href="../../../../org/apache/uima/resource/CustomResourceSpecifier.html" title="interface in org.apache.uima.resource">CustomResourceSpecifier</a> parseCustomResourceSpecifier(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CustomResourceSpecifier from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>CustomResourceSpecifier</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid CustomResourceSpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseCustomResourceSpecifier-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseCustomResourceSpecifier</h4> | |
<pre><a href="../../../../org/apache/uima/resource/CustomResourceSpecifier.html" title="interface in org.apache.uima.resource">CustomResourceSpecifier</a> parseCustomResourceSpecifier(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a CustomResourceSpecifier from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>CustomResourceSpecifier</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid CustomResourceSpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parsePearSpecifier-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parsePearSpecifier</h4> | |
<pre><a href="../../../../org/apache/uima/resource/PearSpecifier.html" title="interface in org.apache.uima.resource">PearSpecifier</a> parsePearSpecifier(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a PearSpecifier from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>PearSpecifier</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid PearSpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parsePearSpecifier-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parsePearSpecifier</h4> | |
<pre><a href="../../../../org/apache/uima/resource/PearSpecifier.html" title="interface in org.apache.uima.resource">PearSpecifier</a> parsePearSpecifier(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses a PearSpecifier from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>a <code>PearSpecifier</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid PearSpecifier</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseIndexBuildSpecification-org.apache.uima.util.XMLInputSource-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseIndexBuildSpecification</h4> | |
<pre><a href="../../../../org/apache/uima/search/IndexBuildSpecification.html" title="interface in org.apache.uima.search">IndexBuildSpecification</a> parseIndexBuildSpecification(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses an IndexBuildSpecification from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>IndexBuildSpecification</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid IndexBuildSpecification</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="parseIndexBuildSpecification-org.apache.uima.util.XMLInputSource-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>parseIndexBuildSpecification</h4> | |
<pre><a href="../../../../org/apache/uima/search/IndexBuildSpecification.html" title="interface in org.apache.uima.search">IndexBuildSpecification</a> parseIndexBuildSpecification(<a href="../../../../org/apache/uima/util/XMLInputSource.html" title="class in org.apache.uima.util">XMLInputSource</a> aInput, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Parses an IndexBuildSpecification from an XML input stream.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aInput</code> - the input source from which to read the XML document</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>IndexBuildSpecification</code> object constructed from the XML document</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the input XML is not valid or does not specify a valid IndexBuildSpecification</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="buildObject-org.w3c.dom.Element-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>buildObject</h4> | |
<pre><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a> buildObject(<a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a> aElement) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Builds an object from its XML DOM representation. This method is not typically called by | |
applications. It may be called from within a | |
<a href="../../../../org/apache/uima/util/XMLizable.html#buildFromXMLElement-org.w3c.dom.Element-org.apache.uima.util.XMLParser-"><code>XMLizable.buildFromXMLElement(Element, XMLParser)</code></a> method to construct sub-objects.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aElement</code> - a DOM Element</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>XMLizable</code> object constructed from the DOM element</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the XML element does not specify a valid object</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="buildObject-org.w3c.dom.Element-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>buildObject</h4> | |
<pre><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util">XMLizable</a> buildObject(<a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a> aElement, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Builds an object from its XML DOM representation. This method is not typically called by | |
applications. It may be called from within a | |
<a href="../../../../org/apache/uima/util/XMLizable.html#buildFromXMLElement-org.w3c.dom.Element-org.apache.uima.util.XMLParser-"><code>XMLizable.buildFromXMLElement(Element, XMLParser)</code></a> method to construct sub-objects.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aElement</code> - a DOM Element</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an <code>XMLizable</code> object constructed from the DOM element</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the XML element does not specify a valid object</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="buildObjectOrPrimitive-org.w3c.dom.Element-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>buildObjectOrPrimitive</h4> | |
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> buildObjectOrPrimitive(<a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a> aElement, | |
<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions) | |
throws <a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></pre> | |
<div class="block">Builds an object from its XML DOM representation. This method is not typically called by | |
applications. It may be called from within a | |
<a href="../../../../org/apache/uima/util/XMLizable.html#buildFromXMLElement-org.w3c.dom.Element-org.apache.uima.util.XMLParser-"><code>XMLizable.buildFromXMLElement(Element, XMLParser)</code></a> method to construct sub-objects. | |
<p> | |
This method is similar to <a href="../../../../org/apache/uima/util/XMLParser.html#buildObject-org.w3c.dom.Element-org.apache.uima.util.XMLParser.ParsingOptions-"><code>buildObject(Element, XMLParser.ParsingOptions)</code></a> but can also | |
parse primitive-typed objects wrapped as XML elements, such as | |
<code><integer>42</integer</code>.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aElement</code> - a DOM Element</dd> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an object constructed from the DOM element. This can be either an instance of | |
<a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><code>XMLizable</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, or one of the primitive type wrapper objects (e.g. | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang"><code>Float</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>).</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="../../../../org/apache/uima/util/InvalidXMLException.html" title="class in org.apache.uima.util">InvalidXMLException</a></code> - if the XML element does not specify a valid object</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="newSaxDeserializer--"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>newSaxDeserializer</h4> | |
<pre><a href="../../../../org/apache/uima/util/SaxDeserializer.html" title="interface in org.apache.uima.util">SaxDeserializer</a> newSaxDeserializer()</pre> | |
<div class="block">Creates a new <code>SaxDeserializer</code> object, which implements the SAX | |
<a href="https://docs.oracle.com/javase/8/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax"><code>ContentHandler</code></a> interface and can be used to deserialize an | |
<a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><code>XMLizable</code></a> object from the events sent from a SAX parser. This can be used if the | |
application already has a SAX parser that generates these events. In most cases, it is easier | |
to use one of the <code>parse</code> methods on this interface. | |
<p> | |
The SAX deserializer returned my this method will expand XIncludes but will not do schema | |
validation.</div> | |
<dl> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an object that implements <a href="https://docs.oracle.com/javase/8/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax"><code>ContentHandler</code></a> and can be used to | |
deserialize an <a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><code>XMLizable</code></a> object from SAX events.</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="newSaxDeserializer-org.apache.uima.util.XMLParser.ParsingOptions-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>newSaxDeserializer</h4> | |
<pre><a href="../../../../org/apache/uima/util/SaxDeserializer.html" title="interface in org.apache.uima.util">SaxDeserializer</a> newSaxDeserializer(<a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util">XMLParser.ParsingOptions</a> aOptions)</pre> | |
<div class="block">Creates a new <code>SaxDeserializer</code>.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aOptions</code> - option settings</dd> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>an object that implements <a href="https://docs.oracle.com/javase/8/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax"><code>ContentHandler</code></a> and can be used to | |
deserialize an <a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><code>XMLizable</code></a> object from SAX events.</dd> | |
<dt><span class="seeLabel">See Also:</span></dt> | |
<dd><a href="../../../../org/apache/uima/util/XMLParser.html#newSaxDeserializer--"><code>newSaxDeserializer()</code></a></dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="addMapping-java.lang.String-java.lang.String-"> | |
<!-- --> | |
</a> | |
<ul class="blockListLast"> | |
<li class="blockList"> | |
<h4>addMapping</h4> | |
<pre>void addMapping(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aElementName, | |
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aClassName) | |
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre> | |
<div class="block">Configures this XMLParser by registering a mapping between the name of an XML element and the | |
Class of object to be built from elements with that name.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>aElementName</code> - the name of an XML element</dd> | |
<dd><code>aClassName</code> - the name of a Class of object to be built. This class must implement <a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><code>XMLizable</code></a> | |
and have a zero-argument constructor.</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code> - if the class named by <code>aClassName</code> could not be found</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> | |
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | |
<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/XMLParser.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><a href="../../../../org/apache/uima/util/XMLizable.html" title="interface in org.apache.uima.util"><span class="typeNameLink">Prev Class</span></a></li> | |
<li><a href="../../../../org/apache/uima/util/XMLParser.ParsingOptions.html" title="class in org.apache.uima.util"><span class="typeNameLink">Next Class</span></a></li> | |
</ul> | |
<ul class="navList"> | |
<li><a href="../../../../index.html?org/apache/uima/util/XMLParser.html" target="_top">Frames</a></li> | |
<li><a href="XMLParser.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: </li> | |
<li><a href="#nested.class.summary">Nested</a> | </li> | |
<li><a href="#field.summary">Field</a> | </li> | |
<li>Constr | </li> | |
<li><a href="#method.summary">Method</a></li> | |
</ul> | |
<ul class="subNavList"> | |
<li>Detail: </li> | |
<li><a href="#field.detail">Field</a> | </li> | |
<li>Constr | </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 © 2006–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> | |
</body> | |
</html> |