Uses of Class
org.apache.uima.util.InvalidXMLException
Package
Description
The Analysis Engine interface, along with supporting interfaces and exception classes.
Interfaces for objects that represent metadata for an Analysis Engine.
Collection Processing Engine (CPE) support.
Factories to create different kinds of UIMA resource specifiers.
INTERNAL API - May change without further notice.
The
org.apache.uima.pear.tools
package provides applications and
tools that allow installing PEAR packages containing UIMA-compliant components, verifying
serviceability of installed components by using UIMA API and browsing PEAR packages.Interfaces for objects that represent metadata for a Resource.
Search engine-independent indexing classes.
Utility classes and interfaces used by UIMA components.
-
Uses of InvalidXMLException in org.apache.uima.analysis_engine
Modifier and TypeMethodDescriptionAnalysisEngineDescription.getAllComponentSpecifiers
(ResourceManager aResourceManager) For an aggregate AnalysisEngine only, gets the ResourceSpecifiers of all components in this aggregate.AnalysisEngineDescription.getDelegateAnalysisEngineSpecifiers()
For an aggregate AnalysisEngine only, retrieves a collection ofResourceSpecifier
s that indicate which delegate AnalysisEngines comprise the aggregate.AnalysisEngineDescription.getDelegateAnalysisEngineSpecifiers
(ResourceManager aResourceManager) For an aggregate AnalysisEngine only, retrieves a collection ofResourceSpecifier
s that indicate which delegate AnalysisEngines comprise the aggregate.void
AnalysisEngineDescription.resolveImports
(Collection<String> aAlreadyImportedDelegateAeUrls, ResourceManager aResourceManager) Resolves all import declarations in this AnalysisEngineDescription.void
AnalysisEngineDescription.resolveImports
(ResourceManager aResourceManager) Resolves all import declarations in this AnalysisEngineDescription. -
Uses of InvalidXMLException in org.apache.uima.analysis_engine.impl
Modifier and TypeMethodDescriptionvoid
AnalysisEngineDescription_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to set default operational properties if they are not specified in descriptor.void
TypeOrFeature_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to provide custom XML representation.AnalysisEngineDescription_impl.getAllComponentSpecifiers
(ResourceManager aResourceManager) AnalysisEngineDescription_impl.getDelegateAnalysisEngineSpecifiers()
AnalysisEngineDescription_impl.getDelegateAnalysisEngineSpecifiers
(ResourceManager aResourceManager) protected 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.resolveDelegateAnalysisEngineImports
(Collection<String> aEnclosingAggregateAeUrls, ResourceManager aResourceManager, boolean aRecursive) Resolves imports of delegate Analysis Engines.protected void
AnalysisEngineDescription_impl.resolveDelegateAnalysisEngineImports
(ResourceManager aResourceManager, boolean aRecursive) Resolves imports of delegate Analysis Engines.void
AnalysisEngineDescription_impl.resolveImports
(Collection<String> aAlreadyImportedDelegateAeUrls, ResourceManager aResourceManager) void
AnalysisEngineDescription_impl.resolveImports
(ResourceManager aResourceManager) -
Uses of InvalidXMLException in org.apache.uima.analysis_engine.metadata
Modifier and TypeMethodDescriptionvoid
FlowControllerDeclaration.resolveImports()
Resolves an imported FlowController specifier, if there is one.void
FlowControllerDeclaration.resolveImports
(ResourceManager aResourceManager) Resolves an imported FlowController specifier, if there is one. -
Uses of InvalidXMLException in org.apache.uima.analysis_engine.metadata.impl
Modifier and TypeMethodDescriptionvoid
FlowControllerDeclaration_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) protected void
AnalysisEngineMetaData_impl.readPropertyValueFromXMLElement
(PropertyXmlInfo aPropXmlInfo, Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) protected void
AnalysisEngineMetaData_impl.readUnknownPropertyValueFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions, List<String> aKnownPropertyNames) void
AnalysisEngineMetaData_impl.resolveImports()
void
AnalysisEngineMetaData_impl.resolveImports
(ResourceManager aResourceManager) void
FlowControllerDeclaration_impl.resolveImports()
void
FlowControllerDeclaration_impl.resolveImports
(ResourceManager aResourceManager) -
Uses of InvalidXMLException in org.apache.uima.collection.impl
Modifier and TypeMethodDescriptionvoid
CasConsumerDescription_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to set default operational properties if they are not specified in descriptor.void
CasInitializerDescription_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Deprecated.Overridden to set default operational properties if they are not specified in descriptor.void
CollectionReaderDescription_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to set default operational properties if they are not specified in descriptor. -
Uses of InvalidXMLException in org.apache.uima.collection.impl.metadata.cpe
Modifier and TypeMethodDescriptionvoid
CasProcessorCpeObject.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
CasProcessorDeploymentParamsImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
CasProcessorErrorRateThresholdImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
CasProcessorExecArgImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
CasProcessorExecutableImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
CasProcessorFilterImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
CasProcessorMaxRestartsImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
CasProcessorRuntimeEnvParamImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "key" and "value" attributes.void
CasProcessorTimeoutImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "max" and "default" attributes.void
CpeCasProcessorsImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read Cas Processor attributes.void
CpeCheckpointImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read Checkpoint attributes.void
CpeIncludeImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "href" attribute.void
CpeResourceManagerConfigurationImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "href" attributes.void
CpeSofaMappingImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
CpeSofaMappingsImpl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes.void
OutputQueue_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "queueClass" and "dequeueTimeout" attributes.static CpeDescription
CpeDescriptorFactory.produceDescriptor
(InputStream aInput) Parse a CpeDescription from a given input stream.static CpeDescription
CpeDescriptorFactory.produceDescriptor
(XMLInputSource aInput) Parse a CpeDescription from a descriptor file.protected void
CpeDescriptionImpl.readUnknownPropertyValueFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions, List aKnownPropertyNames) ModifierConstructorDescriptionCpeDescriptionImpl
(XMLInputSource aInput) Instantiates a new cpe description impl. -
Uses of InvalidXMLException in org.apache.uima.fit.cpe
Modifier and TypeMethodDescriptionstatic void
CpePipeline.runPipeline
(int parallelism, CollectionReaderDescription readerDesc, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a multi-threaded pipeline.static void
CpePipeline.runPipeline
(CollectionReaderDescription readerDesc, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a multi-threaded pipeline.void
CpeBuilder.setAnalysisEngine
(AnalysisEngineDescription aDesc) Set the analysis engine used by the CPE. -
Uses of InvalidXMLException in org.apache.uima.fit.factory
Modifier and TypeMethodDescriptionstatic void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, Class<?> aApi, Class<? extends Resource> aRes, String... aParams) Scan the given resource specifier for external resource dependencies and whenever a dependency with a compatible type is found, the resource will be bound.static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, Class<? extends Resource> aRes, String... aParams) Scan the given resource specifier for external resource dependencies and whenever a dependency with a compatible type is found, the resource will be bound.static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, String aKey, File aFile) Scan the given resource specifier for external resource dependencies and whenever a dependency is encounter that has the specified key, the resource will be bound.static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, String aKey, Class<? extends Resource> aRes, String... aParams) Scan the given resource specifier for external resource dependencies and whenever a dependency with the given key is encountered, the given resource is bound to it.static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, String aKey, String aUrl) Deprecated.static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, String aKey, URL aUrl) Scan the given resource specifier for external resource dependencies and whenever a dependency is encounter that has the specified key, the resource will be bound.static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, String aKey, ExternalResourceDescription aResDesc) Scan the given resource specifier for external resource dependencies and whenever a dependency with the given key is encountered, the given resource is bound to it.static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, ExternalResourceDescription aResDesc) Scan the given resource specifier for external resource dependencies and whenever a dependency with a compatible type is found, the given resource is bound to it.static void
ExternalResourceFactory.bindResourceUsingUrl
(ResourceSpecifier aDesc, Class<?> aApi, Class<? extends SharedResourceObject> aRes, String aUrl, Object... aParams) Scan the given resource specifier for external resource dependencies and whenever a dependency is encountered that has a key equal to the API class name, the resource will be bound.static void
ExternalResourceFactory.bindResourceUsingUrl
(ResourceSpecifier aDesc, Class<? extends SharedResourceObject> aRes, String aUrl, Object... aParams) Scan the given resource specifier for external resource dependencies and whenever a dependency with a compatible type is found, the resource will be bound.static void
ExternalResourceFactory.bindResourceUsingUrl
(ResourceSpecifier aDesc, String aKey, Class<? extends SharedResourceObject> aRes, String aUrl, Object... aParams) Scan the given resource specifier for external resource dependencies and whenever a dependency with the given key is encountered the resource will be bound.static void
ExternalResourceFactory.bindResourceUsingUrl
(ResourceSpecifier aDesc, String aKey, String aUrl) Scan the given resource specifier for external resource dependencies and whenever a dependency is encountered that has the specified key, the resource will be bound.static AnalysisEngine
AnalysisEngineFactory.createAnalysisEngine
(String descriptorName, Object... configurationData) Deprecated.static AnalysisEngineDescription
AnalysisEngineFactory.createAnalysisEngineDescription
(String descriptorName, Object... configurationData) Deprecated.static AnalysisEngineDescription
AnalysisEngineFactory.createAnalysisEngineDescriptionFromPath
(String descriptorPath, Object... configurationData) static AnalysisEngine
AnalysisEngineFactory.createAnalysisEngineFromPath
(String descriptorPath, Object... configurationData) Deprecated.static CollectionReader
CollectionReaderFactory.createCollectionReader
(String descriptorName, Object... configurationData) Deprecated.static CollectionReaderDescription
CollectionReaderFactory.createCollectionReaderDescriptionFromPath
(String descriptorPath, Object... configurationData) static CollectionReader
CollectionReaderFactory.createCollectionReaderFromPath
(String descriptorPath, Object... configurationData) Deprecated.static void
ExternalResourceFactory.createDependencyAndBind
(ResourceSpecifier aDesc, String aKey, Class<? extends Resource> aImpl, Class<?> aApi, String... aParams) Create a new dependency for the specified resource and bind it.static void
ExternalResourceFactory.createDependencyAndBind
(ResourceSpecifier aDesc, String aKey, Class<? extends Resource> aImpl, String... aParams) Create a new dependency for the specified resource and bind it.static void
ExternalResourceFactory.createDependencyAndBindUsingUrl
(AnalysisEngineDescription aDesc, String aKey, Class<? extends SharedResourceObject> aImpl, String aUrl, Object... aParams) Create a new dependency for the specified resource and bind it.static AnalysisEngine
AnalysisEngineFactory.createEngine
(String descriptorName, Object... configurationData) Get an AnalysisEngine from the name (Java-style, dotted) of an XML descriptor file, and a set of configuration parameters.static AnalysisEngineDescription
AnalysisEngineFactory.createEngineDescription
(String descriptorName, Object... configurationData) Provides a way to create an AnalysisEngineDescription using a descriptor file referenced by namestatic AnalysisEngineDescription
AnalysisEngineFactory.createEngineDescription
(PearSpecifier pearSpecifier, Object... configurationData) Get anAnalysisEngineDescription
from a PEAR and a set of configuration parameters.static AnalysisEngineDescription
AnalysisEngineFactory.createEngineDescriptionFromPath
(String descriptorPath, Object... configurationData) Get anAnalysisEngineDescription
from an XML descriptor file and a set of configuration parameters.static AnalysisEngine
AnalysisEngineFactory.createEngineFromPath
(String descriptorPath, Object... configurationData) Get anAnalysisEngine
from an XML descriptor file and a set of configuration parameters.static CollectionReader
CollectionReaderFactory.createReader
(String descriptorName, Object... configurationData) Get a CollectionReader from the name (Java-style, dotted) of an XML descriptor file, and a set of configuration parameters.static CollectionReaderDescription
CollectionReaderFactory.createReaderDescriptionFromPath
(String descriptorPath, Object... configurationData) Create a CollectionReader from an XML descriptor file and a set of configuration parameters.static CollectionReader
CollectionReaderFactory.createReaderFromPath
(String descriptorPath, Object... configurationData) Create a CollectionReader from an XML descriptor file and a set of configuration parameters.static ResourceCreationSpecifier
ResourceCreationSpecifierFactory.createResourceCreationSpecifier
(String descriptorPath, Object[] parameters) Parse a ResourceCreationSpecifier from an XML descriptor file, setting additional configuration parameters as necessary.static ResourceCreationSpecifier
ResourceCreationSpecifierFactory.createResourceCreationSpecifier
(URL descriptorURL, Object[] parameters) Parse a ResourceCreationSpecifier from the URL of an XML descriptor file, setting additional configuration parameters as necessary.static ResourceCreationSpecifier
ResourceCreationSpecifierFactory.createResourceCreationSpecifier
(XMLInputSource xmlInput, Object[] parameters) Parse a ResourceCreationSpecifier from XML descriptor file input, setting additional configuration parameters as necessary. -
Uses of InvalidXMLException in org.apache.uima.fit.internal
Modifier and TypeMethodDescriptionstatic AnalysisEngineDescription
DescriptionUtils.consolidate
(AnalysisEngineDescription aDesc) Consolidate duplicate information in the AE description. -
Uses of InvalidXMLException in org.apache.uima.flow.impl
Modifier and TypeMethodDescriptionvoid
FlowControllerDescription_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to set default operational properties if they are not specified in descriptor. -
Uses of InvalidXMLException in org.apache.uima.pear.tools
ModifierConstructorDescriptionInstallationTester
(PackageBrowser pkgBrowser) Creates new instance of theInstallationTester
class, identifies a specified component using UIMA API. -
Uses of InvalidXMLException in org.apache.uima.resource.impl
Modifier and TypeMethodDescriptionvoid
Parameter_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read "name" and "value" attributes. -
Uses of InvalidXMLException in org.apache.uima.resource.metadata
Modifier and TypeMethodDescriptionImport.findAbsoluteUrl
(ResourceManager aResourceManager) Computes the absolute URL for this import, using the relative location or name, whichever is specified by this import object.void
FsIndexCollection.resolveImports()
Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection'sfsIndexes
list.void
FsIndexCollection.resolveImports
(Collection<String> aAlreadyImportedFsIndexCollectionURLs, ResourceManager aResourceManager) Deprecated.Method is deprecated because it should only be used internally.void
FsIndexCollection.resolveImports
(ResourceManager aResourceManager) Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection'sfsIndexes
list.void
ProcessingResourceMetaData.resolveImports()
Resolves any import declarations.void
ProcessingResourceMetaData.resolveImports
(ResourceManager aResourceManager) Resolves any import declarations.void
ResourceManagerConfiguration.resolveImports()
Resolves any import declarations in this resource manager configuration, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration'sexternalResources
andexternalResourceBindings
lists.void
ResourceManagerConfiguration.resolveImports
(Collection<String> aAlreadyImportedURLs, ResourceManager aResourceManager) Resolves any import declarations in this resource manager configuration, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration'sexternalResources
andexternalResourceBindings
lists.void
ResourceManagerConfiguration.resolveImports
(ResourceManager aResourceManager) Resolves any import declarations in this resource manager configuration, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration'sexternalResources
andexternalResourceBindings
lists.void
ResourceMetaData.resolveImports()
Resolves any import declarations throughout this metadata.void
ResourceMetaData.resolveImports
(ResourceManager aResourceManager) Resolves any import declarations throughout this metadata.void
TypePriorities.resolveImports()
Resolves any import declarations in this Type Priorities declaration, adding the importedTypePriorityList
objects directly onto this TypePriorities object'spriorityLists
.void
TypePriorities.resolveImports
(Collection<String> aAlreadyImportedPriorityListURLs, ResourceManager aResourceManager) Deprecated.Method is deprecated because it should only be used internally.void
TypePriorities.resolveImports
(ResourceManager aResourceManager) Resolves any import declarations in this Type Priorities declaration, adding the importedTypePriorityList
objects directly onto this TypePriorities object'spriorityLists
.void
TypeSystemDescription.resolveImports()
Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription'stypes
list.void
TypeSystemDescription.resolveImports
(Collection<String> aAlreadyImportedTypeSystemURLs, ResourceManager aResourceManager) Deprecated.Method is deprecated because it should only be used internally.void
TypeSystemDescription.resolveImports
(ResourceManager aResourceManager) Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription'stypes
list. -
Uses of InvalidXMLException in org.apache.uima.resource.metadata.impl
Modifier and TypeMethodDescriptionvoid
ConfigurationGroup_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to readnames
property from XML attribute.void
ConfigurationParameterDeclarations_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to provide custom XMLization.void
ConfigurationParameterSettings_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden becuase of settingsForGroups property, which is a Map and isn't handled by default XMLization routines.void
Import_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to provide custom XML representation.final void
MetaDataObject_impl.buildFromXMLElement
(Element aElement, XMLParser aParser) Initializes this object from its XML DOM representation.void
MetaDataObject_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Initializes this object from its XML DOM representation.void
OperationalProperties_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) void
ResourceMetaData_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to validate configuration parameter data types immediately after parsing is complete.Import_impl.findAbsoluteUrl
(ResourceManager aResourceManager) protected 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
MetaDataObject_impl.readMapPropertyFromXml
(String aPropName, Element aElement, String aKeyXmlAttribute, String aValueTagName, XMLParser aParser, XMLParser.ParsingOptions aOptions, boolean aValueIsArray) Utility method for reading from XML an attribute whose value is aMap
withString
keys andXMLizable
(or an array of these) values.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.protected void
MetaDataObject_impl.readUnknownPropertyValueFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions, List<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.void
FsIndexCollection_impl.resolveImports()
void
FsIndexCollection_impl.resolveImports
(Collection<String> aAlreadyImportedFsIndexURLs, ResourceManager aResourceManager) Deprecated.void
FsIndexCollection_impl.resolveImports
(ResourceManager aResourceManager) void
ResourceManagerConfiguration_impl.resolveImports()
void
ResourceManagerConfiguration_impl.resolveImports
(Collection<String> aAlreadyImportedURLs, ResourceManager aResourceManager) void
ResourceManagerConfiguration_impl.resolveImports
(ResourceManager aResourceManager) void
ResourceMetaData_impl.resolveImports()
void
ResourceMetaData_impl.resolveImports
(ResourceManager aResourceManager) void
TypePriorities_impl.resolveImports()
void
TypePriorities_impl.resolveImports
(Collection<String> aAlreadyImportedTypePrioritiesURLs, ResourceManager aResourceManager) Deprecated.void
TypePriorities_impl.resolveImports
(ResourceManager aResourceManager) void
TypeSystemDescription_impl.resolveImports()
void
TypeSystemDescription_impl.resolveImports
(Collection<String> aAlreadyImportedTypeSystemURLs, ResourceManager aResourceManager) Deprecated.void
TypeSystemDescription_impl.resolveImports
(ResourceManager aResourceManager) -
Uses of InvalidXMLException in org.apache.uima.search.impl
Modifier and TypeMethodDescriptionvoid
Attribute_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read the name and value properties from XML attributes.void
Filter_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) void
Style_impl.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Overridden to read the name property from XML attributes. -
Uses of InvalidXMLException in org.apache.uima.taeconfigurator.editors
Modifier and TypeMethodDescriptionvoid
MultiPageEditor.setResolvedExternalResourcesAndBindings()
A Merge method doesn't "fit". merging isn't done over aggregates for these.void
MultiPageEditor.setResolvedFlowControllerDeclaration()
Sets the resolved flow controller declaration. -
Uses of InvalidXMLException in org.apache.uima.taeconfigurator.editors.ui
Modifier and TypeMethodDescriptionprotected abstract String
ImportSection.getDescriptionFromImport
(String source) Gets the description from import.protected String
IndexImportSection.getDescriptionFromImport
(String source) used when hovering.protected String
TypeImportSection.getDescriptionFromImport
(String source) protected String
TypePriorityImportSection.getDescriptionFromImport
(String source) used when hovering.static XMLizable
AbstractSection.parseDescriptor
(XMLInputSource input) Parses the descriptor.static XMLizable
AbstractSection.parseDescriptor
(XMLInputSource input, boolean preserveComments) Parses the descriptor. -
Uses of InvalidXMLException in org.apache.uima.test.junit_extension
Modifier and TypeMethodDescriptionvoid
AnnotatorTester.changeDelegateParameterSetting
(String delegeteKey, String groupName, String paramName, Object paramValue) Deprecated.change the parameter name for the given delegate analysis engine key. -
Uses of InvalidXMLException in org.apache.uima.tools
-
Uses of InvalidXMLException in org.apache.uima.tools.components
Modifier and TypeMethodDescriptionstatic CollectionReaderDescription
FileSystemCollectionReader.getDescription()
Parses and returns the descriptor for this collection reader.static CasConsumerDescription
InlineXmlCasConsumer.getDescription()
Parses and returns the descriptor for this collection reader.static CasConsumerDescription
XCasWriterCasConsumer.getDescription()
Parses and returns the descriptor for this collection reader.static CasConsumerDescription
XmiWriterCasConsumer.getDescription()
Parses and returns the descriptor for this collection reader.static AnalysisEngineDescription
XmlDetagger.getDescription()
Parses and returns the descriptor for this Analysis Gnein. -
Uses of InvalidXMLException in org.apache.uima.tools.cpm
Modifier and TypeMethodDescriptionvoid
AnalysisEnginePanel.refreshFromFile()
Refresh from file.void
ConsumerPanel.refreshFromFile()
Refresh from file. -
Uses of InvalidXMLException in org.apache.uima.tools.docanalyzer
Modifier and TypeMethodDescriptionprotected CAS
DocumentAnalyzer.createCasFromDescriptor
(String aDescriptorFile) Creates a CAS from an descriptor.protected AnalysisEngineDescription
AnnotationViewerDialog.promptForAE()
If the current AE filename is not know ask for it. -
Uses of InvalidXMLException in org.apache.uima.util
Modifier and TypeMethodDescriptionvoid
XMLizable.buildFromXMLElement
(Element aElement, XMLParser aParser) Initializes this object from its XML DOM representation.void
XMLizable.buildFromXMLElement
(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions) Initializes this object from its XML DOM representation.XMLParser.buildObject
(Element aElement) Builds an object from its XML DOM representation.XMLParser.buildObject
(Element aElement, XMLParser.ParsingOptions aOptions) Builds an object from its XML DOM representation.XMLParser.buildObjectOrPrimitive
(Element aElement, XMLParser.ParsingOptions aOptions) Builds an object from its XML DOM representation.SaxDeserializer.getObject()
Retrieves theXMLizable
object that has been built from the SAX events this object has already received.XMLParser.parse
(XMLInputSource aInput) Parses an XML input stream and produces an object.XMLParser.parse
(XMLInputSource aInput, String aNamespaceForSchema, URL aSchemaUrl) Parses an XML input stream and produces an object. elements.XMLParser.parse
(XMLInputSource aInput, String aNamespaceForSchema, URL aSchemaUrl, XMLParser.ParsingOptions aOptions) Parses an XML input stream and produces an object.XMLParser.parse
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses an XML input stream and produces an object.XMLParser.parseAnalysisEngineDescription
(XMLInputSource aInput) Parses an AnalysisEngineDescription from an XML input stream.XMLParser.parseAnalysisEngineDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses an AnalysisEngineDescription from an XML input stream.XMLParser.parseCasConsumerDescription
(XMLInputSource aInput) Parses a CasConsumerDescription from an XML input stream.XMLParser.parseCasConsumerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a CasConsumerDescription from an XML input stream.XMLParser.parseCasInitializerDescription
(XMLInputSource aInput) Deprecated.XMLParser.parseCasInitializerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a CasInitializerDescription from an XML input stream.XMLParser.parseCollectionReaderDescription
(XMLInputSource aInput) Parses a CollectionReaderDescription from an XML input stream.XMLParser.parseCollectionReaderDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a CollectionReaderDescription from an XML input stream.XMLParser.parseCpeDescription
(XMLInputSource aInput) Parses a CpeDescription from an XML input stream.XMLParser.parseCustomResourceSpecifier
(XMLInputSource aInput) Parses a CustomResourceSpecifier from an XML input stream.XMLParser.parseCustomResourceSpecifier
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a CustomResourceSpecifier from an XML input stream.XMLParser.parseFlowControllerDescription
(XMLInputSource aInput) Parses a FlowControllerDescription from an XML input stream.XMLParser.parseFlowControllerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a FlowControllerDescription from an XML input stream.XMLParser.parseFsIndexCollection
(XMLInputSource aInput) Parses a FsIndexCollection from an XML input stream.XMLParser.parseFsIndexCollection
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a FsIndexCollection from an XML input stream.XMLParser.parseIndexBuildSpecification
(XMLInputSource aInput) Parses an IndexBuildSpecification from an XML input stream.XMLParser.parseIndexBuildSpecification
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses an IndexBuildSpecification from an XML input stream.XMLParser.parsePearSpecifier
(XMLInputSource aInput) Parses a PearSpecifier from an XML input stream.XMLParser.parsePearSpecifier
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a PearSpecifier from an XML input stream.XMLParser.parseResourceManagerConfiguration
(XMLInputSource aInput) Parses a ResourceManagerConfiguration from an XML input stream.XMLParser.parseResourceManagerConfiguration
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a ResourceManagerConfiguration from an XML input stream.XMLParser.parseResourceMetaData
(XMLInputSource aInput) Parses a ResourceMetaData object from an XML input stream.XMLParser.parseResourceMetaData
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a ResourceMetaData object from an XML input stream.XMLParser.parseResourceSpecifier
(XMLInputSource aInput) Parses a ResourceSpecifier from an XML input stream.XMLParser.parseResourceSpecifier
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a ResourceSpecifier from an XML input stream.XMLParser.parseResultSpecification
(XMLInputSource aInput) Parses a ResultSpecification from an XML input stream.XMLParser.parseResultSpecification
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a ResultSpecification from an XML input stream.XMLParser.parseTaeDescription
(XMLInputSource aInput) Deprecated.As of v2.0,XMLParser.parseAnalysisEngineDescription(XMLInputSource)
should be used instead.XMLParser.parseTaeDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Deprecated.As of v2.0,XMLParser.parseAnalysisEngineDescription(XMLInputSource,ParsingOptions)
should be used instead.XMLParser.parseTypePriorities
(XMLInputSource aInput) Parses a TypePriorities declaration from an XML input stream.XMLParser.parseTypePriorities
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a TypePriorities declaration from an XML input stream.XMLParser.parseTypeSystemDescription
(XMLInputSource aInput) Parses a TypeSystemDescription from an XML input stream.XMLParser.parseTypeSystemDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a TypeSystemDescription from an XML input stream.XMLParser.parseURISpecifier
(XMLInputSource aInput) Parses a URISpecifier from an XML input stream.XMLParser.parseURISpecifier
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a URISpecifier from an XML input stream. -
Uses of InvalidXMLException in org.apache.uima.util.impl
Modifier and TypeMethodDescriptionXMLParser_impl.buildObject
(Element aElement) Builds an object from its XML DOM representation.XMLParser_impl.buildObject
(Element aElement, XMLParser.ParsingOptions aOptions) Builds an object from its XML DOM representation.XMLParser_impl.buildObjectOrPrimitive
(Element aElement, XMLParser.ParsingOptions aOptions) SaxDeserializer_impl.getObject()
XMLParser_impl.parse
(XMLInputSource aInput) Parses an XML input stream and produces an object.XMLParser_impl.parse
(XMLInputSource aInput, String aNamespaceForSchema, URL aSchemaUrl) Parses an XML input stream and produces an object.XMLParser_impl.parse
(XMLInputSource aInput, String aNamespaceForSchema, URL aSchemaUrl, XMLParser.ParsingOptions aOptions) Parses an XML input stream and produces an object.XMLParser_impl.parse
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseAnalysisEngineDescription
(XMLInputSource aInput) Parses a AnalysisEngineDescription from an XML input stream.XMLParser_impl.parseAnalysisEngineDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a AnalysisEngineDescription from an XML input stream.XMLParser_impl.parseCasConsumerDescription
(XMLInputSource aInput) XMLParser_impl.parseCasConsumerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseCasInitializerDescription
(XMLInputSource aInput) Deprecated.XMLParser_impl.parseCasInitializerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Deprecated.XMLParser_impl.parseCollectionReaderDescription
(XMLInputSource aInput) XMLParser_impl.parseCollectionReaderDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseCpeDescription
(XMLInputSource aInput) XMLParser_impl.parseCustomResourceSpecifier
(XMLInputSource aInput) XMLParser_impl.parseCustomResourceSpecifier
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseFlowControllerDescription
(XMLInputSource aInput) XMLParser_impl.parseFlowControllerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseFsIndexCollection
(XMLInputSource aInput) XMLParser_impl.parseFsIndexCollection
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseIndexBuildSpecification
(XMLInputSource aInput) XMLParser_impl.parseIndexBuildSpecification
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parsePearSpecifier
(XMLInputSource aInput) XMLParser_impl.parsePearSpecifier
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseResourceManagerConfiguration
(XMLInputSource aInput) XMLParser_impl.parseResourceManagerConfiguration
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseResourceMetaData
(XMLInputSource aInput) Parses a ResourceMetaData object from an XML input stream.XMLParser_impl.parseResourceMetaData
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a ResourceMetaData object from an XML input stream.XMLParser_impl.parseResourceSpecifier
(XMLInputSource aInput) Parses a ResourceSpecifier from an XML input stream.XMLParser_impl.parseResourceSpecifier
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a ResourceSpecifier from an XML input stream.XMLParser_impl.parseResultSpecification
(XMLInputSource aInput) XMLParser_impl.parseResultSpecification
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseTaeDescription
(XMLInputSource aInput) Deprecated.since v2.0XMLParser_impl.parseTaeDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Deprecated.since v2.0XMLParser_impl.parseTypePriorities
(XMLInputSource aInput) XMLParser_impl.parseTypePriorities
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseTypeSystemDescription
(XMLInputSource aInput) XMLParser_impl.parseTypeSystemDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) XMLParser_impl.parseURISpecifier
(XMLInputSource aInput) Parses a URISpecifier from an XML input stream.XMLParser_impl.parseURISpecifier
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a URISpecifier from an XML input stream.
ExternalResourceFactory.bindResourceUsingUrl(ResourceSpecifier, String, String)