Package | Description |
---|---|
org.apache.uima.analysis_engine.impl | |
org.apache.uima.analysis_engine.metadata.impl | |
org.apache.uima.resource.metadata.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
PropertyXmlInfo[] |
XmlizationInfo.propertyInfo
Information about how this object's properties are represented in XML.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyXmlInfo |
MetaDataObject_impl.getPropertyXmlInfo(java.lang.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,
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.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 |
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 |
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 |
ResourceManagerConfiguration_impl.writePropertyAsElement(PropertyXmlInfo aPropInfo,
java.lang.String aNamespace,
org.xml.sax.ContentHandler aContentHandler) |
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.
|
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 |
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) |
Constructor and Description |
---|
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 © 2013. All Rights Reserved.