Uses of Interface
org.apache.uima.search.IndexBuildSpecification
-
Packages that use IndexBuildSpecification Package Description 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 IndexBuildSpecification in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement IndexBuildSpecification Modifier and Type Class Description class
IndexBuildSpecification_impl
-
Uses of IndexBuildSpecification in org.apache.uima.util
Methods in org.apache.uima.util that return IndexBuildSpecification Modifier and Type Method Description 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. -
Uses of IndexBuildSpecification in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return IndexBuildSpecification Modifier and Type Method Description IndexBuildSpecification
XMLParser_impl. parseIndexBuildSpecification(XMLInputSource aInput)
IndexBuildSpecification
XMLParser_impl. parseIndexBuildSpecification(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
-