java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.aya.concrete.remark.CodeAttrProcessor.Attr
- All Implemented Interfaces:
org.commonmark.node.Delimited
- Enclosing class:
CodeAttrProcessor
public static class CodeAttrProcessor.Attr
extends org.commonmark.node.CustomNode
implements org.commonmark.node.Delimited
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.commonmark.node.CustomNode
acceptMethods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlink
-
Field Details
-
options
-
-
Constructor Details
-
Attr
-
-
Method Details
-
getOpeningDelimiter
- Specified by:
getOpeningDelimiterin interfaceorg.commonmark.node.Delimited
-
getClosingDelimiter
- Specified by:
getClosingDelimiterin interfaceorg.commonmark.node.Delimited
-