public class Abbreviation extends com.vladsch.flexmark.util.ast.Node implements com.vladsch.flexmark.util.ast.DoNotDecorate, com.vladsch.flexmark.util.ast.DoNotLinkDecorate, com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>
| Modifier and Type | Field and Description |
|---|---|
protected com.vladsch.flexmark.util.sequence.BasedSequence |
abbreviation |
| Constructor and Description |
|---|
Abbreviation(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence abbreviation) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.sequence.BasedSequence |
getAbbreviation() |
void |
getAstExtra(StringBuilder out) |
com.vladsch.flexmark.util.sequence.BasedSequence |
getReference() |
AbbreviationBlock |
getReferenceNode(AbbreviationRepository repository) |
AbbreviationBlock |
getReferenceNode(com.vladsch.flexmark.util.ast.Document document) |
com.vladsch.flexmark.util.sequence.BasedSequence[] |
getSegments() |
boolean |
isDefined() |
protected String |
toStringAttributes() |
appendChain, appendChild, astChars, astExtraChars, astString, countAncestorsOfType, countDirectAncestorsOfType, delimitedSegmentSpan, delimitedSegmentSpanChars, deNullify, extractChainTo, extractToFirstInChain, getAncestorOfType, getBlankLineSibling, getChars, getCharsFromSegments, getChildChars, getChildIterator, getChildOfType, getChildren, getDescendants, getDocument, getEndLineNumber, getEndOffset, getExactChildChars, getFirstChild, getFirstChildAny, getFirstChildAnyNot, getFirstInChain, getLastBlankLineChild, getLastChild, getLastChildAny, getLastChildAnyNot, getLastInChain, getLeadSegment, getLineNumber, getNext, getNextAny, getNextAnyNot, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getOldestAncestorOfTypeAfter, getParent, getPrevious, getPreviousAny, getPreviousAnyNot, getReversedChildIterator, getReversedChildren, getReversedDescendants, getSegmentsForChars, getStartLineNumber, getStartOffset, getTextLength, getTrailSegment, hasChildren, hasOrMoreChildren, insertAfter, insertBefore, insertChainAfter, insertChainBefore, isOrDescendantOfType, moveTrailingBlankLines, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, setChars, setCharsFromContent, setCharsFromContentOnly, setCharsFromSegments, setParent, spanningChars, takeChildren, toAstString, toSegmentSpan, toString, unlinkprotected final com.vladsch.flexmark.util.sequence.BasedSequence abbreviation
public Abbreviation(com.vladsch.flexmark.util.sequence.BasedSequence chars,
com.vladsch.flexmark.util.sequence.BasedSequence abbreviation)
public com.vladsch.flexmark.util.sequence.BasedSequence getAbbreviation()
public com.vladsch.flexmark.util.sequence.BasedSequence[] getSegments()
getSegments in class com.vladsch.flexmark.util.ast.Nodepublic void getAstExtra(StringBuilder out)
getAstExtra in class com.vladsch.flexmark.util.ast.Nodeprotected String toStringAttributes()
toStringAttributes in class com.vladsch.flexmark.util.ast.Nodepublic boolean isDefined()
isDefined in interface com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>public com.vladsch.flexmark.util.sequence.BasedSequence getReference()
getReference in interface com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>public AbbreviationBlock getReferenceNode(com.vladsch.flexmark.util.ast.Document document)
getReferenceNode in interface com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>public AbbreviationBlock getReferenceNode(AbbreviationRepository repository)
getReferenceNode in interface com.vladsch.flexmark.util.ast.ReferencingNode<AbbreviationRepository,AbbreviationBlock>Copyright © 2019. All rights reserved.