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

Packages that use XMLParser.ParsingOptions
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
 

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

Methods in org.apache.uima.util with parameters of type XMLParser.ParsingOptions
 void XMLizable.buildFromXMLElement(Element aElement, XMLParser aParser, XMLParser.ParsingOptions aOptions)
          Initializes this object from its XML DOM representation.
 XMLizable XMLParser.buildObject(Element aElement, XMLParser.ParsingOptions aOptions)
          Builds an object from its XML DOM representation.
 Object XMLParser.buildObjectOrPrimitive(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, String aNamespaceForSchema, 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.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.