|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidXMLException in org.apache.uima.analysis_engine |
---|
Methods in org.apache.uima.analysis_engine that throw InvalidXMLException | |
---|---|
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 of ResourceSpecifier s
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 of ResourceSpecifier s
that indicate which delegate AnalysisEngines comprise the aggregate. |
void |
AnalysisEngineDescription.resolveImports(java.util.Collection<java.lang.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 |
---|
Methods in org.apache.uima.analysis_engine.impl that throw InvalidXMLException | |
---|---|
void |
TypeOrFeature_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to provide custom XML representation. |
void |
AnalysisEngineDescription_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. |
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 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.resolveDelegateAnalysisEngineImports(java.util.Collection<java.lang.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(java.util.Collection<java.lang.String> aAlreadyImportedDelegateAeUrls,
ResourceManager aResourceManager)
|
void |
AnalysisEngineDescription_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 | |
---|---|
void |
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 |
---|
Methods in org.apache.uima.analysis_engine.metadata.impl that throw InvalidXMLException | |
---|---|
void |
FlowControllerDeclaration_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
|
protected void |
AnalysisEngineMetaData_impl.readPropertyValueFromXMLElement(PropertyXmlInfo aPropXmlInfo,
org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
|
protected void |
AnalysisEngineMetaData_impl.readUnknownPropertyValueFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions,
java.util.List<java.lang.String> aKnownPropertyNames)
|
void |
FlowControllerDeclaration_impl.resolveImports()
|
void |
AnalysisEngineMetaData_impl.resolveImports()
|
void |
FlowControllerDeclaration_impl.resolveImports(ResourceManager aResourceManager)
|
void |
AnalysisEngineMetaData_impl.resolveImports(ResourceManager aResourceManager)
|
Uses of InvalidXMLException in org.apache.uima.collection.impl |
---|
Methods in org.apache.uima.collection.impl that throw InvalidXMLException | |
---|---|
void |
CollectionReaderDescription_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. |
void |
CasInitializerDescription_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. |
void |
CasConsumerDescription_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 | |
---|---|
void |
CasProcessorRuntimeEnvParamImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "key" and "value" attributes. |
void |
CpeSofaMappingImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
void |
CpeSofaMappingsImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
void |
OutputQueue_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "queueClass" and "dequeueTimeout" attributes. |
void |
CpeIncludeImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "href" attribute. |
void |
CasProcessorMaxRestartsImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
void |
CasProcessorDeploymentParamsImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
void |
CasProcessorExecArgImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
void |
CpeCheckpointImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read Checkpoint attributes. |
void |
CpeResourceManagerConfigurationImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "href" attributes. |
void |
CasProcessorExecutableImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
void |
CasProcessorTimeoutImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "max" and "default" attributes. |
void |
CasProcessorFilterImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
void |
CpeCasProcessorsImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read Cas Processor attributes. |
void |
CasProcessorErrorRateThresholdImpl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
void |
CasProcessorCpeObject.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read "name" and "value" attributes. |
static CpeDescription |
CpeDescriptorFactory.produceDescriptor(java.io.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(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 | |
---|---|
CpeDescriptionImpl(XMLInputSource aInput)
This is needed for XMLParser.parseCpeDesription() to work. |
Uses of InvalidXMLException in org.apache.uima.examples.xmi |
---|
Methods in org.apache.uima.examples.xmi that throw InvalidXMLException | |
---|---|
static void |
UimaTypeSystem2Ecore.uimaTypeSystem2Ecore(java.lang.String aUimaTypeSystemFilePath,
Resource aOutputResource,
java.util.Map aOptions)
Converts a UIMA TypeSystem descriptor to an Ecore model |
static void |
UimaTypeSystem2Ecore.uimaTypeSystem2Ecore(TypeSystemDescription aTypeSystem,
Resource aOutputResource,
java.util.Map aOptions)
Converts a UIMA TypeSystemDescription to an Ecore model |
static void |
UimaTypeSystem2Ecore.uimaTypeSystem2Ecore(TypeSystemDescription aTypeSystem,
Resource aOutputResource,
java.util.Map aOptions,
java.util.Map aSchemaLocationMap)
Converts a UIMA TypeSystemDescription to an Ecore model |
Uses of InvalidXMLException in org.apache.uima.flow.impl |
---|
Methods in org.apache.uima.flow.impl that throw InvalidXMLException | |
---|---|
void |
FlowControllerDescription_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 | |
---|---|
InstallationController.TestStatus |
InstallationTester.doTest()
|
Constructors in org.apache.uima.pear.tools that throw InvalidXMLException | |
---|---|
InstallationTester(PackageBrowser pkgBrowser)
Creates new instance of the InstallationTester class, 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 | |
---|---|
void |
Parameter_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 | |
---|---|
java.net.URL |
Import.findAbsoluteUrl(ResourceManager aResourceManager)
Computes the absolute URL for this import, using the relative location or name, whichever is specified by this import object. |
void |
ResourceManagerConfiguration.resolveImports()
Resolves any import declarations in this resource manager configruation, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration's externalResources and
externalResourceBindings lists. |
void |
FsIndexCollection.resolveImports()
Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection's fsIndexes
list. |
void |
TypePriorities.resolveImports()
Resolves any import declarations in this Type Priorities declaration, adding the imported TypePriorityList objects directly onto this TypePriorities object's
priorityLists . |
void |
TypeSystemDescription.resolveImports()
Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription's types list. |
void |
ResourceMetaData.resolveImports()
Resolves any import declarations throughout this metadata. |
void |
ProcessingResourceMetaData.resolveImports()
Resolves any import declarations. |
void |
ResourceManagerConfiguration.resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedURLs,
ResourceManager aResourceManager)
Resolves any import declarations in this resource manager configruation, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration's externalResources and
externalResourceBindings lists. |
void |
FsIndexCollection.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's fsIndexes
list. |
void |
TypePriorities.resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedPriorityListURLs,
ResourceManager aResourceManager)
Resolves any import declarations in this Type Priorities declaration, adding the imported TypePriorityList objects directly onto this TypePriorities object's
priorityLists . |
void |
TypeSystemDescription.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's types list. |
void |
ResourceManagerConfiguration.resolveImports(ResourceManager aResourceManager)
Resolves any import declarations in this resource manager configruation, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration's externalResources and
externalResourceBindings lists. |
void |
FsIndexCollection.resolveImports(ResourceManager aResourceManager)
Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection's fsIndexes
list. |
void |
TypePriorities.resolveImports(ResourceManager aResourceManager)
Resolves any import declarations in this Type Priorities declaration, adding the imported TypePriorityList objects directly onto this TypePriorities object's
priorityLists . |
void |
TypeSystemDescription.resolveImports(ResourceManager aResourceManager)
Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription's types list. |
void |
ResourceMetaData.resolveImports(ResourceManager aResourceManager)
Resolves any import declarations throughout this metadata. |
void |
ProcessingResourceMetaData.resolveImports(ResourceManager aResourceManager)
Resolves any import declarations. |
Uses of InvalidXMLException in org.apache.uima.resource.metadata.impl |
---|
Methods in org.apache.uima.resource.metadata.impl that throw InvalidXMLException | |
---|---|
void |
MetaDataObject_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser)
Initializes this object from its XML DOM representation. |
void |
ConfigurationParameterSettings_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. |
void |
ConfigurationParameterDeclarations_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to provide custom XMLization. |
void |
Import_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to provide custom XML representation. |
void |
ResourceMetaData_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to validate configuration parameter data types immediately after parsing is complete. |
void |
ConfigurationGroup_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read names property from XML attribute. |
void |
MetaDataObject_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Initializes this object from its XML DOM representation. |
java.net.URL |
Import_impl.findAbsoluteUrl(ResourceManager aResourceManager)
|
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 |
MetaDataObject_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 a Map with
String keys and XMLizable values. |
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 |
MetaDataObject_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. |
void |
ResourceManagerConfiguration_impl.resolveImports()
|
void |
FsIndexCollection_impl.resolveImports()
|
void |
TypePriorities_impl.resolveImports()
|
void |
TypeSystemDescription_impl.resolveImports()
|
void |
ResourceMetaData_impl.resolveImports()
|
void |
ResourceManagerConfiguration_impl.resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedURLs,
ResourceManager aResourceManager)
|
void |
FsIndexCollection_impl.resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedFsIndexURLs,
ResourceManager aResourceManager)
|
void |
TypePriorities_impl.resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedTypePrioritiesURLs,
ResourceManager aResourceManager)
|
void |
TypeSystemDescription_impl.resolveImports(java.util.Collection<java.lang.String> aAlreadyImportedTypeSystemURLs,
ResourceManager aResourceManager)
|
void |
ResourceManagerConfiguration_impl.resolveImports(ResourceManager aResourceManager)
|
void |
FsIndexCollection_impl.resolveImports(ResourceManager aResourceManager)
|
void |
TypePriorities_impl.resolveImports(ResourceManager aResourceManager)
|
void |
TypeSystemDescription_impl.resolveImports(ResourceManager aResourceManager)
|
void |
ResourceMetaData_impl.resolveImports(ResourceManager aResourceManager)
|
Uses of InvalidXMLException in org.apache.uima.search.impl |
---|
Methods in org.apache.uima.search.impl that throw InvalidXMLException | |
---|---|
void |
Filter_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
|
void |
Style_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read the name property from XML attributes. |
void |
Attribute_impl.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Overridden to read the name and value properties from XML attributes. |
Uses of InvalidXMLException in org.apache.uima.tools |
---|
Methods in org.apache.uima.tools that throw InvalidXMLException | |
---|---|
void |
AnnotationViewerMain.viewDocuments()
|
Uses of InvalidXMLException in org.apache.uima.tools.components |
---|
Methods in org.apache.uima.tools.components that throw InvalidXMLException | |
---|---|
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. |
static CasConsumerDescription |
XCasWriterCasConsumer.getDescription()
Parses and returns the descriptor for this collection reader. |
static 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. |
Uses of InvalidXMLException in org.apache.uima.tools.cpm |
---|
Methods in org.apache.uima.tools.cpm that throw InvalidXMLException | |
---|---|
void |
ConsumerPanel.refreshFromFile()
|
void |
AnalysisEnginePanel.refreshFromFile()
|
Uses of InvalidXMLException in org.apache.uima.tools.docanalyzer |
---|
Methods in org.apache.uima.tools.docanalyzer that throw InvalidXMLException | |
---|---|
protected CAS |
DocumentAnalyzer.createCasFromDescriptor(java.lang.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 |
---|
Methods in org.apache.uima.util that throw InvalidXMLException | |
---|---|
void |
XMLizable.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser)
Initializes this object from its XML DOM representation. |
void |
XMLizable.buildFromXMLElement(org.w3c.dom.Element aElement,
XMLParser aParser,
XMLParser.ParsingOptions aOptions)
Initializes this object from its XML DOM representation. |
XMLizable |
XMLParser.buildObject(org.w3c.dom.Element aElement)
Builds an object from its XML DOM representation. |
XMLizable |
XMLParser.buildObject(org.w3c.dom.Element aElement,
XMLParser.ParsingOptions aOptions)
Builds an object from its XML DOM representation. |
java.lang.Object |
XMLParser.buildObjectOrPrimitive(org.w3c.dom.Element aElement,
XMLParser.ParsingOptions aOptions)
Builds an object from its XML DOM representation. |
XMLizable |
SaxDeserializer.getObject()
Retrieves the XMLizable object that has been built from the SAX events this object has
already received. |
XMLizable |
XMLParser.parse(XMLInputSource aInput)
Parses an XML input stream and produces an object. |
XMLizable |
XMLParser.parse(XMLInputSource aInput,
java.lang.String aNamespaceForSchema,
java.net.URL aSchemaUrl)
Parses an XML input stream and produces an object. |
XMLizable |
XMLParser.parse(XMLInputSource aInput,
java.lang.String aNamespaceForSchema,
java.net.URL aSchemaUrl,
XMLParser.ParsingOptions aOptions)
Parses an XML input stream and produces an object. |
XMLizable |
XMLParser.parse(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses an XML input stream and produces an object. |
AnalysisEngineDescription |
XMLParser.parseAnalysisEngineDescription(XMLInputSource aInput)
Parses an AnalysisEngineDescription from an XML input stream. |
AnalysisEngineDescription |
XMLParser.parseAnalysisEngineDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses an AnalysisEngineDescription from an XML input stream. |
CasConsumerDescription |
XMLParser.parseCasConsumerDescription(XMLInputSource aInput)
Parses a CasConsumerDescription from an XML input stream. |
CasConsumerDescription |
XMLParser.parseCasConsumerDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a CasConsumerDescription from an XML input stream. |
CasInitializerDescription |
XMLParser.parseCasInitializerDescription(XMLInputSource aInput)
Parses a CasInitializerDescription from an XML input stream. |
CasInitializerDescription |
XMLParser.parseCasInitializerDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a CasInitializerDescription from an XML input stream. |
CollectionReaderDescription |
XMLParser.parseCollectionReaderDescription(XMLInputSource aInput)
Parses a CollectionReaderDescription from an XML input stream. |
CollectionReaderDescription |
XMLParser.parseCollectionReaderDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a CollectionReaderDescription from an XML input stream. |
CpeDescription |
XMLParser.parseCpeDescription(XMLInputSource aInput)
Parses a CpeDescription from an XML input stream. |
CustomResourceSpecifier |
XMLParser.parseCustomResourceSpecifier(XMLInputSource aInput)
Parses a CustomResourceSpecifier from an XML input stream. |
CustomResourceSpecifier |
XMLParser.parseCustomResourceSpecifier(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a CustomResourceSpecifier from an XML input stream. |
FlowControllerDescription |
XMLParser.parseFlowControllerDescription(XMLInputSource aInput)
Parses a FlowControllerDescription from an XML input stream. |
FlowControllerDescription |
XMLParser.parseFlowControllerDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a FlowControllerDescription from an XML input stream. |
FsIndexCollection |
XMLParser.parseFsIndexCollection(XMLInputSource aInput)
Parses a FsIndexCollection from an XML input stream. |
FsIndexCollection |
XMLParser.parseFsIndexCollection(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a FsIndexCollection from an XML input stream. |
IndexBuildSpecification |
XMLParser.parseIndexBuildSpecification(XMLInputSource aInput)
Parses an IndexBuildSpecification from an XML input stream. |
IndexBuildSpecification |
XMLParser.parseIndexBuildSpecification(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses an IndexBuildSpecification from an XML input stream. |
PearSpecifier |
XMLParser.parsePearSpecifier(XMLInputSource aInput)
Parses a PearSpecifier from an XML input stream. |
PearSpecifier |
XMLParser.parsePearSpecifier(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a PearSpecifier from an XML input stream. |
ResourceManagerConfiguration |
XMLParser.parseResourceManagerConfiguration(XMLInputSource aInput)
Parses a ResourceManagerConfiguration from an XML input stream. |
ResourceManagerConfiguration |
XMLParser.parseResourceManagerConfiguration(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a ResourceManagerConfiguration from an XML input stream. |
ResourceMetaData |
XMLParser.parseResourceMetaData(XMLInputSource aInput)
Parses a ResourceMetaData object from an XML input stream. |
ResourceMetaData |
XMLParser.parseResourceMetaData(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a ResourceMetaData object from an XML input stream. |
ResourceSpecifier |
XMLParser.parseResourceSpecifier(XMLInputSource aInput)
Parses a ResourceSpecifier from an XML input stream. |
ResourceSpecifier |
XMLParser.parseResourceSpecifier(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a ResourceSpecifier from an XML input stream. |
ResultSpecification |
XMLParser.parseResultSpecification(XMLInputSource aInput)
Parses a ResultSpecification from an XML input stream. |
ResultSpecification |
XMLParser.parseResultSpecification(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a ResultSpecification from an XML input stream. |
TaeDescription |
XMLParser.parseTaeDescription(XMLInputSource aInput)
Deprecated. As of v2.0, XMLParser.parseAnalysisEngineDescription(XMLInputSource) should be used
instead. |
TaeDescription |
XMLParser.parseTaeDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Deprecated. As of v2.0, XMLParser.parseAnalysisEngineDescription(XMLInputSource,ParsingOptions)
should be used instead. |
TypePriorities |
XMLParser.parseTypePriorities(XMLInputSource aInput)
Parses a TypePriorities declaration from an XML input stream. |
TypePriorities |
XMLParser.parseTypePriorities(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a TypePriorities declaration from an XML input stream. |
TypeSystemDescription |
XMLParser.parseTypeSystemDescription(XMLInputSource aInput)
Parses a TypeSystemDescription from an XML input stream. |
TypeSystemDescription |
XMLParser.parseTypeSystemDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a TypeSystemDescription from an XML input stream. |
URISpecifier |
XMLParser.parseURISpecifier(XMLInputSource aInput)
Parses a URISpecifier from an XML input stream. |
URISpecifier |
XMLParser.parseURISpecifier(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a URISpecifier from an XML input stream. |
Uses of InvalidXMLException in org.apache.uima.util.impl |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |