blob: f538841f836a57d1ee4752f0f6b5e4281550273f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
-->
<!-- A simple example of a CAS Initializer that operates on XML documents. -->
<casInitializerDescription xmlns="http://uima.apache.org/resourceSpecifier">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<implementationName>org.apache.uima.examples.cpe.SimpleXmlCasInitializer</implementationName>
<processingResourceMetaData>
<name>Simple XML CAS Initializer</name>
<description>A simple example of a CAS Initializer that operates on XML documents.
The CollectionReader must provide this CAS Initializer with an InputStream
object from which a valid XML document can be read.</description>
<version>1.0</version>
<vendor>The Apache Software Foundation</vendor>
<configurationParameters>
<configurationParameter>
<name>XmlTagContainingText</name>
<description>The name of an XML tag that appears in the files. Only
text that falls within this XML tag will be considered part of the
"document" that is put into the CAS. If omitted, the entire file
will be considered the document.</description>
<type>String</type>
<multiValued>false</multiValued>
<mandatory>false</mandatory>
</configurationParameter>
</configurationParameters>
<capabilities>
<capability>
<inputs/>
<outputs/>
<mimeTypesSupported>
<mimeType>text/xml</mimeType>
</mimeTypesSupported>
</capability>
</capabilities>
</processingResourceMetaData>
</casInitializerDescription>