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
-
Method Details
-
events
- Returns:
- a read-only list of
XMLEvent
s representing this fragment.
-