Uses of Class
htmlflow.continuations.HtmlContinuation
Packages that use HtmlContinuation
-
Uses of HtmlContinuation in htmlflow.continuations
Subclasses of HtmlContinuation in htmlflow.continuationsModifier and TypeClassDescriptionclassHtmlContinuationAsync<E extends org.xmlet.htmlapifaster.Element,T> HtmlContinuation for an asynchronous block (i.e.classclassclassclassHtmlContinuationSyncDynamic<E extends org.xmlet.htmlapifaster.Element,T> HtmlContinuation for a dynamic block (i.e.classHtmlContinuation for a static HTML block.Fields in htmlflow.continuations declared as HtmlContinuationModifier and TypeFieldDescriptionfinal HtmlContinuationHtmlContinuation.nextNext HtmlContinuationMethods in htmlflow.continuations that return HtmlContinuationModifier and TypeMethodDescriptionabstract HtmlContinuationHtmlContinuation.copy(HtmlVisitor visitor) Creates a copy of this HtmlContinuation with a new visitorHtmlContinuationAsync.copy(HtmlVisitor v) HtmlContinuationSyncCloseAndIndent.copy(HtmlVisitor visitor) HtmlContinuationSyncDynamic.copy(HtmlVisitor v) HtmlContinuationSyncStatic.copy(HtmlVisitor v) HtmlContinuation.getNext()Constructors in htmlflow.continuations with parameters of type HtmlContinuationModifierConstructorDescriptionprotectedHtmlContinuation(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 HtmlContinuation in htmlflow.visitor
Fields in htmlflow.visitor declared as HtmlContinuationModifier and TypeFieldDescriptionfinal HtmlContinuationHtmlViewVisitor.firstThe first node to be processed.protected final HtmlContinuationHtmlViewVisitorAsync.lastThe last node to be processed.Methods in htmlflow.visitor that return HtmlContinuationMethods in htmlflow.visitor with parameters of type HtmlContinuationModifier and TypeMethodDescriptionprotected final voidPreprocessingVisitor.chainContinuationStatic(HtmlContinuation nextContinuation) Constructors in htmlflow.visitor with parameters of type HtmlContinuationModifierConstructorDescriptionHtmlViewVisitor(Appendable out, boolean isIndented, HtmlContinuation first) HtmlViewVisitorAsync(boolean isIndented, HtmlContinuation first)