Uses of Interface
com.atlassian.confluence.xhtml.api.XhtmlVisitor
Packages that use XhtmlVisitor
Package
Description
-
Uses of XhtmlVisitor in com.atlassian.confluence.content.render.xhtml
Method parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type XhtmlVisitorModifier and TypeMethodDescriptionvoid
DefaultXhtmlContent.handleXhtmlElements
(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors) -
Uses of XhtmlVisitor in com.atlassian.confluence.internal.content.collab
Classes in com.atlassian.confluence.internal.content.collab that implement XhtmlVisitorModifier and TypeClassDescriptionclass
Provides a handler for detecting if a page contains an atlassian page layout. -
Uses of XhtmlVisitor in com.atlassian.confluence.xhtml.api
Classes in com.atlassian.confluence.xhtml.api that implement XhtmlVisitorModifier and TypeClassDescriptionclass
Provides a handler for detecting if a page contains an atlassian page layout.Method parameters in com.atlassian.confluence.xhtml.api with type arguments of type XhtmlVisitorModifier and TypeMethodDescriptionvoid
XhtmlContent.handleXhtmlElements
(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors) Provides a mechanism for finding arbitrary Xhtml elements in the suppliedstorageFormat
.