type github.com/yuin/goldmark/ast.BaseNode
28 uses
github.com/yuin/goldmark/ast (current package)
ast.go#L173: type BaseNode struct {
ast.go#L190: func (n *BaseNode) HasChildren() bool {
ast.go#L195: func (n *BaseNode) SetPreviousSibling(v Node) {
ast.go#L200: func (n *BaseNode) SetNextSibling(v Node) {
ast.go#L205: func (n *BaseNode) PreviousSibling() Node {
ast.go#L210: func (n *BaseNode) NextSibling() Node {
ast.go#L215: func (n *BaseNode) RemoveChild(self, v Node) {
ast.go#L238: func (n *BaseNode) RemoveChildren(self Node) {
ast.go#L252: func (n *BaseNode) SortChildren(comparator func(n1, n2 Node) int) {
ast.go#L285: func (n *BaseNode) FirstChild() Node {
ast.go#L290: func (n *BaseNode) LastChild() Node {
ast.go#L295: func (n *BaseNode) ChildCount() int {
ast.go#L300: func (n *BaseNode) Parent() Node {
ast.go#L305: func (n *BaseNode) SetParent(v Node) {
ast.go#L310: func (n *BaseNode) AppendChild(self, v Node) {
ast.go#L327: func (n *BaseNode) ReplaceChild(self, v1, insertee Node) {
ast.go#L333: func (n *BaseNode) InsertAfter(self, v1, insertee Node) {
ast.go#L338: func (n *BaseNode) InsertBefore(self, v1, insertee Node) {
ast.go#L362: func (n *BaseNode) OwnerDocument() *Document {
ast.go#L378: func (n *BaseNode) Text(source []byte) []byte {
ast.go#L387: func (n *BaseNode) SetAttribute(name []byte, value interface{}) {
ast.go#L403: func (n *BaseNode) SetAttributeString(name string, value interface{}) {
ast.go#L408: func (n *BaseNode) Attribute(name []byte) (interface{}, bool) {
ast.go#L421: func (n *BaseNode) AttributeString(s string) (interface{}, bool) {
ast.go#L426: func (n *BaseNode) Attributes() []Attribute {
ast.go#L431: func (n *BaseNode) RemoveAttributes() {
block.go#L12: BaseNode
inline.go#L13: BaseNode
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |