public class DatatypesAutomatonProvider extends java.lang.Object implements AutomatonProvider
Datatypes
.Constructor and Description |
---|
DatatypesAutomatonProvider()
Constructs a new automaton provider that recognizes all names
from
Datatypes.get(String) . |
DatatypesAutomatonProvider(boolean enable_unicodeblocks,
boolean enable_unicodecategories,
boolean enable_xml)
Constructs a new automaton provider that recognizes some of the names
from
Datatypes.get(String) |
Modifier and Type | Method and Description |
---|---|
Automaton |
getAutomaton(java.lang.String name)
Returns automaton of the given name.
|
public DatatypesAutomatonProvider()
Datatypes.get(String)
.public DatatypesAutomatonProvider(boolean enable_unicodeblocks, boolean enable_unicodecategories, boolean enable_xml)
Datatypes.get(String)
enable_unicodeblocks
- if true, enable Unicode block namesenable_unicodecategories
- if true, enable Unicode category namesenable_xml
- if true, enable XML related namespublic Automaton getAutomaton(java.lang.String name)
AutomatonProvider
getAutomaton
in interface AutomatonProvider
name
- automaton nameCopyright © 2001-2011 Anders Møller.