-
public interface DialectFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialectFactory.DialectTag
-
Method Summary
Static Methods Modifier and Type Method Description static DialectgetDialect(char[] buffer, int start, int length)static DialectgetDialect(String tag)
-
-
-
Method Detail
-
getDialect
static Dialect getDialect(char[] buffer, int start, int length) throws EDIException
- Throws:
EDIException
-
getDialect
static Dialect getDialect(String tag) throws EDIException
- Throws:
EDIException
-
-