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)
AutomatonProvidergetAutomaton in interface AutomatonProvidername - automaton name