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
XMLEvent
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<XMLEvent>
events()
-