Uses of Class
org.apache.uima.resource.metadata.impl.PropertyXmlInfo
-
Packages that use PropertyXmlInfo Package Description org.apache.uima.analysis_engine.impl org.apache.uima.analysis_engine.metadata.impl org.apache.uima.resource.metadata.impl -
-
Uses of PropertyXmlInfo in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl with parameters of type PropertyXmlInfo Modifier and Type Method Description protected voidAnalysisEngineDescription_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to handle XML import of the DelegateAnalysisEngineSpecifiers attribute.protected voidAnalysisEngineDescription_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace)Overridden to handle XML export of the DelegateAnalysisEngineSpecifiers attribute. -
Uses of PropertyXmlInfo in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type PropertyXmlInfo Modifier and Type Method Description protected voidAnalysisEngineMetaData_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)protected voidAnalysisEngineMetaData_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace) -
Uses of PropertyXmlInfo in org.apache.uima.resource.metadata.impl
Fields in org.apache.uima.resource.metadata.impl declared as PropertyXmlInfo Modifier and Type Field Description PropertyXmlInfo[]XmlizationInfo. propertyInfoInformation about how this object's properties are represented in XML.Methods in org.apache.uima.resource.metadata.impl that return PropertyXmlInfo Modifier and Type Method Description protected PropertyXmlInfoMetaDataObject_impl. getPropertyXmlInfo(java.lang.String aXmlElementName)Looks in this class's XmlizationInfo for a property with the given XML element name.Methods in org.apache.uima.resource.metadata.impl with parameters of type PropertyXmlInfo Modifier and Type Method Description protected voidConfigurationParameter_impl. readArrayPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, java.lang.Class aPropClass, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overriden to allow both "param" and "parameter" as the array element tags.protected voidMetaDataObject_impl. readArrayPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, java.lang.Class aPropClass, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Utility method to read an array property's value from its DOM representation.protected voidFsIndexKeyDescription_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to handle XML import of thetypePriorityandcomparatorproperties.protected voidMetaDataObject_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Utility method to read an attribute's value from its DOM representation.booleanMetaDataObject_impl.Serializer. shouldBeSkipped(PropertyXmlInfo propInfo, java.lang.Object val, MetaDataObject_impl mdo)protected voidConfigurationParameterSettings_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace)Overridden to write the settingsForGroups property, whose value is a Map, which is not supported by the default XMLization routines.protected voidFsIndexKeyDescription_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace)Overridden to handle XML export of thetypePriorityandcomparatorproperties.protected voidMetaDataObject_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace)Utility method used to write a property out as an XML element.protected voidResourceManagerConfiguration_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace)protected voidTypePriorities_impl. writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace)Overridden to supress <priorityLists> tag for TAF compatibilityConstructors in org.apache.uima.resource.metadata.impl with parameters of type PropertyXmlInfo Constructor Description XmlizationInfo(java.lang.String aElementTagName, java.lang.String aNamespace, PropertyXmlInfo[] aPropInfo)Creates an XmlizationInfo.XmlizationInfo(java.lang.String aElementTagName, PropertyXmlInfo[] aPropInfo)Creates an XmlizationInfo.
-