Uses of Class
org.apache.uima.resource.metadata.impl.PropertyXmlInfo
Package
Description
-
Uses of PropertyXmlInfo in org.apache.uima.analysis_engine.impl
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionboolean
MetaDataObjectSerializer_json.shouldBeSkipped
(PropertyXmlInfo propInfo, Object val, MetaDataObject_impl mdo) -
Uses of PropertyXmlInfo in org.apache.uima.resource.metadata.impl
Modifier and TypeFieldDescriptionXmlizationInfo.propertyInfo
Information about how this object's properties are represented in XML.Modifier and TypeMethodDescriptionprotected PropertyXmlInfo
MetaDataObject_impl.getPropertyXmlInfo
(String aXmlElementName) Looks in this class's XmlizationInfo for a property with the given XML element name.Modifier 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 compatibilityModifierConstructorDescriptionXmlizationInfo
(String aElementTagName, String aNamespace, PropertyXmlInfo[] aPropInfo) Creates an XmlizationInfo.XmlizationInfo
(String aElementTagName, PropertyXmlInfo[] aPropInfo) Creates an XmlizationInfo.