Uses of Class
htmlcompiler.error.InvalidInput
| Package | Description |
|---|---|
| htmlcompiler.compilers.html | |
| htmlcompiler.tags.jsoup | |
| htmlcompiler.tools |
-
Uses of InvalidInput in htmlcompiler.compilers.html
Methods in htmlcompiler.compilers.html that throw InvalidInput Modifier and Type Method Description StringDefaultNekoCompiler. compileHtmlCode(File file, String content)StringHtmlCompiler. compileHtmlCode(File file, String content)StringJsoupCompiler. compileHtmlCode(File file, String content)org.jsoup.nodes.ElementJsoupCompiler. compileHtmlFragment(File file, String content)StringDefaultNekoCompiler. doctypeCompressCompile(File file, String content)StringHtmlCompiler. doctypeCompressCompile(File file, String content)StringJsoupCompiler. doctypeCompressCompile(File 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(File 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 FileIO. toLocation(File origin, String link, String message)