Class WikiNode

    • Constructor Detail

      • WikiNode

        public WikiNode​(boolean linkIsFirst)
      • WikiNode

        public WikiNode​(BasedSequence chars,
                        boolean linkIsFirst,
                        boolean allowAnchors,
                        boolean canEscapePipe,
                        boolean canEscapeAnchor)
    • Method Detail

      • getAstExtra

        public void getAstExtra​(@NotNull
                                java.lang.StringBuilder out)
        Overrides:
        getAstExtra in class Node
      • isLinkIsFirst

        public boolean isLinkIsFirst()
      • isTentative

        public boolean isTentative()
        Specified by:
        isTentative in interface LinkRefDerived
        Returns:
        true if this node will be rendered as text because it depends on a reference which is not defined.
      • setOpeningMarker

        public void setOpeningMarker​(BasedSequence openingMarker)
      • getTextSeparatorMarker

        public BasedSequence getTextSeparatorMarker()
      • setTextSeparatorMarker

        public void setTextSeparatorMarker​(BasedSequence textSeparatorMarker)
      • setClosingMarker

        public void setClosingMarker​(BasedSequence closingMarker)
      • setAnchorMarker

        public void setAnchorMarker​(BasedSequence anchorMarker)
      • setAnchorRef

        public void setAnchorRef​(BasedSequence anchorRef)
      • setLink

        public void setLink​(BasedSequence linkChars,
                            boolean allowAnchors,
                            boolean canEscapeAnchor)
      • setLinkChars

        public void setLinkChars​(BasedSequence linkChars,
                                 boolean allowAnchors,
                                 boolean canEscapePipe,
                                 boolean canEscapeAnchor)