Uses of Interface
org.apache.uima.util.XMLParser
-
Packages that use XMLParser Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.analysis_engine.impl org.apache.uima.analysis_engine.metadata.impl org.apache.uima.collection.impl org.apache.uima.collection.impl.metadata.cpe org.apache.uima.flow.impl org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima.org.apache.uima.resource.impl org.apache.uima.resource.metadata.impl org.apache.uima.search.impl Search engine-independent indexing classes.org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of XMLParser in org.apache.uima
Methods in org.apache.uima that return XMLParser Modifier and Type Method Description protected abstract XMLParserUIMAFramework. _getXMLParser()To be implemented by subclasses; this should return a reference to the UIMAXMLParserused by this implementation.static XMLParserUIMAFramework. getXMLParser()Get a reference to the UIMAXMLParser, which is used to parseResourceSpecifierobjects from their XML representations. -
Uses of XMLParser in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl with parameters of type XMLParser Modifier and Type Method Description voidAnalysisEngineDescription_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to set default operational properties if they are not specified in descriptor.voidTypeOrFeature_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to provide custom XML representation.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. -
Uses of XMLParser in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type XMLParser Modifier and Type Method Description voidFlowControllerDeclaration_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)protected voidAnalysisEngineMetaData_impl. readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo, org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)protected voidAnalysisEngineMetaData_impl. readUnknownPropertyValueFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions, java.util.List<java.lang.String> aKnownPropertyNames) -
Uses of XMLParser in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl with parameters of type XMLParser Modifier and Type Method Description voidCasConsumerDescription_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to set default operational properties if they are not specified in descriptor.voidCasInitializerDescription_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Deprecated.Overridden to set default operational properties if they are not specified in descriptor.voidCollectionReaderDescription_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to set default operational properties if they are not specified in descriptor. -
Uses of XMLParser in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type XMLParser Modifier and Type Method Description voidCasProcessorCpeObject. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidCasProcessorDeploymentParamsImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidCasProcessorErrorRateThresholdImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidCasProcessorExecArgImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidCasProcessorExecutableImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidCasProcessorFilterImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidCasProcessorMaxRestartsImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidCasProcessorRuntimeEnvParamImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "key" and "value" attributes.voidCasProcessorTimeoutImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "max" and "default" attributes.voidCpeCasProcessorsImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read Cas Processor attributes.voidCpeCheckpointImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read Checkpoint attributes.voidCpeIncludeImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "href" attribute.voidCpeResourceManagerConfigurationImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "href" attributes.voidCpeSofaMappingImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidCpeSofaMappingsImpl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes.voidOutputQueue_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "queueClass" and "dequeueTimeout" attributes.protected voidCpeDescriptionImpl. readUnknownPropertyValueFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions, java.util.List aKnownPropertyNames) -
Uses of XMLParser in org.apache.uima.flow.impl
Methods in org.apache.uima.flow.impl with parameters of type XMLParser Modifier and Type Method Description voidFlowControllerDescription_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to set default operational properties if they are not specified in descriptor. -
Uses of XMLParser in org.apache.uima.impl
Methods in org.apache.uima.impl that return XMLParser Modifier and Type Method Description protected XMLParserUIMAFramework_impl. _getXMLParser()To be implemented by subclasses; this should return a reference to the UIMAXMLParserused by this implementation. -
Uses of XMLParser in org.apache.uima.resource.impl
Methods in org.apache.uima.resource.impl with parameters of type XMLParser Modifier and Type Method Description voidParameter_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read "name" and "value" attributes. -
Uses of XMLParser in org.apache.uima.resource.metadata.impl
Methods in org.apache.uima.resource.metadata.impl with parameters of type XMLParser Modifier and Type Method Description voidConfigurationGroup_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to readnamesproperty from XML attribute.voidConfigurationParameterDeclarations_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to provide custom XMLization.voidConfigurationParameterSettings_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden becuase of settingsForGroups property, which is a Map and isn't handled by default XMLization routines.voidImport_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to provide custom XML representation.voidMetaDataObject_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser)Initializes this object from its XML DOM representation.voidMetaDataObject_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Initializes this object from its XML DOM representation.voidOperationalProperties_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)voidResourceMetaData_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to validate configuration parameter data types immediately after parsing is complete.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 voidMetaDataObject_impl. readMapPropertyFromXml(java.lang.String aPropName, org.w3c.dom.Element aElement, java.lang.String aKeyXmlAttribute, java.lang.String aValueTagName, XMLParser aParser, XMLParser.ParsingOptions aOptions, boolean aValueIsArray)Utility method for reading from XML an attribute whose value is aMapwithStringkeys andXMLizable(or an array of these) values.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.protected voidMetaDataObject_impl. readUnknownPropertyValueFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions, java.util.List<java.lang.String> aKnownPropertyNames)Utility method that attempts to read a property value from an XML element even though it is not known to which property the value should be assigned. -
Uses of XMLParser in org.apache.uima.search.impl
Methods in org.apache.uima.search.impl with parameters of type XMLParser Modifier and Type Method Description voidAttribute_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read the name and value properties from XML attributes.voidFilter_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)voidStyle_impl. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Overridden to read the name property from XML attributes. -
Uses of XMLParser in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type XMLParser Modifier and Type Method Description voidXMLizable. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser)Initializes this object from its XML DOM representation.voidXMLizable. buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)Initializes this object from its XML DOM representation. -
Uses of XMLParser in org.apache.uima.util.impl
Classes in org.apache.uima.util.impl that implement XMLParser Modifier and Type Class Description classXMLParser_implReference implementation ofXMLParser.Constructors in org.apache.uima.util.impl with parameters of type XMLParser Constructor Description SaxDeserializer_impl(XMLParser aUimaXmlParser, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl, XMLParser.ParsingOptions aOptions)Deprecated.SaxDeserializer_impl(XMLParser aUimaXmlParser, XMLParser.ParsingOptions aOptions)Creates a new SAX Deserializer.
-