public interface UpdateParserFactory
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this factory can create a parser for the given syntaxReturn a parser for the given syntax
-
Method Details
-
accept
Return true if this factory can create a parser for the given syntax -
create
Return a parser for the given syntax
-