Uses of Class
org.opensextant.extractors.flexpat.RegexPatternManager
Packages that use RegexPatternManager
Package
Description
FlexPat -- A Pattern Definition & Testing Library
Patterns Of Life (PoLi)
XCoord: Geographic Coordinate Extraction
XTemporal: Date and Time Pattern Extraction
-
Uses of RegexPatternManager in org.opensextant.extractors.flexpat
Fields in org.opensextant.extractors.flexpat declared as RegexPatternManagerMethods in org.opensextant.extractors.flexpat that return RegexPatternManagerModifier and TypeMethodDescriptionprotected abstract RegexPatternManager
AbstractFlexPat.createPatternManager
(InputStream s, String name) Create a pattern manager given the input stream and the file name.AbstractFlexPat.getPatternManager()
-
Uses of RegexPatternManager in org.opensextant.extractors.poli
Subclasses of RegexPatternManager in org.opensextant.extractors.poliMethods in org.opensextant.extractors.poli that return RegexPatternManagerModifier and TypeMethodDescriptionprotected RegexPatternManager
PatternsOfLife.createPatternManager
(InputStream s, String n) -
Uses of RegexPatternManager in org.opensextant.extractors.xcoord
Subclasses of RegexPatternManager in org.opensextant.extractors.xcoordModifier and TypeClassDescriptionfinal class
This is the culmination of various coordinate extraction efforts in python and Java.Methods in org.opensextant.extractors.xcoord that return RegexPatternManagerModifier and TypeMethodDescriptionprotected RegexPatternManager
XCoord.createPatternManager
(InputStream s, String n) -
Uses of RegexPatternManager in org.opensextant.extractors.xtemporal
Subclasses of RegexPatternManager in org.opensextant.extractors.xtemporalMethods in org.opensextant.extractors.xtemporal that return RegexPatternManagerModifier and TypeMethodDescriptionprotected RegexPatternManager
XTemporal.createPatternManager
(InputStream strm, String name)