Uses of Class
org.apache.uima.resource.metadata.impl.PropertyXmlInfo
Packages that use PropertyXmlInfo
Package
Description
-
Uses of PropertyXmlInfo in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl with parameters of type PropertyXmlInfoModifier and TypeMethodDescriptionprotected 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. -
Uses of PropertyXmlInfo in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type PropertyXmlInfoModifier and TypeMethodDescriptionprotected void
AnalysisEngineMetaData_impl.readPropertyValueFromXMLElement
(PropertyXmlInfo aPropXmlInfo, Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) protected void
AnalysisEngineMetaData_impl.writePropertyAsElement
(PropertyXmlInfo aPropInfo, String aNamespace) -
Uses of PropertyXmlInfo in org.apache.uima.json.impl
Methods in org.apache.uima.json.impl with parameters of type PropertyXmlInfoModifier and TypeMethodDescriptionboolean
MetaDataObjectSerializer_json.shouldBeSkipped
(PropertyXmlInfo propInfo, Object val, MetaDataObject_impl mdo) -
Uses of PropertyXmlInfo in org.apache.uima.resource.metadata.impl
Fields in org.apache.uima.resource.metadata.impl declared as PropertyXmlInfoModifier and TypeFieldDescriptionXmlizationInfo.propertyInfo
Information about how this object's properties are represented in XML.Methods in org.apache.uima.resource.metadata.impl that return PropertyXmlInfoModifier and TypeMethodDescriptionprotected PropertyXmlInfo
MetaDataObject_impl.getPropertyXmlInfo
(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 PropertyXmlInfoModifier and TypeMethodDescriptionprotected 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
FsIndexKeyDescription_impl.readPropertyValueFromXMLElement
(PropertyXmlInfo aPropXmlInfo, Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to handle XML import of thetypePriority
andcomparator
properties.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.boolean
MetaDataObject_impl.Serializer.shouldBeSkipped
(PropertyXmlInfo propInfo, Object val, MetaDataObject_impl mdo) 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
FsIndexKeyDescription_impl.writePropertyAsElement
(PropertyXmlInfo aPropInfo, String aNamespace) Overridden to handle XML export of thetypePriority
andcomparator
properties.protected void
MetaDataObject_impl.writePropertyAsElement
(PropertyXmlInfo aPropInfo, String aNamespace) Utility method used to write a property out as an XML element.protected void
ResourceManagerConfiguration_impl.writePropertyAsElement
(PropertyXmlInfo aPropInfo, String aNamespace) protected void
TypePriorities_impl.writePropertyAsElement
(PropertyXmlInfo aPropInfo, String aNamespace) Overridden to suppress <priorityLists> tag for TAF compatibilityConstructors in org.apache.uima.resource.metadata.impl with parameters of type PropertyXmlInfoModifierConstructorDescriptionXmlizationInfo
(String aElementTagName, String aNamespace, PropertyXmlInfo[] aPropInfo) Creates an XmlizationInfo.XmlizationInfo
(String aElementTagName, PropertyXmlInfo[] aPropInfo) Creates an XmlizationInfo.