com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
Interface Fragment

All Known Implementing Classes:
InlineMacroFragment, ParagraphFragment

public interface Fragment

Represents a read-only XML fragment. The fragment is expressed in terms of a list of XMLEvents.


Method Summary
 List<XMLEvent> events()
           
 

Method Detail

events

List<XMLEvent> events()
Returns:
a read-only list of XMLEvents representing this fragment.


Copyright © 2003-2012 Atlassian. All Rights Reserved.