Uses of Class
org.apache.uima.util.XMLParser.ParsingOptions

Packages that use XMLParser.ParsingOptions
org.apache.uima.analysis_engine.impl   
org.apache.uima.analysis_engine.metadata.impl   
org.apache.uima.collection.impl   
org.apache.uima.collection.impl.metadata.cpe   
org.apache.uima.flow.impl   
org.apache.uima.resource.impl   
org.apache.uima.resource.metadata.impl   
org.apache.uima.search.impl Search engine-independent indexing classes. 
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
org.apache.uima.util.impl   
 

Uses of XMLParser.ParsingOptions in org.apache.uima.analysis_engine.impl
 

Methods in org.apache.uima.analysis_engine.impl with parameters of type XMLParser.ParsingOptions
 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.
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.
 

Uses of XMLParser.ParsingOptions in org.apache.uima.analysis_engine.metadata.impl
 

Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type XMLParser.ParsingOptions
 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)
           
 

Uses of XMLParser.ParsingOptions in org.apache.uima.collection.impl
 

Methods in org.apache.uima.collection.impl with parameters of type XMLParser.ParsingOptions
 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 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.
 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.
 

Uses of XMLParser.ParsingOptions in org.apache.uima.collection.impl.metadata.cpe
 

Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type XMLParser.ParsingOptions
 void CasProcessorMaxRestartsImpl.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 CasProcessorRuntimeEnvParamImpl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to read "key" and "value" attributes.
 void CpeIncludeImpl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to read "href" attribute.
 void CasProcessorExecutableImpl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to read "name" and "value" attributes.
 void CpeResourceManagerConfigurationImpl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to read "href" attributes.
 void CpeSofaMappingImpl.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 CasProcessorErrorRateThresholdImpl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to read "name" and "value" attributes.
 void CasProcessorFilterImpl.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 CasProcessorExecArgImpl.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 CpeCasProcessorsImpl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to read Cas Processor attributes.
 void CasProcessorCpeObject.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to read "name" and "value" attributes.
protected  void CpeDescriptionImpl.readUnknownPropertyValueFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions, java.util.List aKnownPropertyNames)
           
 

Uses of XMLParser.ParsingOptions in org.apache.uima.flow.impl
 

Methods in org.apache.uima.flow.impl with parameters of type XMLParser.ParsingOptions
 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 XMLParser.ParsingOptions in org.apache.uima.resource.impl
 

Methods in org.apache.uima.resource.impl with parameters of type XMLParser.ParsingOptions
 void Parameter_impl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to read "name" and "value" attributes.
 

Uses of XMLParser.ParsingOptions in org.apache.uima.resource.metadata.impl
 

Methods in org.apache.uima.resource.metadata.impl with parameters of type XMLParser.ParsingOptions
 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 Import_impl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to provide custom XML representation.
 void ConfigurationParameterDeclarations_impl.buildFromXMLElement(org.w3c.dom.Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Overridden to provide custom XMLization.
 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.
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.
 

Uses of XMLParser.ParsingOptions in org.apache.uima.search.impl
 

Methods in org.apache.uima.search.impl with parameters of type XMLParser.ParsingOptions
 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 XMLParser.ParsingOptions in org.apache.uima.util
 

Methods in org.apache.uima.util with parameters of type XMLParser.ParsingOptions
 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, 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.
 SaxDeserializer XMLParser.newSaxDeserializer(XMLParser.ParsingOptions aOptions)
          Creates a new SaxDeserializer.
 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, XMLParser.ParsingOptions aOptions)
          Parses an AnalysisEngineDescription 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, XMLParser.ParsingOptions aOptions)
          Parses a CasInitializerDescription from an XML input stream.
 CollectionReaderDescription XMLParser.parseCollectionReaderDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Parses a CollectionReaderDescription 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, XMLParser.ParsingOptions aOptions)
          Parses a FlowControllerDescription 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, XMLParser.ParsingOptions aOptions)
          Parses an IndexBuildSpecification 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, XMLParser.ParsingOptions aOptions)
          Parses a ResourceManagerConfiguration 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, XMLParser.ParsingOptions aOptions)
          Parses a ResourceSpecifier 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, XMLParser.ParsingOptions aOptions)
          Deprecated. As of v2.0, XMLParser.parseAnalysisEngineDescription(XMLInputSource,ParsingOptions) should be used instead.
 TypePriorities XMLParser.parseTypePriorities(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Parses a TypePriorities declaration 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, XMLParser.ParsingOptions aOptions)
          Parses a URISpecifier from an XML input stream.
 

Uses of XMLParser.ParsingOptions in org.apache.uima.util.impl
 

Fields in org.apache.uima.util.impl declared as XMLParser.ParsingOptions
protected static XMLParser.ParsingOptions XMLParser_impl.DEFAULT_PARSING_OPTIONS
           
 

Methods in org.apache.uima.util.impl with parameters of type XMLParser.ParsingOptions
 XMLizable XMLParser_impl.buildObject(org.w3c.dom.Element aElement, XMLParser.ParsingOptions aOptions)
          Builds an object from its XML DOM representation.
 java.lang.Object XMLParser_impl.buildObjectOrPrimitive(org.w3c.dom.Element aElement, XMLParser.ParsingOptions aOptions)
           
 SaxDeserializer XMLParser_impl.newSaxDeserializer(XMLParser.ParsingOptions aOptions)
           
 XMLizable XMLParser_impl.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_impl.parse(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 AnalysisEngineDescription XMLParser_impl.parseAnalysisEngineDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Parses a AnalysisEngineDescription from an XML input stream.
 CasConsumerDescription XMLParser_impl.parseCasConsumerDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 CasInitializerDescription XMLParser_impl.parseCasInitializerDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Deprecated.  
 CollectionReaderDescription XMLParser_impl.parseCollectionReaderDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 CustomResourceSpecifier XMLParser_impl.parseCustomResourceSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 FlowControllerDescription XMLParser_impl.parseFlowControllerDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 FsIndexCollection XMLParser_impl.parseFsIndexCollection(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 IndexBuildSpecification XMLParser_impl.parseIndexBuildSpecification(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 PearSpecifier XMLParser_impl.parsePearSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 ResourceManagerConfiguration XMLParser_impl.parseResourceManagerConfiguration(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 ResourceMetaData XMLParser_impl.parseResourceMetaData(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Parses a ResourceMetaData object from an XML input stream.
 ResourceSpecifier XMLParser_impl.parseResourceSpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Parses a ResourceSpecifier from an XML input stream.
 ResultSpecification XMLParser_impl.parseResultSpecification(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 TaeDescription XMLParser_impl.parseTaeDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Deprecated. since v2.0
 TypePriorities XMLParser_impl.parseTypePriorities(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 TypeSystemDescription XMLParser_impl.parseTypeSystemDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
           
 URISpecifier XMLParser_impl.parseURISpecifier(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Parses a URISpecifier from an XML input stream.
 

Constructors in org.apache.uima.util.impl with parameters of type XMLParser.ParsingOptions
SaxDeserializer_impl(XMLParser aUimaXmlParser, java.lang.String aNamespaceForSchema, java.net.URL aSchemaUrl, XMLParser.ParsingOptions aOptions)
          Deprecated. Use SaxDeserializer_impl.SaxDeserializer_impl(XMLParser, XMLParser.ParsingOptions) instead.
SaxDeserializer_impl(XMLParser aUimaXmlParser, XMLParser.ParsingOptions aOptions)
          Creates a new SAX Deserializer.
 



Copyright © 2013. All Rights Reserved.