Class ContentNode

  • All Implemented Interfaces:
    Content
    Direct Known Subclasses:
    Block

    public abstract class ContentNode
    extends Node
    implements Content
    • Field Detail

      • lineSegments

        protected java.util.List<BasedSequence> lineSegments
    • Constructor Detail

      • ContentNode

        public ContentNode()
      • ContentNode

        public ContentNode​(@NotNull
                           @NotNull BasedSequence chars)
      • ContentNode

        public ContentNode​(@NotNull
                           @NotNull BasedSequence chars,
                           @NotNull
                           @NotNull java.util.List<BasedSequence> lineSegments)
      • ContentNode

        public ContentNode​(@NotNull
                           @NotNull java.util.List<BasedSequence> lineSegments)
      • ContentNode

        public ContentNode​(@NotNull
                           @NotNull BlockContent blockContent)