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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • events

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