| Package | Description | 
|---|---|
| org.apache.uima.analysis_engine.impl | |
| org.apache.uima.analysis_engine.metadata.impl | |
| org.apache.uima.json.impl | |
| org.apache.uima.resource.metadata.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AnalysisEngineDescription_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo,
                               Element aElement,
                               XMLParser aParser,
                               XMLParser.ParsingOptions aOptions)Overridden to handle XML import of the DelegateAnalysisEngineSpecifiers attribute. | 
| protected void | AnalysisEngineDescription_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo,
                      String aNamespace)Overridden to handle XML export of the DelegateAnalysisEngineSpecifiers attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AnalysisEngineMetaData_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo,
                               Element aElement,
                               XMLParser aParser,
                               XMLParser.ParsingOptions aOptions) | 
| protected void | AnalysisEngineMetaData_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo,
                      String aNamespace) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | MetaDataObjectSerializer_json. shouldBeSkipped(PropertyXmlInfo propInfo,
               Object val,
               MetaDataObject_impl mdo) | 
| Modifier and Type | Field and Description | 
|---|---|
| PropertyXmlInfo[] | XmlizationInfo. propertyInfoInformation about how this object's properties are represented in XML. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PropertyXmlInfo | MetaDataObject_impl. getPropertyXmlInfo(String aXmlElementName)Looks in this class's XmlizationInfo for a property with the given XML element name. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ConfigurationParameter_impl. readArrayPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo,
                                    Class aPropClass,
                                    Element aElement,
                                    XMLParser aParser,
                                    XMLParser.ParsingOptions aOptions)Overriden to allow both "param" and "parameter" as the array element tags. | 
| protected void | MetaDataObject_impl. readArrayPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo,
                                    Class aPropClass,
                                    Element aElement,
                                    XMLParser aParser,
                                    XMLParser.ParsingOptions aOptions)Utility method to read an array property's value from its DOM representation. | 
| protected void | MetaDataObject_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo,
                               Element aElement,
                               XMLParser aParser,
                               XMLParser.ParsingOptions aOptions)Utility method to read an attribute's value from its DOM representation. | 
| protected void | FsIndexKeyDescription_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo,
                               Element aElement,
                               XMLParser aParser,
                               XMLParser.ParsingOptions aOptions)Overridden to handle XML import of the  typePriorityandcomparatorproperties. | 
| boolean | MetaDataObject_impl.Serializer. shouldBeSkipped(PropertyXmlInfo propInfo,
               Object val,
               MetaDataObject_impl mdo) | 
| protected void | MetaDataObject_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo,
                      String aNamespace)Utility method used to write a property out as an XML element. | 
| protected void | FsIndexKeyDescription_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo,
                      String aNamespace)Overridden to handle XML export of the  typePriorityandcomparatorproperties. | 
| protected void | TypePriorities_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo,
                      String aNamespace)Overridden to suppress <priorityLists> tag for TAF compatibility | 
| protected void | ConfigurationParameterSettings_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo,
                      String aNamespace)Overridden to write the settingsForGroups property, whose value is a Map, which is not
 supported by the default XMLization routines. | 
| protected void | ResourceManagerConfiguration_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo,
                      String aNamespace) | 
| Constructor and Description | 
|---|
| XmlizationInfo(String aElementTagName,
              PropertyXmlInfo[] aPropInfo)Creates an XmlizationInfo. | 
| XmlizationInfo(String aElementTagName,
              String aNamespace,
              PropertyXmlInfo[] aPropInfo)Creates an XmlizationInfo. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.