| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract XMLParser | UIMAFramework. _getXMLParser()To be implemented by subclasses; this should return a reference to the UIMA  XMLParserused by this implementation. | 
| static XMLParser | UIMAFramework. getXMLParser()Get a reference to the UIMA  XMLParser, which is used to parseResourceSpecifierobjects from their XML representations. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XMLizable. buildFromXMLElement(Element aElement,
                   XMLParser aParser)Initializes this object from its XML DOM representation. | 
| void | XMLizable. buildFromXMLElement(Element aElement,
                   XMLParser aParser,
                   XMLParser.ParsingOptions aOptions)Initializes this object from its XML DOM representation. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.