public interface UpdateParserFactory
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Syntax syntax)
Return true if this factory can create a parser for the given syntax
|
UpdateParser |
create(Syntax syntax)
Return a parser for the given syntax
|
boolean accept(Syntax syntax)
UpdateParser create(Syntax syntax)
Licenced under the Apache License, Version 2.0