- java.lang.Object
-
- com.vladsch.flexmark.ast.Node
-
- com.vladsch.flexmark.ast.ContentNode
-
- com.vladsch.flexmark.ast.Block
-
- com.vladsch.flexmark.ast.CustomBlock
-
- com.vladsch.flexmark.ext.xwiki.macros.MacroBlock
-
-
Field Summary
-
Fields inherited from class com.vladsch.flexmark.ast.ContentNode
lineSegments
-
Fields inherited from class com.vladsch.flexmark.ast.Node
EMPTY_SEGMENTS, SPLICE
-
Constructor Summary
Constructors
| Constructor and Description |
MacroBlock() |
MacroBlock(com.vladsch.flexmark.util.sequence.BasedSequence chars) |
MacroBlock(com.vladsch.flexmark.ast.Node node) |
-
Method Summary
-
Methods inherited from class com.vladsch.flexmark.ast.Block
getParent, setParent
-
Methods inherited from class com.vladsch.flexmark.ast.ContentNode
getContentChars, getContentChars, getContentLines, getContentLines, getLineChars, getLineCount, getSpanningChars, setContent, setContent, setContent, setContentLine, setContentLines
-
Methods inherited from class com.vladsch.flexmark.ast.Node
appendChild, astChars, astExtraChars, astString, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, deNullify, getAncestorOfType, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEndLineNumber, getEndOffset, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getLastBlankLineChild, getLastChild, getLastChildAny, getLastChildAnyNot, getLeadSegment, getLineNumber, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getSegmentsForChars, getStartLineNumber, getStartOffset, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, isOrDescendantOfType, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, setChars, setCharsFromContent, setCharsFromContentOnly, setCharsFromSegments, spanningChars, takeChildren, toAstString, toSegmentSpan, toString, toStringAttributes, unlink
-
-
Constructor Detail
-
MacroBlock
public MacroBlock()
Copyright © 2018. All rights reserved.