Uses of Class
htmlcompiler.pojos.error.InvalidInput
| Package | Description |
|---|---|
| htmlcompiler.compilers | |
| htmlcompiler.compilers.html | |
| htmlcompiler.tags.jsoup | |
| htmlcompiler.tools |
-
Uses of InvalidInput in htmlcompiler.compilers
Methods in htmlcompiler.compilers that throw InvalidInput Modifier and Type Method Description StringFileCompiler. compile(Path file) -
Uses of InvalidInput in htmlcompiler.compilers.html
Methods in htmlcompiler.compilers.html that throw InvalidInput Modifier and Type Method Description StringDefaultNekoCompiler. compileHtmlCode(Path file, String content)StringHtmlCompiler. compileHtmlCode(Path file, String content)StringJsoupCompiler. compileHtmlCode(Path file, String content)org.jsoup.nodes.ElementJsoupCompiler. compileHtmlFragment(Path file, String content)StringDefaultNekoCompiler. doctypeCompressCompile(Path file, String content)StringHtmlCompiler. doctypeCompressCompile(Path file, String content)StringJsoupCompiler. doctypeCompressCompile(Path file, String content) -
Uses of InvalidInput in htmlcompiler.tags.jsoup
Methods in htmlcompiler.tags.jsoup that throw InvalidInput Modifier and Type Method Description static org.jsoup.nodes.ElementLibrary. createTag(org.jsoup.nodes.Element element, LibraryArchive library)static org.jsoup.nodes.ElementMeta. createTag(org.jsoup.nodes.Element element, LibraryArchive library)voidTagVisitor. head(Path file, org.jsoup.nodes.Element element, int depth) -
Uses of InvalidInput in htmlcompiler.tools
Methods in htmlcompiler.tools that throw InvalidInput Modifier and Type Method Description static PathIO. toLocation(Path origin, String link, String message)