Class LexicalProcessorRegistry
java.lang.Object
com.evolveum.midpoint.prism.impl.lex.LexicalProcessorRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
detectLanguage
(File file) @NotNull DomLexicalProcessor
@NotNull LexicalProcessor<?>
findProcessor
(@NotNull ParserSource source) <T> @NotNull LexicalProcessor<T>
processorFor
(String language)
-
Constructor Details
-
LexicalProcessorRegistry
-
-
Method Details
-
detectLanguage
- Throws:
IOException
-
domProcessor
-
processorFor
-
findProcessor
@NotNull public @NotNull LexicalProcessor<?> findProcessor(@NotNull @NotNull ParserSource source) throws IOException - Throws:
IOException
-