Uses of Interface
com.atlassian.confluence.xhtml.api.XhtmlVisitor
-
Packages that use XhtmlVisitor Package Description com.atlassian.confluence.content.render.xhtml com.atlassian.confluence.xhtml.api -
-
Uses of XhtmlVisitor in com.atlassian.confluence.content.render.xhtml
Method parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type XhtmlVisitor Modifier and Type Method Description voidDefaultXhtmlContent. handleXhtmlElements(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors) -
Uses of XhtmlVisitor in com.atlassian.confluence.xhtml.api
Classes in com.atlassian.confluence.xhtml.api that implement XhtmlVisitor Modifier and Type Class Description classPageLayoutVisitorProvides 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 XhtmlVisitor Modifier and Type Method Description voidXhtmlContent. handleXhtmlElements(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors)Provides a mechanism for finding arbitrary Xhtml elements in the suppliedstorageFormat.
-