Package com.vladsch.flexmark.html
Class EmbeddedAttributeProvider.EmbeddedNodeAttributes
java.lang.Object
com.vladsch.flexmark.util.ast.Node
com.vladsch.flexmark.html.EmbeddedAttributeProvider.EmbeddedNodeAttributes
- Enclosing class:
- EmbeddedAttributeProvider
-
Field Summary
FieldsFields inherited from class com.vladsch.flexmark.util.ast.Node
AST_ADAPTER, EMPTY_SEGMENTS, SPLICE
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedNodeAttributes
(@NotNull Node parent, @NotNull Attributes attributes) -
Method Summary
Modifier and TypeMethodDescriptionvoid
astExtraChars
(@NotNull StringBuilder out) void
astString
(@NotNull StringBuilder out, boolean withExtra) @NotNull BasedSequence[]
Methods inherited from class com.vladsch.flexmark.util.ast.Node
appendChain, appendChild, astChars, baseSubSequence, baseSubSequence, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, endOfLine, extractChainTo, extractToFirstInChain, getAncestorOfType, getAstExtra, getBaseSequence, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEmptyPrefix, getEmptySuffix, getEndLineNumber, getEndOffset, getEndOfLine, getExactChildChars, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getFirstInChain, getGrandParent, getLastBlankLineChild, getLastChild, getLastChildAny, getLastChildAnyNot, getLastInChain, getLeadSegment, getLineColumnAtEnd, getLineNumber, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getParent, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getSegmentsForChars, getSourceRange, getStartLineNumber, getStartOffset, getStartOfLine, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, insertChainAfter, insertChainBefore, isOrDescendantOfType, lineColumnAtIndex, lineColumnAtStart, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, segmentSpanCharsToVisible, setChars, setCharsFromContent, setCharsFromContentOnly, setCharsFromSegments, setParent, spanningChars, startOfLine, takeChildren, toAstString, toSegmentSpan, toString, toStringAttributes, unlink
-
Field Details
-
attributes
-
-
Constructor Details
-
EmbeddedNodeAttributes
public EmbeddedNodeAttributes(@NotNull @NotNull Node parent, @NotNull @NotNull Attributes attributes)
-
-
Method Details
-
getSegments
- Specified by:
getSegments
in classNode
-
astString
-
astExtraChars
- Overrides:
astExtraChars
in classNode
-