public class ExtAsideBlock extends CustomBlock
| Modifier and Type | Field and Description |
|---|---|
protected BasedSequence |
closingMarker |
protected BasedSequence |
openingMarker |
protected BasedSequence |
text |
protected BasedSequence |
ext_aside |
lineSegmentsEMPTY_SEGMENTS, SPLICE| Constructor and Description |
|---|
ExtAsideBlock() |
ExtAsideBlock(BasedSequence chars) |
ExtAsideBlock(Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFirstReferenceOffset(int firstReferenceOffset) |
void |
getAstExtra(StringBuilder out) |
BasedSequence |
getClosingMarker() |
int |
getFirstReferenceOffset() |
BasedSequence |
getOpeningMarker() |
BasedSequence[] |
getSegments() |
BasedSequence |
getText() |
BasedSequence |
getExtAside() |
int |
getExtAsideOrdinal() |
boolean |
isReferenced() |
void |
setClosingMarker(BasedSequence closingMarker) |
void |
setFirstReferenceOffset(int firstReferenceOffset) |
void |
setOpeningMarker(BasedSequence openingMarker) |
void |
setText(BasedSequence text) |
void |
setExtAside(BasedSequence ext_aside) |
void |
setExtAsideOrdinal(int ext_asideOrdinal) |
getContentChars, getContentChars, getContentLines, getContentLines, getLineChars, getLineCount, getSpanningChars, setContent, setContent, setContent, setContentLinesappendChild, astExtraChars, astString, childChars, delimitedSegmentSpan, delimitedSegmentSpanChars, deNullify, getChars, getChildIterator, getChildren, getDescendants, getDocument, getEndOffset, getFirstChild, getLastBlankLineChild, getLastChild, getLeadSegment, getNext, getNodeName, getNodeOfTypeIndex, getNodeOfTypeIndex, getPrevious, getReversedChildIterator, getReversedChildren, getReversedDescendants, getStartOffset, getTextLength, getTrailSegment, hasChildren, insertAfter, insertBefore, isOrDescendantOfType, prependChild, removeChildren, segmentSpan, segmentSpan, segmentSpanChars, segmentSpanChars, segmentSpanChars, setChars, setCharsFromContent, spanningChars, takeChildren, toAstString, toSegmentSpan, toString, toStringAttributes, unlinkprotected BasedSequence openingMarker
protected BasedSequence text
protected BasedSequence closingMarker
protected BasedSequence ext_aside
public ExtAsideBlock()
public ExtAsideBlock(BasedSequence chars)
public ExtAsideBlock(Node node)
public int getFirstReferenceOffset()
public void setFirstReferenceOffset(int firstReferenceOffset)
public void addFirstReferenceOffset(int firstReferenceOffset)
public boolean isReferenced()
public int getExtAsideOrdinal()
public void setExtAsideOrdinal(int ext_asideOrdinal)
public void getAstExtra(StringBuilder out)
getAstExtra in class Nodepublic BasedSequence[] getSegments()
getSegments in class Nodepublic BasedSequence getOpeningMarker()
public void setOpeningMarker(BasedSequence openingMarker)
public BasedSequence getText()
public void setText(BasedSequence text)
public BasedSequence getClosingMarker()
public void setClosingMarker(BasedSequence closingMarker)
public BasedSequence getExtAside()
public void setExtAside(BasedSequence ext_aside)
Copyright © 2016. All rights reserved.