Interface IPSHasMixedContent

All Superinterfaces:
IPSHasTexts
All Known Implementing Classes:
PSActive, PSAssertReport, PSDiagnostic, PSP, PSTitle

public interface IPSHasMixedContent extends IPSHasTexts
Base interface for a Schematron element that has String and IPSElement content mixed.
Author:
Philip Helger
  • Method Details

    • getAllContentElements

      @Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<Object> getAllContentElements()
      Returns:
      A list of all contained elements.