Uses of Class
htmlcompiler.pojos.library.LibraryArchive
Packages that use LibraryArchive
-
Uses of LibraryArchive in htmlcompiler.compilers
Constructors in htmlcompiler.compilers with parameters of type LibraryArchiveModifierConstructorDescriptionHtmlCompiler(Logger log, LibraryArchive archive, Map<String, CompilerConfig> configs) -
Uses of LibraryArchive in htmlcompiler.compilers.tags
Methods in htmlcompiler.compilers.tags with parameters of type LibraryArchiveModifier and TypeMethodDescriptionstatic 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) static TagVisitorLibrary.newLibraryVisitor(LibraryArchive archive) static TagVisitorMeta.newMetaVisitor(LibraryArchive archive)