Interface IPart
- All Known Implementing Classes:
AbstractPart,ControlPart
public interface IPart
-
Method Summary
Modifier and TypeMethodDescriptionStream<gov.nist.secauto.metaschema.core.datatype.markup.flexmark.InsertAnchorExtension.InsertAnchorNode>getInserts(Predicate<gov.nist.secauto.metaschema.core.datatype.markup.flexmark.InsertAnchorExtension.InsertAnchorNode> filter) getParts()gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultilinegetProse()
-
Method Details
-
getProse
gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline getProse() -
getParts
-
getInserts
@NonNull Stream<gov.nist.secauto.metaschema.core.datatype.markup.flexmark.InsertAnchorExtension.InsertAnchorNode> getInserts(@NonNull Predicate<gov.nist.secauto.metaschema.core.datatype.markup.flexmark.InsertAnchorExtension.InsertAnchorNode> filter)
-