Uses of Class
org.apache.uima.resource.metadata.impl.PropertyXmlInfo

Packages that use PropertyXmlInfo
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
protected  void AnalysisEngineDescription_impl.readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to handle XML import of the DelegateAnalysisEngineSpecifiers attribute.
protected  void AnalysisEngineDescription_impl.writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace, org.xml.sax.ContentHandler aContentHandler)
          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
protected  void AnalysisEngineMetaData_impl.readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
           
protected  void AnalysisEngineMetaData_impl.writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace, org.xml.sax.ContentHandler aContentHandler)
           
 

Uses of PropertyXmlInfo in org.apache.uima.resource.metadata.impl
 

Fields in org.apache.uima.resource.metadata.impl declared as PropertyXmlInfo
 PropertyXmlInfo[] XmlizationInfo.propertyInfo
          Information about how this object's properties are represented in XML.
 

Methods in org.apache.uima.resource.metadata.impl that return PropertyXmlInfo
protected  PropertyXmlInfo MetaDataObject_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
protected  void MetaDataObject_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  void ConfigurationParameter_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  void MetaDataObject_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.
protected  void FsIndexKeyDescription_impl.readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to handle XML import of the typePriority and comparator properties.
protected  void ResourceManagerConfiguration_impl.writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace, org.xml.sax.ContentHandler aContentHandler)
           
protected  void MetaDataObject_impl.writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace, org.xml.sax.ContentHandler aContentHandler)
          Utility method used to write a property out as an XML element.
protected  void TypePriorities_impl.writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace, org.xml.sax.ContentHandler aContentHandler)
           
protected  void FsIndexKeyDescription_impl.writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace, org.xml.sax.ContentHandler aContentHandler)
          Overridden to handle XML export of the typePriority and comparator properties.
protected  void ConfigurationParameterSettings_impl.writePropertyAsElement(PropertyXmlInfo aPropInfo, java.lang.String aNamespace, org.xml.sax.ContentHandler aContentHandler)
          Overridden to write the settingsForGroups property, whose value is a Map, which is not supported by the default XMLization routines.
 

Constructors in org.apache.uima.resource.metadata.impl with parameters of type PropertyXmlInfo
XmlizationInfo(java.lang.String aElementTagName, PropertyXmlInfo[] aPropInfo)
          Creates an XmlizationInfo.
XmlizationInfo(java.lang.String aElementTagName, java.lang.String aNamespace, PropertyXmlInfo[] aPropInfo)
          Creates an XmlizationInfo.
 



Copyright © 2012. All Rights Reserved.