Uses of Class
htmlflow.visitor.HtmlVisitor
Packages that use HtmlVisitor
-
Uses of HtmlVisitor in htmlflow
Fields in htmlflow with type parameters of type HtmlVisitorMethods in htmlflow that return HtmlVisitorMethod parameters in htmlflow with type arguments of type HtmlVisitorModifier and TypeMethodDescriptionprotected final HtmlViewHtmlView.clone(Supplier<HtmlVisitor> visitorSupplier, boolean threadSafe) Since HtmlView is immutable this is the preferred way to create a copy of the existing HtmlView instance with a different threadSafe state. -
Uses of HtmlVisitor in htmlflow.continuations
Methods in htmlflow.continuations with parameters of type HtmlVisitorModifier and TypeMethodDescriptionabstract HtmlContinuationHtmlContinuation.copy(HtmlVisitor visitor) Creates a copy of this HtmlContinuation with a new visitorHtmlContinuationAsync.copy(HtmlVisitor v) HtmlContinuationAsyncTerminationNode.copy(HtmlVisitor visitor) HtmlContinuationSyncCloseAndIndent.copy(HtmlVisitor visitor) HtmlContinuationSyncDynamic.copy(HtmlVisitor v) HtmlContinuationSyncStatic.copy(HtmlVisitor v) HtmlContinuationAsync.copyElement(HtmlVisitor v) HtmlContinuationSyncDynamic.copyElement(HtmlVisitor v) Constructors in htmlflow.continuations with parameters of type HtmlVisitorModifierConstructorDescriptionprotectedHtmlContinuation(int currentDepth, boolean isClosed, HtmlVisitor visitor, HtmlContinuation next) HtmlContinuationAsync(int currentDepth, boolean isClosed, E element, org.xmlet.htmlapifaster.async.AwaitConsumer<E, T> consumer, HtmlVisitor visitor, HtmlContinuation next) protectedHtmlContinuationSync(int currentDepth, boolean isClosed, HtmlVisitor visitor, HtmlContinuation next) HtmlContinuationSyncCloseAndIndent(HtmlVisitor visitor, HtmlContinuation next) Sets indentation to -1 to inform that visitor should continue with previous indentation.HtmlContinuationSyncDynamic(int currentDepth, boolean isClosed, E element, BiConsumer<E, T> consumer, HtmlVisitor visitor, HtmlContinuation next) HtmlContinuationSyncStatic(String staticHtmlBlock, HtmlVisitor visitor, HtmlContinuation next) Sets indentation to -1 to inform that visitor should continue with previous indentation. -
Uses of HtmlVisitor in htmlflow.visitor
Subclasses of HtmlVisitor in htmlflow.visitorModifier and TypeClassDescriptionclassThis is the implementation of the ElementVisitor (from HtmlApiFaster library) that emits HTML immediately with no optimizations.classThis is the base implementation of the ElementVisitor (from HtmlApiFaster library).classclassThis visitor is used to make a preprocessing resolution of an HtmlTemplate.classMethods in htmlflow.visitor that return HtmlVisitorModifier and TypeMethodDescriptionHtmlViewVisitor.clone(boolean isIndented) abstract HtmlVisitorHtmlVisitor.clone(boolean isIndented) Since HtmlVisitor is immutable this is the preferred way to create a copy of the existing HtmlVisitor instance with a different isIndented state.final HtmlVisitorPreprocessingVisitor.clone(boolean isIndented) final HtmlVisitorHtmlVisitor.setAppendable(Appendable appendable)