Uses of Class
org.apache.uima.util.InvalidXMLException
-
Packages that use InvalidXMLException Package Description org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl org.apache.uima.analysis_engine.metadata Interfaces for objects that represent metadata for an Analysis Engine.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.pear.tools Theorg.apache.uima.pear.toolspackage 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.org.apache.uima.resource.impl org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl org.apache.uima.search.impl Search engine-independent indexing classes.org.apache.uima.test.junit_extension org.apache.uima.tools org.apache.uima.tools.components org.apache.uima.tools.cpm org.apache.uima.tools.docanalyzer org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of InvalidXMLException in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that throw InvalidXMLException Modifier and Type Method Description java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription. getAllComponentSpecifiers(ResourceManager aResourceManager)For an aggregate AnalysisEngine only, gets the ResourceSpecifiers of all components in this aggregate.java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription. getDelegateAnalysisEngineSpecifiers()For an aggregate AnalysisEngine only, retrieves a collection ofResourceSpecifiers that indicate which delegate AnalysisEngines comprise the aggregate.java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription. getDelegateAnalysisEngineSpecifiers(ResourceManager aResourceManager)For an aggregate AnalysisEngine only, retrieves a collection ofResourceSpecifiers that indicate which delegate AnalysisEngines comprise the aggregate.voidAnalysisEngineDescription. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedDelegateAeUrls, ResourceManager aResourceManager)Resolves all import declarations in this AnalysisEngineDescription.voidAnalysisEngineDescription. resolveImports(ResourceManager aResourceManager)Resolves all import declarations in this AnalysisEngineDescription. -
Uses of InvalidXMLException in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that throw InvalidXMLException 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.java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription_impl. getAllComponentSpecifiers(ResourceManager aResourceManager)java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription_impl. getDelegateAnalysisEngineSpecifiers()java.util.Map<java.lang.String,ResourceSpecifier>AnalysisEngineDescription_impl. getDelegateAnalysisEngineSpecifiers(ResourceManager aResourceManager)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.protected voidAnalysisEngineDescription_impl. resolveDelegateAnalysisEngineImports(java.util.Collection<java.lang.String> aEnclosingAggregateAeUrls, ResourceManager aResourceManager, boolean aRecursive)Resolves imports of delegate Analysis Engines.protected voidAnalysisEngineDescription_impl. resolveDelegateAnalysisEngineImports(ResourceManager aResourceManager, boolean aRecursive)Resolves imports of delegate Analysis Engines.voidAnalysisEngineDescription_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedDelegateAeUrls, ResourceManager aResourceManager)voidAnalysisEngineDescription_impl. resolveImports(ResourceManager aResourceManager) -
Uses of InvalidXMLException in org.apache.uima.analysis_engine.metadata
Methods in org.apache.uima.analysis_engine.metadata that throw InvalidXMLException Modifier and Type Method Description voidFlowControllerDeclaration. resolveImports()Resolves an imported FlowController specifier, if there is one.voidFlowControllerDeclaration. resolveImports(ResourceManager aResourceManager)Resolves an imported FlowController specifier, if there is one. -
Uses of InvalidXMLException in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl that throw InvalidXMLException 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)voidAnalysisEngineMetaData_impl. resolveImports()voidAnalysisEngineMetaData_impl. resolveImports(ResourceManager aResourceManager)voidFlowControllerDeclaration_impl. resolveImports()voidFlowControllerDeclaration_impl. resolveImports(ResourceManager aResourceManager) -
Uses of InvalidXMLException in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl that throw InvalidXMLException 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 InvalidXMLException in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe that throw InvalidXMLException 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.static CpeDescriptionCpeDescriptorFactory. produceDescriptor(java.io.InputStream aInput)Parse a CpeDescription from a given input stream.static CpeDescriptionCpeDescriptorFactory. produceDescriptor(XMLInputSource aInput)Parse a CpeDescription from a descriptor file.protected voidCpeDescriptionImpl. readUnknownPropertyValueFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions, java.util.List aKnownPropertyNames)Constructors in org.apache.uima.collection.impl.metadata.cpe that throw InvalidXMLException Constructor Description CpeDescriptionImpl(XMLInputSource aInput)This is needed for XMLParser.parseCpeDesription() to work. -
Uses of InvalidXMLException in org.apache.uima.flow.impl
Methods in org.apache.uima.flow.impl that throw InvalidXMLException 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 InvalidXMLException in org.apache.uima.pear.tools
Methods in org.apache.uima.pear.tools that throw InvalidXMLException Modifier and Type Method Description InstallationController.TestStatusInstallationTester. doTest()Constructors in org.apache.uima.pear.tools that throw InvalidXMLException Constructor Description InstallationTester(PackageBrowser pkgBrowser)Creates new instance of theInstallationTesterclass, identifies a specified component using UIMA API. -
Uses of InvalidXMLException in org.apache.uima.resource.impl
Methods in org.apache.uima.resource.impl that throw InvalidXMLException 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 InvalidXMLException in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that throw InvalidXMLException Modifier and Type Method Description java.net.URLImport. findAbsoluteUrl(ResourceManager aResourceManager)Computes the absolute URL for this import, using the relative location or name, whichever is specified by this import object.voidFsIndexCollection. resolveImports()Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection'sfsIndexeslist.voidFsIndexCollection. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedFsIndexCollectionURLs, ResourceManager aResourceManager)Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection'sfsIndexeslist.voidFsIndexCollection. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection'sfsIndexeslist.voidProcessingResourceMetaData. resolveImports()Resolves any import declarations.voidProcessingResourceMetaData. resolveImports(ResourceManager aResourceManager)Resolves any import declarations.voidResourceManagerConfiguration. resolveImports()Resolves any import declarations in this resource manager configuration, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration'sexternalResourcesandexternalResourceBindingslists.voidResourceManagerConfiguration. resolveImports(java.util.Collection<java.lang.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'sexternalResourcesandexternalResourceBindingslists.voidResourceManagerConfiguration. 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'sexternalResourcesandexternalResourceBindingslists.voidResourceMetaData. resolveImports()Resolves any import declarations throughout this metadata.voidResourceMetaData. resolveImports(ResourceManager aResourceManager)Resolves any import declarations throughout this metadata.voidTypePriorities. resolveImports()Resolves any import declarations in this Type Priorities declaration, adding the importedTypePriorityListobjects directly onto this TypePriorities object'spriorityLists.voidTypePriorities. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedPriorityListURLs, ResourceManager aResourceManager)Resolves any import declarations in this Type Priorities declaration, adding the importedTypePriorityListobjects directly onto this TypePriorities object'spriorityLists.voidTypePriorities. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this Type Priorities declaration, adding the importedTypePriorityListobjects directly onto this TypePriorities object'spriorityLists.voidTypeSystemDescription. resolveImports()Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription'stypeslist.voidTypeSystemDescription. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedTypeSystemURLs, ResourceManager aResourceManager)Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription'stypeslist.voidTypeSystemDescription. resolveImports(ResourceManager aResourceManager)Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription'stypeslist. -
Uses of InvalidXMLException in org.apache.uima.resource.metadata.impl
Methods in org.apache.uima.resource.metadata.impl that throw InvalidXMLException 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.java.net.URLImport_impl. findAbsoluteUrl(ResourceManager aResourceManager)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.voidFsIndexCollection_impl. resolveImports()voidFsIndexCollection_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedFsIndexURLs, ResourceManager aResourceManager)voidFsIndexCollection_impl. resolveImports(ResourceManager aResourceManager)voidResourceManagerConfiguration_impl. resolveImports()voidResourceManagerConfiguration_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedURLs, ResourceManager aResourceManager)voidResourceManagerConfiguration_impl. resolveImports(ResourceManager aResourceManager)voidResourceMetaData_impl. resolveImports()voidResourceMetaData_impl. resolveImports(ResourceManager aResourceManager)voidTypePriorities_impl. resolveImports()voidTypePriorities_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedTypePrioritiesURLs, ResourceManager aResourceManager)voidTypePriorities_impl. resolveImports(ResourceManager aResourceManager)voidTypeSystemDescription_impl. resolveImports()voidTypeSystemDescription_impl. resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedTypeSystemURLs, ResourceManager aResourceManager)voidTypeSystemDescription_impl. resolveImports(ResourceManager aResourceManager) -
Uses of InvalidXMLException in org.apache.uima.search.impl
Methods in org.apache.uima.search.impl that throw InvalidXMLException 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 InvalidXMLException in org.apache.uima.test.junit_extension
Methods in org.apache.uima.test.junit_extension that throw InvalidXMLException Modifier and Type Method Description voidAnnotatorTester. changeDelegateParameterSetting(java.lang.String delegeteKey, java.lang.String groupName, java.lang.String paramName, java.lang.Object paramValue)change the parameter name for the given delegate analysis engine key -
Uses of InvalidXMLException in org.apache.uima.tools
Methods in org.apache.uima.tools that throw InvalidXMLException Modifier and Type Method Description voidAnnotationViewerMain. viewDocuments() -
Uses of InvalidXMLException in org.apache.uima.tools.components
Methods in org.apache.uima.tools.components that throw InvalidXMLException Modifier and Type Method Description static CollectionReaderDescriptionFileSystemCollectionReader. getDescription()Parses and returns the descriptor for this collection reader.static CasConsumerDescriptionInlineXmlCasConsumer. getDescription()Parses and returns the descriptor for this collection reader.static CasConsumerDescriptionXCasWriterCasConsumer. getDescription()Parses and returns the descriptor for this collection reader.static CasConsumerDescriptionXmiWriterCasConsumer. getDescription()Parses and returns the descriptor for this collection reader.static AnalysisEngineDescriptionXmlDetagger. getDescription()Parses and returns the descriptor for this Analysis Gnein. -
Uses of InvalidXMLException in org.apache.uima.tools.cpm
Methods in org.apache.uima.tools.cpm that throw InvalidXMLException Modifier and Type Method Description voidAnalysisEnginePanel. refreshFromFile()voidConsumerPanel. refreshFromFile() -
Uses of InvalidXMLException in org.apache.uima.tools.docanalyzer
Methods in org.apache.uima.tools.docanalyzer that throw InvalidXMLException Modifier and Type Method Description protected CASDocumentAnalyzer. createCasFromDescriptor(java.lang.String aDescriptorFile)Creates a CAS from an descriptor.protected AnalysisEngineDescriptionAnnotationViewerDialog. promptForAE()If the current AE filename is not know ask for it. -
Uses of InvalidXMLException in org.apache.uima.util
Methods in org.apache.uima.util that throw InvalidXMLException 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.XMLizableXMLParser. buildObject(org.w3c.dom.Element aElement)Builds an object from its XML DOM representation.XMLizableXMLParser. buildObject(org.w3c.dom.Element aElement, XMLParser.ParsingOptions aOptions)Builds an object from its XML DOM representation.java.lang.ObjectXMLParser. buildObjectOrPrimitive(org.w3c.dom.Element aElement, XMLParser.ParsingOptions aOptions)Builds an object from its XML DOM representation.XMLizableSaxDeserializer. getObject()Retrieves theXMLizableobject that has been built from the SAX events this object has already received.XMLizableXMLParser. parse(XMLInputSource aInput)Parses an XML input stream and produces an object.XMLizableXMLParser. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl)Parses an XML input stream and produces an object.XMLizableXMLParser. parse(XMLInputSource aInput, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl, XMLParser.ParsingOptions aOptions)Parses an XML input stream and produces an object.XMLizableXMLParser. parse(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses an XML input stream and produces an object.AnalysisEngineDescriptionXMLParser. parseAnalysisEngineDescription(XMLInputSource aInput)Parses an AnalysisEngineDescription from an XML input stream.AnalysisEngineDescriptionXMLParser. parseAnalysisEngineDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses an AnalysisEngineDescription from an XML input stream.CasConsumerDescriptionXMLParser. parseCasConsumerDescription(XMLInputSource aInput)Parses a CasConsumerDescription from an XML input stream.CasConsumerDescriptionXMLParser. parseCasConsumerDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a CasConsumerDescription from an XML input stream.CasInitializerDescriptionXMLParser. parseCasInitializerDescription(XMLInputSource aInput)Parses a CasInitializerDescription from an XML input stream.CasInitializerDescriptionXMLParser. parseCasInitializerDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a CasInitializerDescription from an XML input stream.CollectionReaderDescriptionXMLParser. parseCollectionReaderDescription(XMLInputSource aInput)Parses a CollectionReaderDescription from an XML input stream.CollectionReaderDescriptionXMLParser. parseCollectionReaderDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a CollectionReaderDescription from an XML input stream.CpeDescriptionXMLParser. parseCpeDescription(XMLInputSource aInput)Parses a CpeDescription from an XML input stream.CustomResourceSpecifierXMLParser. parseCustomResourceSpecifier(XMLInputSource aInput)Parses a CustomResourceSpecifier from an XML input stream.CustomResourceSpecifierXMLParser. parseCustomResourceSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a CustomResourceSpecifier from an XML input stream.FlowControllerDescriptionXMLParser. parseFlowControllerDescription(XMLInputSource aInput)Parses a FlowControllerDescription from an XML input stream.FlowControllerDescriptionXMLParser. parseFlowControllerDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a FlowControllerDescription from an XML input stream.FsIndexCollectionXMLParser. parseFsIndexCollection(XMLInputSource aInput)Parses a FsIndexCollection from an XML input stream.FsIndexCollectionXMLParser. parseFsIndexCollection(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a FsIndexCollection from an XML input stream.IndexBuildSpecificationXMLParser. parseIndexBuildSpecification(XMLInputSource aInput)Parses an IndexBuildSpecification from an XML input stream.IndexBuildSpecificationXMLParser. parseIndexBuildSpecification(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses an IndexBuildSpecification from an XML input stream.PearSpecifierXMLParser. parsePearSpecifier(XMLInputSource aInput)Parses a PearSpecifier from an XML input stream.PearSpecifierXMLParser. parsePearSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a PearSpecifier from an XML input stream.ResourceManagerConfigurationXMLParser. parseResourceManagerConfiguration(XMLInputSource aInput)Parses a ResourceManagerConfiguration from an XML input stream.ResourceManagerConfigurationXMLParser. parseResourceManagerConfiguration(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a ResourceManagerConfiguration from an XML input stream.ResourceMetaDataXMLParser. parseResourceMetaData(XMLInputSource aInput)Parses a ResourceMetaData object from an XML input stream.ResourceMetaDataXMLParser. parseResourceMetaData(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a ResourceMetaData object from an XML input stream.ResourceSpecifierXMLParser. parseResourceSpecifier(XMLInputSource aInput)Parses a ResourceSpecifier from an XML input stream.ResourceSpecifierXMLParser. parseResourceSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a ResourceSpecifier from an XML input stream.ResultSpecificationXMLParser. parseResultSpecification(XMLInputSource aInput)Parses a ResultSpecification from an XML input stream.ResultSpecificationXMLParser. parseResultSpecification(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a ResultSpecification from an XML input stream.TaeDescriptionXMLParser. parseTaeDescription(XMLInputSource aInput)Deprecated.As of v2.0,XMLParser.parseAnalysisEngineDescription(XMLInputSource)should be used instead.TaeDescriptionXMLParser. parseTaeDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Deprecated.As of v2.0,XMLParser.parseAnalysisEngineDescription(XMLInputSource,ParsingOptions)should be used instead.TypePrioritiesXMLParser. parseTypePriorities(XMLInputSource aInput)Parses a TypePriorities declaration from an XML input stream.TypePrioritiesXMLParser. parseTypePriorities(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a TypePriorities declaration from an XML input stream.TypeSystemDescriptionXMLParser. parseTypeSystemDescription(XMLInputSource aInput)Parses a TypeSystemDescription from an XML input stream.TypeSystemDescriptionXMLParser. parseTypeSystemDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a TypeSystemDescription from an XML input stream.URISpecifierXMLParser. parseURISpecifier(XMLInputSource aInput)Parses a URISpecifier from an XML input stream.URISpecifierXMLParser. parseURISpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)Parses a URISpecifier from an XML input stream. -
Uses of InvalidXMLException in org.apache.uima.util.impl
-