Uses of Interface
com.atlassian.confluence.xhtml.api.XhtmlVisitor

Packages that use XhtmlVisitor
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
 void DefaultXhtmlContent.handleXhtmlElements(java.lang.String storageFragment, ConversionContext context, java.util.List<? extends XhtmlVisitor> visitors)
           
 

Uses of XhtmlVisitor in com.atlassian.confluence.xhtml.api
 

Classes in com.atlassian.confluence.xhtml.api that implement XhtmlVisitor
 class PageLayoutVisitor
          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 XhtmlVisitor
 void XhtmlContent.handleXhtmlElements(java.lang.String storageFragment, ConversionContext context, java.util.List<? extends XhtmlVisitor> visitors)
          Provides a mechanism for finding arbitrary Xhtml elements in the supplied storageFormat.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.